Submitting Changes

Changes are made through Branches and Pull Requests (PRs).

  1. Make sure you have all the prerequisites from the Programs and Files page.

  2. Create a branch in GitHub Desktop by selecting "Current Branch -> New Branch." Try to keep your branch names short and descriptive.

  3. Make your changes (or bring all your changes from the previous branch if prompted).

  4. Commit your changes.

  5. Push your commits to your branch.

  6. Create a Pull Request (PR) in GitHub.

  7. Wait for someone to review it (You can always send a message on Discord if nobody seems to get around to it).

Last updated