Skip to content

Commit edc45da

Browse files
Fix Link and Comment in Pull Template
1 parent 3d99046 commit edc45da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Pull Request Checklist
22

33
* [ ] My commits are in nice logical chunks with [good commit messages](http://chris.beams.io/posts/git-commit/)
4-
* [ ] My changes are [rebased](https://medium.freecodecamp.org/git-rebase-and-the-golden-rule-explained-70715eccc372) on the latest [`trunk`](https://github.com/konstantinullrich/crypton/tree/trunk) branch
4+
* [ ] My changes are [rebased](http://blog.axosoft.com/golden-rule-of-rebasing-in-git/) on the latest [`trunk`](https://github.com/konstantinullrich/crypton/tree/trunk) branch
55
* [ ] Ran ´dartfmt -w lib test example´
66
* [ ] All tests are passing
77
* [ ] My changes are ready to be shipped to users
88

99

1010
## Issues affected
11-
<!-- Use 'Fixes #1' for Bug fixes and 'Closes #1' for every other issue affected--!>
11+
<!-- Use 'Fixes #1' for Bug fixes and 'Closes #1' for every other issue affected -->

0 commit comments

Comments
 (0)