You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ Before working on a project we recommend that you create a issue in regards to t
9
9
Here are some important resources:
10
10
11
11
*[Issues Page](https://github.com/GameServerManagers/LinuxGSM/issues) provides a list of areas that could use some work,
12
-
*[Developing LGSM](https://github.com/GameServerManagers/LinuxGSM/wiki/Developing-LGSM) gives a detailed guide on developing LGSM,
13
-
*[LGSM Exit Codes](https://github.com/GameServerManagers/LinuxGSM/wiki/LGSM-Exit-Codes) describes and gives an explanation for exit codes,
12
+
*[Developing LinuxGSM](https://github.com/GameServerManagers/LinuxGSM/wiki/Developing-LGSM) gives a detailed guide on developing LGSM,
13
+
*[LinuxGSM Exit Codes](https://github.com/GameServerManagers/LinuxGSM/wiki/LGSM-Exit-Codes) describes and gives an explanation for exit codes,
14
14
*[gsquery](https://github.com/GameServerManagers/LinuxGSM/wiki/gsquery.py) describes the uses of the gsquery.py file, and
15
15
*[Branching](https://github.com/GameServerManagers/LinuxGSM/wiki/Branching) is our final guide to submitting changes.
16
-
16
+
17
17
## Testing
18
18
19
19
Please make sure all the code you write is working properly **before** you create a pull request. Information on debugging can be found in the following document:
@@ -27,7 +27,7 @@ Please send a [GitHub Pull Request to LinuxGSM](https://github.com/GameServerMan
27
27
Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:
28
28
29
29
$ git commit -m "A brief summary of the commit
30
-
>
30
+
>
31
31
> A paragraph describing what changed and its impact."
32
32
This will help us in understanding your code and determining where problems may arise.
0 commit comments