diff --git a/.github/ISSUE_TEMPLATE/bug-report--something-is-not-working-as-expected-.md b/.github/ISSUE_TEMPLATE/bug-report--something-is-not-working-as-expected-.md index 3c80525fc2..a3ef2fd4ea 100644 --- a/.github/ISSUE_TEMPLATE/bug-report--something-is-not-working-as-expected-.md +++ b/.github/ISSUE_TEMPLATE/bug-report--something-is-not-working-as-expected-.md @@ -13,6 +13,7 @@ assignees: 'martinet101' - [ ] **I have checked that I am running the latest version of WingetUI** - [ ] **I have tried resetting and reinstalling WingetUI and the issue persisted or happened again** - [ ] **I have checked the [FAQ](https://github.com/martinet101/WingetUI#faq) section for solutions** +- [ ] **I have read the [contributing guidelines](https://github.com/marticliment/WingetUI/blob/main/CONTRIBUTING.md#issues) and I agree with the [Code of Conduct](https://github.com/marticliment/WingetUI/blob/main/CODE_OF_CONDUCT.md)** ## Describe the bug A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature-request--add-new-abilities-functions-etc--.md b/.github/ISSUE_TEMPLATE/feature-request--add-new-abilities-functions-etc--.md index 9fd7f1f46f..ddd01b74ac 100644 --- a/.github/ISSUE_TEMPLATE/feature-request--add-new-abilities-functions-etc--.md +++ b/.github/ISSUE_TEMPLATE/feature-request--add-new-abilities-functions-etc--.md @@ -12,6 +12,7 @@ assignees: 'martinet101' - [ ] **I have checked that the requested feature is not a duplicate or, if it is, it needs to be reopened** - [ ] **I have checked that I am running the latest version of WingetUI** - [ ] **I have checked the [FAQ](https://github.com/martinet101/WingetUI#faq) section** +- [ ] **I have read the [contributing guidelines](https://github.com/marticliment/WingetUI/blob/main/CONTRIBUTING.md#feature-requests) and I agree with the [Code of Conduct](https://github.com/marticliment/WingetUI/blob/main/CODE_OF_CONDUCT.md)** ## Is your feature request related to a problem? Please describe. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..e957c0bd1a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +- [ ] **I have read the [contributing guidelines](https://github.com/marticliment/WingetUI/blob/main/CONTRIBUTING.md#coding) and I agree with the [Code of Conduct](https://github.com/marticliment/WingetUI/blob/main/CODE_OF_CONDUCT.md)** +- [ ] **Have you checked that there aren't other open [pull requests](https://github.com/marticliment/WingetUI/pulls) for the same changes?** +- [ ] **Have you tested that the committed code can be executed without errors?** + +-----