Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 610 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 610 Bytes

Contributing to tpology

To contribute, fork the repository and submit a pull request.

The main branch for development is main. If you intend to submit PRs, base them off of main:

git checkout -b my-feature main
git push -u origin my-feature

If you find yourself frequently contributing to tpology, you can apply to become a member of the contributors team. This will give you write access to the repository, and allow you to create branches directly on the main repository instead of your fork.

To apply, open an issue in the repository and ask to be added to the contributors team.