Starting some contribution rules

I've been a little jumpy when it comes to contributing. This serves not just as a self-reminder, but also guidelines for future contributions.
This commit is contained in:
dingusdev 2020-01-25 20:55:58 -07:00 committed by GitHub
parent 7ae5baaee7
commit b3989269d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,4 @@
* Make sure the code can compile for all target systems - Windows, Linux, and macOS/Mac OS X.
* All code must be compatible with at least C++11.
* Test your contributions to assure they do not break existing functionality.
* Commits to the repo should be done by portions; that is, by individual functionalities of the program.