Skip to content

Commit

Permalink
docs(pull request template): initial version (#91)
Browse files Browse the repository at this point in the history
### What are you trying to accomplish?

Closes #80

### What approach did you choose and why?

I followed what was written in
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
and opted for the simplest route by adding the template to `.github/`.

### What should reviewers focus on?

Correctness 😉
  • Loading branch information
francisfuzz authored Sep 17, 2024
1 parent 520f8a0 commit 55b9ac3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!--
This pull request template provides suggested sections for framing your work.
You're welcome to change or remove headers if it doesn't fit your use case. :)
-->

### What are you trying to accomplish?

### What approach did you choose and why?

### What should reviewers focus on?

0 comments on commit 55b9ac3

Please sign in to comment.