Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 781 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 781 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owner of this repository before making a change.

Pull Request Process

  1. Get the code on your local machine
  • Fork the CoolCompiler into your GitHub account.
  • Clone your forked repository on your local machine.
  1. Create a new branch (such as fix-for-issue-007). Be sure to create a seperate branch for each improvement you implement.
  2. Do your work on the new branch - not the main branch
  3. Create a pull request.
  4. In case your pull request is not yet complete or not yet ready for review, consider creating a draft pull request instead.