summaryrefslogtreecommitdiff
path: root/doc/contribute.md
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-03-20 17:54:07 +0100
committerGitHub <noreply@github.com>2021-03-20 17:54:07 +0100
commit91ddc666e3ee1ac8fd128bf491f32d512e5524c3 (patch)
treed01afbe6f65a1564809a116cb8e2345522b05f3b /doc/contribute.md
parent405c85c160b0d72407498a25555677d484b822f1 (diff)
parentbca7ba4eed437361c93af6316b810e97dd071d67 (diff)
Merge pull request #235 from MFAshby/doc_correction
Small correction to git URL in documentation files
Diffstat (limited to 'doc/contribute.md')
-rw-r--r--doc/contribute.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contribute.md b/doc/contribute.md
index 40441cd2..fe385125 100644
--- a/doc/contribute.md
+++ b/doc/contribute.md
@@ -1,6 +1,6 @@
# How to contribute?
## Report bugs
-You use your Pinetime and find a bug in the firmware? [Create an issue on Github](https://github.com/JF002/Pinetime/issues) explaining the bug, how to reproduce it, the version of the firmware you use...
+You use your Pinetime and find a bug in the firmware? [Create an issue on Github](https://github.com/JF002/InfiniTime/issues) explaining the bug, how to reproduce it, the version of the firmware you use...
## Write and improve documentation
Documentation might be incomplete, or not clear enough, and it is always possible to improve it with better wording, pictures, photo, video,...
@@ -41,4 +41,4 @@ The most important rule to follow is to try to keep the code as easy to read and
- **Include guard** : `#pragma once` (no `#ifdef __MODULE__ / #define __MODULE__ / #endif`)
- **Includes** :
- files from the project : `#include "relative/path/to/the/file.h"`
- - external files and std : `#include <file.h>` \ No newline at end of file
+ - external files and std : `#include <file.h>`