From d304dd0d40301e2c880f0fa6bb7d7663429fba41 Mon Sep 17 00:00:00 2001 From: Ed Date: Thu, 21 Nov 2024 15:04:34 +0200 Subject: [PATCH] pr-template: Add --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ee66541 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## For New Contributors: + +- [ ] Have you followed the guidelines in our [Contributing](https://github.com/danger/golang/blob/main/CONTRIBUTING.md) file? +- [ ] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change? +- [ ] If it's a non-trivial change, I've linked a new or existing [issue](../issues) to this PR +- [ ] I have performed a self-review of my code +- [ ] Does your submission pass existing tests? +- [ ] Have you written new tests for your new changes, if applicable? +- [ ] Have you added an explanation of what your changes do and why you'd like us to include them? \ No newline at end of file