You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ As of now, here is the list of achievements of this project:
67
67
***[Experimental]**[WebBLEWatch](https://hubmartin.github.io/WebBLEWatch/) Synchronize time directly from your web browser. [video](https://youtu.be/IakiuhVDdrY)
68
68
***[Experimental]**[Infini-iOS](https://github.com/xan-m/Infini-iOS) (on iOS)
69
69
- OTA (Over-the-air) update via BLE
70
-
-[Bootloader](https://github.com/JF002/pinetime-mcuboot-bootloader) based on [MCUBoot](https://juullabs-oss.github.io/mcuboot/)
70
+
-[Bootloader](https://github.com/JF002/pinetime-mcuboot-bootloader) based on [MCUBoot](https://www.mcuboot.com)
Copy file name to clipboardExpand all lines: doc/contribute.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@ You want to fix a bug, add a cool new functionality or improve the code? See *Ho
18
18
19
19
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!
20
20
21
-
# How to submit a pull request?
21
+
# How to submit a pull request?
22
22
23
23
## TL;DR
24
24
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
0 commit comments