diff options
| author | Niall Cooling <niallcooling@gmail.com> | 2021-03-22 17:23:49 +0000 |
|---|---|---|
| committer | Niall Cooling <niallcooling@gmail.com> | 2021-03-22 17:23:49 +0000 |
| commit | e5e3fc02b8a2adf9ea100c162d1290cecdf617ef (patch) | |
| tree | 78d4da0239ff8bf7a8694c28f804f81d2496979f /doc/contribute.md | |
| parent | 14bd790701f4e2f6d75ef8a1f52b9f38023c2dd9 (diff) | |
| parent | 9f9d0eb5df8ff86b9cd1e095afa3159094dde53c (diff) | |
Updated to include WatchFaceAnalog and fixed clashes
Diffstat (limited to 'doc/contribute.md')
| -rw-r--r-- | doc/contribute.md | 4 |
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>` |
