From d85df07a1aac87366ee6baba5bc3b29cc674b12c Mon Sep 17 00:00:00 2001 From: bo <144749186+omo50@users.noreply.github.com> Date: Sun, 11 May 2025 13:06:19 -0500 Subject: [PATCH] test pr templates + contributing md --- .github/PULL_REQUEST_TEMPLATE/bug_fix.md | 15 +++++++++++++++ .github/PULL_REQUEST_TEMPLATE/new_feature.md | 13 +++++++++++++ CONTRIBUTING.md | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug_fix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/new_feature.md create mode 100644 CONTRIBUTING.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md new file mode 100644 index 000000000..67b823b1b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -0,0 +1,15 @@ +--- +name: Bug fix +about: Use this template if you're creating a pull request which fixes another bug or issue +title: "[Bug Fix]: " +labels: bug +assignees: '' + +--- + +### Linked Issues +Provide links to the issue(s) which will be closed upon merging this pull request. There must be an open issue for +pull requests which fix bugs or other issues. + +### Proposed Changes +Provide a detailed description of what your pull request changes. diff --git a/.github/PULL_REQUEST_TEMPLATE/new_feature.md b/.github/PULL_REQUEST_TEMPLATE/new_feature.md new file mode 100644 index 000000000..21f531195 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new_feature.md @@ -0,0 +1,13 @@ +--- +name: Bug fix +about: Use this template if you're creating a pull request which adds a feature or other enhancement +title: "[New Feature]: " +labels: enhancement +assignees: '' + +--- + + +### Proposed Changes + +Provide a detailed description of what your pull request changes. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..a198b575e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +#### Guidelines +When submitting a pull request, you are granting omo50 the right to license your contributions under the GNU GENERAL PUBLIC LICENSE Version 3. + +#### Contributing Features +If you PR features, it is a good idea to include a description of the changes, and also link to any issue or feature requst it resolves (if applicable).