Added RFC process

This commit is contained in:
Jeremy Borgman
2020-09-02 12:17:01 -05:00
parent dc77029cde
commit a37fc9bdc4
3 changed files with 209 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ Check this nice official documentation from Qt docs as it explains how to transl
## Code
For small fixes or incremental improvements simply fork the repo and follow the process below. For larger changes submit an [RFC:](RFC.md)
1. [Fork](https://help.github.com/articles/fork-a-repo/) the repository and [clone](https://help.github.com/articles/cloning-a-repository/) your fork.
2. Start coding!