Skip to content
Snippets Groups Projects
Commit 177630cb authored by Arkerthan's avatar Arkerthan
Browse files

fix numbering

parent 5c15d29d
No related branches found
No related tags found
No related merge requests found
......@@ -74,5 +74,5 @@ How to mod (basic doc):
2. Fork main repository through gitgud interface. (Or pull changes from main repo if you already have fork.)
3. Clone your fork to local machine with git client (Or pull changes if already cloned.)
4. Make you changes as you like, commit, and push result into your forked repository (with git client).
4a. (optional, but recommended) Run sanityCheck before final push to catch any errors you missed. (You can ignore errors unrelated to files you changed.)
5. (optional, but recommended) Run sanityCheck before final push to catch any errors you missed. (You can ignore errors unrelated to files you changed.)
6. Make merge request through gitgud interface.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment