Skip to content

Commit

Permalink
ci: add pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Dec 28, 2021
1 parent 7e2ab78 commit 9ea4cd7
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 @@
<!-- Please fill in a short summary for your PR here. -->

---

Please make sure the PR commits

- follow the [7 rules of commit messages](https://chris.beams.io/posts/git-commit/)
- follow the [conventional commits guidelines](https://www.conventionalcommits.org/)
- are rearrange to squash trivial commits together (use [git rebase](http://gitready.com/advanced/2009/03/20/reorder-commits-with-rebase.html))

0 comments on commit 9ea4cd7

Please sign in to comment.