|
@@ -9,15 +9,13 @@ Before working on a project we recommend that you create a issue in regards to t
|
|
|
Here are some important resources:
|
|
Here are some important resources:
|
|
|
|
|
|
|
|
* [Issues Page](https://github.com/GameServerManagers/LinuxGSM/issues) provides a list of areas that could use some work,
|
|
* [Issues Page](https://github.com/GameServerManagers/LinuxGSM/issues) provides a list of areas that could use some work,
|
|
|
- * [Developing LinuxGSM](https://docs.linuxgsm.com/developers) gives a detailed guide on developing LGSM,
|
|
|
|
|
- * [LinuxGSM Exit Codes](https://docs.linuxgsm.com/developers/linuxgsm-exit-codes) describes and gives an explanation for exit codes,
|
|
|
|
|
- * [Branching](https://docs.linuxgsm.com/developers/branching) is our final guide to submitting changes.
|
|
|
|
|
|
|
+ * [Developer Wiki](https://github.com/GameServerManagers/LinuxGSM/wiki) gives a detailed guide on developing LGSM,
|
|
|
|
|
|
|
|
## Testing
|
|
## Testing
|
|
|
|
|
|
|
|
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:
|
|
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:
|
|
|
-[Developer Commands](https://docs.linuxgsm.com/developers/developer-commands)
|
|
|
|
|
-[Debugging your code](https://docs.linuxgsm.com/developers/developing-lgsm#testing-and-debugging-your-code)
|
|
|
|
|
|
|
+
|
|
|
|
|
+[Developer Commands](https://github.com/GameServerManagers/LinuxGSM/wiki/Developer-Commands)
|
|
|
|
|
|
|
|
## Submitting changes
|
|
## Submitting changes
|
|
|
|
|
|
|
@@ -35,4 +33,4 @@ This will help us in understanding your code and determining where problems may
|
|
|
Start reading our code and you'll get the hang of it. Explore how functions are organized and you'll see how we strive for readable code.
|
|
Start reading our code and you'll get the hang of it. Explore how functions are organized and you'll see how we strive for readable code.
|
|
|
|
|
|
|
|
Please give the following document a read and adjust your code according to its specifications.
|
|
Please give the following document a read and adjust your code according to its specifications.
|
|
|
-[Syntax & Coding Conventions](https://docs.linuxgsm.com/developers/syntax-and-conventions)
|
|
|
|
|
|
|
+[Syntax & Coding Conventions](https://github.com/GameServerManagers/LinuxGSM/wiki/Syntax-and-Conventions)
|