Commit 5913ecb4776e7d3c70a9c122b7a781fb3fd336c4
Committed by
GitHub
1 parent
8d16b8dd
Update readme.md
Showing
1 changed file
with
1 additions
and
1 deletions
readme.md
| ... | ... | @@ -101,7 +101,7 @@ Please use Github Issues to report any problems or enhancements or send us pull |
| 101 | 101 | - Read [how to properly contribute to open source projects on GitHub][10]. |
| 102 | 102 | - Create a separate branch other than *master* to easily amend changes to a pull request later, if necessary. |
| 103 | 103 | - Write [good commit messages][11]. |
| 104 | - - [Squash commits[][14] on the topic branch before opening a pull request. | |
| 104 | + - [Squash commits][14] on the topic branch before opening a pull request. | |
| 105 | 105 | - Use the same [coding style and spacing][13] |
| 106 | 106 | (install clang-format and use it in the root directory: `clang-format -style=llvm openhantek/src/*`). |
| 107 | 107 | - Open a [pull request][12] with a clear title and description | ... | ... |