- Fork the project, then clone it:
HTTPS:
git clone https://github.com/flyingpie/windows-terminal-quake.git
SSH:
git clone [email protected]:flyingpie/windows-terminal-quake.git
-
Open the project in your IDE
-
Run
src/build.ps1
- Create a branch
git checkout -b my-feature
- Make your changes and update the readme if necessary.
- Test if everything works as expected.
- Push your code
git push -u origin my-feature
- Draft a pull request by clicking on the link or from the GitHub interface.
- In the pull request, describe what your changes intend to do and why they are needed.