Skip to content

Commit 6940034

Browse files
authored
Create CONTRIBUTING.md
1 parent 8eae84c commit 6940034

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)