summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-11-07 18:30:29 +0200
committerJF <JF002@users.noreply.github.com>2021-11-28 13:42:37 +0100
commit52d19065893f6af66fa0e1c426852b820358f3b5 (patch)
tree6d503d7cc051616fccf8343aec9f997619c39743 /README.md
parent1d3098baa772176476febb05531a074c0d133b56 (diff)
Separate and update coding conventions and contributing pages
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index ecda014a..4b80ef34 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ InfiniTime is an open-source firmware for the [Pinetime smartwatch](https://www.
## Documentation
### Develop
+ - [Coding conventions](/doc/coding-convention.md)
- [Rough structure of the code](doc/code/Intro.md)
- [How to implement an application](doc/code/Apps.md)
- [Generate the fonts and symbols](src/displayapp/fonts/README.md)
@@ -48,9 +49,9 @@ InfiniTime is an open-source firmware for the [Pinetime smartwatch](https://www.
This project is far from being finished, and there are still a lot of things to do for this project to become a firmware usable by the general public.
-Do not hesitate to fork the code, hack it and create pull-requests!
+Do not hesitate to fork the code, hack it and create pull-requests! Make sure to read the [coding conventions](/doc/coding-convention.md)
-Read this page for more information on how you can help: [How to contribute?](doc/contribute.md)
+You don't need to be a programmer to contribute. Read this page for more information on how you can help: [How to contribute?](doc/contribute.md)
## Licenses