Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 749 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (29 loc) · 749 Bytes

Contributing

Setup

Prerequisites

Build

  1. 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
  1. Open the project in your IDE

  2. Run src/build.ps1

Proposing changes

  1. Create a branch
git checkout -b my-feature
  1. Make your changes and update the readme if necessary.
  2. Test if everything works as expected.
  3. Push your code
git push -u origin my-feature
  1. Draft a pull request by clicking on the link or from the GitHub interface.
  2. In the pull request, describe what your changes intend to do and why they are needed.