We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eae84c commit 6940034Copy full SHA for 6940034
CONTRIBUTING.md
@@ -0,0 +1,10 @@
1
+It is a place to share ideas on what to implement, gather people that want to work on the engine,
2
+and work on the source code.
3
+
4
+If you find a bug or have an enhancement request, file an [Issue](https://github.com/openxray/xray-16/issues).
5
6
+Pull requests appreciated! However, the following things should be taken into consideration:
7
+* We want to keep the game as close as possible to the vanilla game, so instead of introducing new gameplay features,
8
+ consider adding non-gameplay features, fixing bugs, improving performance and code quality
9
+* Major changes should be discussed before implementation
10
+* Follow the [procedures](doc/procedure)
0 commit comments