We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c550585 commit 56ded06Copy full SHA for 56ded06
.github/pull_request_template.md
@@ -2,8 +2,17 @@
2
Thank you for taking the time to open a pull request!
3
Please review the checklist below and perform each of
4
the applicable tasks. ❤️!
5
+
6
+A great pull-request has only one commit:
7
+Before publish a PR(already published PR should not be rebased), rebase your branch onto `main` and squash them into one commit with:
8
+`git update-ref refs/heads/my_branch $(echo "commit_message" | git commit-tree my_branch^{tree} -p main)`
9
10
+Replace `my_branch` and `commit_message` with actual values.
11
-->
12
13
14
15
16
**Checklist**
17
18
- [ ] Updated guide with pertinent info (may not always apply). <!-- Mark complete if nothing to do. -->
0 commit comments