Removed an unnecessary space and some punctuation
Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233
This commit is contained in:
parent
b84a546920
commit
6475330048
|
@ -22,14 +22,14 @@ The Pinetime is a cool open source project that deserves to be known. Talk about
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
|
||||||
- Create a branch from develop;
|
- Create a branch from develop
|
||||||
- Work on a single subject in this branch. Create multiple branches/pulls-requests if you want to work on multiple subjects (bugs, features,...);
|
- Work on a single subject in this branch. Create multiple branches/pulls-requests if you want to work on multiple subjects (bugs, features,...)
|
||||||
- Test your modifications on the actual hardware;
|
- Test your modifications on the actual hardware
|
||||||
- Check the code formatting against our coding conventions and [clang-format](../.clang-format) and [clang-tidy](../.clang-tidy);
|
- Check the code formatting against our coding conventions and [clang-format](../.clang-format) and [clang-tidy](../.clang-tidy)
|
||||||
- Clean your code and remove files that are not needed;
|
- Clean your code and remove files that are not needed
|
||||||
- Write documentation related to your new feature if applicable;
|
- Write documentation related to your new feature if applicable
|
||||||
- Create a pull request and write a great description about it : what does your PR do, why, how,... Add pictures and video if possible;
|
- Create a pull request and write a great description about it: what does your PR do, why, how,... Add pictures and video if possible
|
||||||
- Wait for someone to review your PR and take part in the review process;
|
- Wait for someone to review your PR and take part in the review process
|
||||||
- Your PR will eventually be merged :)
|
- Your PR will eventually be merged :)
|
||||||
|
|
||||||
Your contributions are more than welcome!
|
Your contributions are more than welcome!
|
||||||
|
|
Loading…
Reference in a new issue