diff --git a/.github/pull_request_map_template.md b/.github/pull_request_map_template.md new file mode 100644 index 00000000..ecc8a117 --- /dev/null +++ b/.github/pull_request_map_template.md @@ -0,0 +1,15 @@ +### All Submissions: + +- [ ] Have you checked to ensure there aren't any other maps that are alike or similar to the PR? +- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? + +### Tested Changes: + +1. [ ] Have you lint your code (lua lint) 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 successfully ran tests with your changes locally? + +### Comments diff --git a/.github/pull_request_module_template.md b/.github/pull_request_module_template.md new file mode 100644 index 00000000..23051142 --- /dev/null +++ b/.github/pull_request_module_template.md @@ -0,0 +1,15 @@ +### All Submissions: + +- [ ] Have you checked to ensure there aren't any other modules that are alike or similar to the PR? +- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? + +### Tested Changes: + +1. [ ] Have you lint your code (lua lint) 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 successfully ran tests with your changes locally? + +### Comments diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4bbb678d..6aa4d3ad 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,11 +4,11 @@ ### Tested Changes: -1. [ ] Does your submission pass tests? -2. [ ] Have you lint your code locally prior to submission? +1. [ ] Have you lint your code (lua lint) 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? + +### Comments