Skip to content

Commit

Permalink
pr-template: Add (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarrod authored Nov 22, 2024
1 parent 3d80911 commit 1e1ead1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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?

0 comments on commit 1e1ead1

Please sign in to comment.