Skip to content

Contributing

LrgeAlvaro8882 edited this page Oct 30, 2025 · 2 revisions

Quick note

Read Quick Note, Required VSCode Extensions and Recommended VSCode Extensions from 0. Getting Started.

Also know that I'll refer to Pull Requests as PRs.

Creating the PR's repository

First, go to Dysymmetrical's repository and click the button labeled Fork at the top right.

1ForkButton

Then, leave everything as is except for the name, that'll be named after a summary of 1-3 words of your changes (it can literally be named whatever you want but yeah).

2ForkCreation

In GitHub Desktop, clone the repository you just created in your local machine (PC) and open it with VSCode. Then, set it up like it says in 0. Getting Started.

3ForkClone

When you get prompted with what you'll use the fork for, indicate that it's for contributing to the parent project.

4ForkSettings

When you've done your changes and commits, go to your GitHub page and click Contribute, then Open Pull Request.

5PROpen

Name your PR and describe what you've done in its description, then hit Create Pull Request.

6PRSettings

After this, your PR will be reviewed and maybe merged into the main branch. You'll also get a thank you. :>

When your PR has been closed, you can remove the PR's repository from your account if you want to.

Clone this wiki locally