From 00d41fd9d35bdeb08f22aab685281b2c2bcac0f3 Mon Sep 17 00:00:00 2001 From: Gerkiz Date: Sat, 2 Oct 2021 21:36:37 +0200 Subject: [PATCH] new templates --- .github/issue_template.md | 7 +++++++ .github/pull_request_template.md | 14 ++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..25620a54 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,7 @@ +# Please follow the general troubleshooting steps first: + +- [ ] Have you checked to ensure there aren't other open [Issues](../../../issues) for the same issue? + +### Bug reports: + +Please replace this line with a brief summary of your issue. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..4bbb678d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +### All Submissions: + +- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? + +### Tested Changes: + +1. [ ] Does your submission pass tests? +2. [ ] Have you lint your code locally prior to submission? + +### Changes to Core Features: + +- [ ] Have you added an explanation of what your changes do and why you'd like us to include them? +- [ ] Have you written new tests for your core changes, as applicable? +- [ ] Have you successfully ran tests with your changes locally?