Skip to content

Commit 392c7ad

Browse files
authored
Merge pull request #714 from InfiniTimeOrg/Avamander-patch-1
Removed an unnecessary space and some punctuation
2 parents b84a546 + 6475330 commit 392c7ad

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

doc/contribute.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ You want to fix a bug, add a cool new functionality or improve the code? See *Ho
1818

1919
The Pinetime is a cool open source project that deserves to be known. Talk about it around you, on social networks, on your blog,... and let people know that we are working on an open source firmware for a smartwatch!
2020

21-
# How to submit a pull request ?
21+
# How to submit a pull request?
2222

2323
## TL;DR
2424

25-
- Create a branch from develop;
26-
- Work on a single subject in this branch. Create multiple branches/pulls-requests if you want to work on multiple subjects (bugs, features,...);
27-
- Test your modifications on the actual hardware;
28-
- Check the code formatting against our coding conventions and [clang-format](../.clang-format) and [clang-tidy](../.clang-tidy);
29-
- Clean your code and remove files that are not needed;
30-
- Write documentation related to your new feature if applicable;
31-
- Create a pull request and write a great description about it : what does your PR do, why, how,... Add pictures and video if possible;
32-
- Wait for someone to review your PR and take part in the review process;
25+
- Create a branch from develop
26+
- Work on a single subject in this branch. Create multiple branches/pulls-requests if you want to work on multiple subjects (bugs, features,...)
27+
- Test your modifications on the actual hardware
28+
- Check the code formatting against our coding conventions and [clang-format](../.clang-format) and [clang-tidy](../.clang-tidy)
29+
- Clean your code and remove files that are not needed
30+
- Write documentation related to your new feature if applicable
31+
- Create a pull request and write a great description about it: what does your PR do, why, how,... Add pictures and video if possible
32+
- Wait for someone to review your PR and take part in the review process
3333
- Your PR will eventually be merged :)
3434

3535
Your contributions are more than welcome!

0 commit comments

Comments
 (0)