- Fork the antlr/antlr4 repo, which will give you both key branches,
master
anddev
- Make sure to
git checkout dev
in your fork so that you are working from the latest development branch - Install and configure EditorConfig so your text editor or IDE uses the ANTLR 4 coding style
- Build ANTLR 4
- Run the ANTLR project unit tests
- Create a pull request with your changes and make sure you're comparing the
dev
branch in your fork to thedev
branch from theantlr/antlr4
repo:
Note: You must sign the contributors.txt
certificate of origin with your pull request if you've not done so before.