Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.51 KB

File metadata and controls

32 lines (21 loc) · 1.51 KB

Contributing to PyCompiler ARK

Contributions to PyCompiler ARK go through pull requests. Do not push direct changes to shared branches. Every commit in a contribution must include a Signed-off-by line.

Workflow

  1. Create a topic branch from the target branch.
  2. Make focused commits with clear messages.
  3. Sign each commit with git commit -s.
  4. Open a pull request against the appropriate branch.
  5. Wait for review before merging.

What To Read First

If you are extending PyCompiler ARK, start with:

For translation work, read the application guide first, then the engine or plugin guide that matches the area you are changing.

Core References

License

By contributing, you agree that your contributions will be licensed under the project's Apache-2.0 license.