Thanks for taking the time to contribute!
The following is a set of guidelines for contributing to TON Research.
- Include the version of TOM and the Operating System you are using.
- Include reproducing steps, screenshots or animated GIFs whenever possible; they are immensely helpful.
Issues and features are recorded in Issues. If your issues or wanted features are not listed, feel free to raise them for discussions.
- Issues are tagged with bug. Issues always higher priority to solve.
- Features are tagged with enhancement.
Milestones are used to group tasks that trying to be solved, based on preceived importance/difficulties.
- Fork https://github.com/copperbits/TON to your GitHub repository.
- Clone the repo to your local computer.
- Start a new branch
git checkout -b branch-name
. - Commit your changes, with a few unit tests whenever possible.
- Push your branch
git push -u origin branch-name
to GitHub. - Submit a Pull Request through GitHub with a clear description on what's the change about.