diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 6a3befb..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: 🤔 Questions and help - url: https://github.com/WLAN-Pi/feedback/discussions - about: This issue tracker is not for support questions. Please refer to the discussions in the feedback repo instead. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index effc4b1..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '[FEATURE] ' -labels: ['feature', 'untriaged'] ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 21bedac..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,18 +0,0 @@ -## Description - -*Please describe what changes you made, and why you feel they are necessary. Make sure to include -code examples, where applicable.* - -Corresponding issue: - -## Testing - -*Please explain how you tested this change manually, and, if applicable, what new tests you added. - -## Checklist - -* [ ] I have read the contribution guidelines -* [ ] I have targeted this PR against the correct branch (most likely `main` or `dev`) -* [ ] This is either a bugfix, a documentation update, or a new feature that has been explicitly - approved via an issue -* [ ] I ran the test suite locally (likely `tox`) and verified that it succeeded