Skip to content

Commit

Permalink
Add a PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jun 18, 2024
1 parent 9a570e6 commit e9e70b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!--
* Keep your PR:s small and focused.
* The PR title is what ends up in the changelog, so make it descriptive!
* If applicable, add a screenshot or gif.
* Do NOT open PR:s from your `main` branch, as that makes it hard for maintainers to test and add commits to your PR.
* Remember to run `cargo fmt` and `cargo clippy`.
* Open the PR as a draft until you have self-reviewed it and it passes CI.
* When you have addressed a PR comment, mark it as resolved.
Please be patient!
-->

* Closes #ISSUE_NUMBER

0 comments on commit e9e70b4

Please sign in to comment.