-
Notifications
You must be signed in to change notification settings - Fork 72
How to contribute
Jasper van Riet edited this page Jun 15, 2022
·
1 revision
- Go to https://github.com/Liquipedia/Lua-Modules and navigate to the file you want to change
- Select the correct branch you want to commit into (for new PRs it is
main
) - Click the edit button (little pen)
- Make your changes
- At the bottom add a good commit summary. Use the imperative present tense, e.g. "Make X do Y"
- a) If you want to open a PR:
toggle "Create a new branch for this commit and start a pull request". Give the branch a descriptive name, e.g.
make-x-do-y
- b) If you want to commit to an existing branch (not
main
!):
toggle "Commit directly to the [...] branch"
- Click "Commit changes"
- Go to https://github.com/Liquipedia/Lua-Modules and navigate to the directory where you want to create the file
- Select the correct branch you want to commit into (for new PRs it is
main
) - Click "Add file" -> "Create new file"
- Make your changes
- At the bottom add a good commit summary. Use the imperative present tense, e.g. "Make X do Y"
- a) If you want to open a PR:
toggle "Create a new branch for this commit and start a pull request". Give the branch a descriptive name, e.g.
make-x-do-y
- b) If you want to commit to an existing branch (not
main
!):
toggle "Commit directly to the [...] branch"
- Click "Commit changes"