Skip to content

Commit 5a15893

Browse files
committed
Update CONTRIBUTING.md
1 parent 8798fc8 commit 5a15893

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
Contributions are welcome if they meet the following criteria:
44

55
* Language is english.
6+
67
* Code should be StyleCop compliant - this project uses the [StyleCop.Analyzers](https://www.nuget.org/packages/StyleCop.Analyzers/)
78
for VS2019 so you should see issues directly as warnings.
9+
810
* Coding style (naming, etc.) and quality should fit to the current state.
11+
912
* No code copied/converted from the well-known decompiled source of the
10-
original server.
13+
original server.
1114

1215
If you want to contribute, please create a new issue for the feature or bug (if
1316
the issue doesn't exist yet) so we can see who is working on something and can
@@ -26,8 +29,8 @@ or by submitting an issue.
2629

2730
If you want to contribute code, please do the following steps:
2831

29-
1. fork this project from the original MUnique OpenMU Project.
30-
2. create a feature branch from the master branch
31-
3. commit your changes to your feature branch
32-
4. submit a pull request to the original master branch
33-
5. lean back, wait for the code review and merge :)
32+
1. fork this project from the original MUnique OpenMU Project.
33+
2. create a feature branch from the master branch
34+
3. commit your changes to your feature branch
35+
4. submit a pull request to the original master branch
36+
5. lean back, wait for the code review and merge :)

0 commit comments

Comments
 (0)