Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 923 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 923 Bytes

Contributing to ANTLR 4

  1. Fork the antlr/antlr4 repo, which will give you both key branches, master and dev
  2. Make sure to git checkout dev in your fork so that you are working from the latest development branch
  3. Install and configure EditorConfig so your text editor or IDE uses the ANTLR 4 coding style
  4. Build ANTLR 4
  5. Run the ANTLR project unit tests
  6. Create a pull request with your changes and make sure you're comparing the dev branch in your fork to the dev branch from the antlr/antlr4 repo:

Note: You must sign the contributors.txt certificate of origin with your pull request if you've not done so before.