5 Star 5 Fork 4

Gitee 极速下载 / ANTLR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/antlr/antlr4
克隆/下载
CONTRIBUTING.md 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
Terence Parr 提交于 2022-04-10 14:13 . tweak readme

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. Create and work from a branch derived from dev such as git checkout -b your-branch-name
  4. Install and configure EditorConfig so your text editor or IDE uses the ANTLR 4 coding style
  5. Build ANTLR 4
  6. Run the ANTLR project unit tests
  7. Create a pull request with your changes and make sure you're comparing your dev-derived branch in your fork to the dev branch from the antlr/antlr4 repo:

Note: Each commit requires a "signature", which is simple as using -s (not -S) to the git commit command:

git commit -s -m 'This is my commit message'

Github's pull request process enforces the sig and gives instructions on how to fix any commits that lack the sig. See Github DCO app for more info.

Java
1
https://gitee.com/mirrors/antlr4.git
git@gitee.com:mirrors/antlr4.git
mirrors
antlr4
ANTLR
dev

搜索帮助

53164aa7 5694891 3bd8fe86 5694891