From 4dd7520d162ec0aa9a5eff5a212fd8883d2fc5ca Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 11 Dec 2024 19:32:30 +0100 Subject: [PATCH] Update to bug report --- .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.yml | 67 ------------------------------- 2 files changed, 30 insertions(+), 67 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..60efcd47 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ + + +## Description + + +## Motivation and Context + + +- [ ] I have raised an issue to propose this change ([required](https://github.com/evilsocket/pwnagotchi/blob/master/CONTRIBUTING.md)) + + +## How Has This Been Tested? + + + + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist: + + +- [ ] My code follows the code style of this project. +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I've read the [CONTRIBUTION](https://github.com/evilsocket/pwnagotchi/blob/master/CONTRIBUTING.md) guide +- [ ] I have signed-off my commits with `git commit -s` diff --git a/.github/PULL_REQUEST_TEMPLATE.yml b/.github/PULL_REQUEST_TEMPLATE.yml deleted file mode 100644 index 0d04b9ba..00000000 --- a/.github/PULL_REQUEST_TEMPLATE.yml +++ /dev/null @@ -1,67 +0,0 @@ -name: Pull Request -description: File a Pull Request -title: "[PR]: " -labels: ["bug", "triage"] -projects: ["pwnagotchi"] -branch: ["noai"] -assignees: - - jayofelony -body: - - type: markdown - id: explanation - attributes: - label: explanation - description: Describe the changes you have made - value: | - - validations: - required: true - - type: input - id: contact - attributes: - label: Contact Details - description: How can we get in touch with you if we need more info? - placeholder: ex. email@example.com - validations: - required: false - - type: textarea - id: tested - attributes: - label: Has this been tested? - description: How Has This Been Tested? - placeholder: Tell us how you tested it - value: | - - - - validations: - required: true - - type: checkboxes - id: changes-box - attributes: - label: changes - description: What changes does this imply - options: - - label: Bug fix (non-breaking change which fixes an issue) - - label: New feature (non-breaking change which adds functionality) - - label: Breaking change (fix or feature that would cause existing functionality to change) - default: 0 - validations: - required: true - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/jayofelony/pwnagotchi/blob/noai/CODE_OF_CONDUCT.md). - options: - - label: My code follows the code style of this project. - required: true - - label: My change requires a change to the documentation. - required: true - - label: I have updated the documentation accordingly. - required: true - - label: I've read the [CONTRIBUTION](https://github.com/evilsocket/pwnagotchi/blob/master/CONTRIBUTING.md) guide - required: true - - label: I have signed-off my commits with `git commit -s` - required: true -