From 2404b10d2c6da8528a706f4c94a6f94a6c0de45d Mon Sep 17 00:00:00 2001 From: ppvnf <73800734+ppvnf@users.noreply.github.com> Date: Mon, 2 Jan 2023 23:11:07 -0300 Subject: [PATCH 1/2] include contributing guidelines to templates --- .../bug-report--something-is-not-working-as-expected-.md | 1 + .../feature-request--add-new-abilities-functions-etc--.md | 1 + .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 3 files changed, 7 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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..a0e742ba54 --- /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#issues) 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?** + +----- From 5bcc6899ec504998e7d219e773e45364c8d39ce7 Mon Sep 17 00:00:00 2001 From: pedronovaes <73800734+ppvnf@users.noreply.github.com> Date: Tue, 3 Jan 2023 06:42:00 -0300 Subject: [PATCH 2/2] fix link --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a0e742ba54..e957c0bd1a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -- [ ] **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)** +- [ ] **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?**