We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b30d1 commit 49fe8d1Copy full SHA for 49fe8d1
CONTRIBUTING.md
@@ -31,3 +31,11 @@ If making a system-level change that drastically alters any of the following:
31
- How the update loop is managed/ how the engine perceives time
32
33
please create a new branch and make all changes to a new branch before merging with the master branch.
34
+
35
+## Suggested updates to repository:
36
37
+- use final variables whenever possible
38
+- use semantic versioning for releases
39
+- add GitHub actions to run tests and add coverage percentage badge on README
40
+- add quick setup instructions in README
41
+- iml file opencsv fix
0 commit comments