Commit 3fd7e4436f5ff5a20e07da53ddecd2e6a84460be
Committed by
GitHub
1 parent
e6ee6591
Update readme.md
Readme: Remove the squash commits part. Github can do this nowadays
Showing
1 changed file
with
0 additions
and
2 deletions
readme.md
| ... | ... | @@ -99,7 +99,6 @@ Please use Github Issues to report any problems or enhancements or send us pull |
| 99 | 99 | - Read [how to properly contribute to open source projects on GitHub][10]. |
| 100 | 100 | - Create a separate branch other than *master* to easily amend changes to a pull request later, if necessary. |
| 101 | 101 | - Write [good commit messages][11]. |
| 102 | - - [Squash commits][14] on the topic branch before opening a pull request. | |
| 103 | 102 | - Use the same [coding style and spacing][13] |
| 104 | 103 | (install clang-format and use it in the root directory: `clang-format -style=llvm openhantek/src/*`). |
| 105 | 104 | - Open a [pull request][12] with a clear title and description |
| ... | ... | @@ -108,7 +107,6 @@ Please use Github Issues to report any problems or enhancements or send us pull |
| 108 | 107 | [11]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html |
| 109 | 108 | [12]: https://help.github.com/articles/using-pull-requests |
| 110 | 109 | [13]: http://llvm.org/docs/CodingStandards.html |
| 111 | -[14]: https://github.com/ginatrapani/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit | |
| 112 | 110 | |
| 113 | 111 | ## Other open source software |
| 114 | 112 | * [SigRok](www.sigrok.org) | ... | ... |