Skip to content

Commit 32113e7

Browse files
committed
add contributiong guidelines
1 parent 766fc76 commit 32113e7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CONTRIBUTING.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributing to TON Research
2+
3+
Thanks for taking the time to contribute!
4+
5+
The following is a set of guidelines for contributing to TON Research.
6+
7+
## Submitting Issues
8+
9+
- Include the version of TOM and the Operating System you are using.
10+
- Include reproducing steps, screenshots or animated GIFs whenever possible; they are immensely helpful.
11+
12+
## Pull Requests
13+
14+
Issues and features are recorded in [Issues](https://github.com/copperbits/TON/issues). If your issues or wanted features are not listed, feel free to raise them for discussions.
15+
16+
### Issues/Features
17+
18+
- Issues are tagged with [bug](https://github.com/copperbits/TON/labels/bug). Issues always higher priority to solve.
19+
- Features are tagged with [enhancement](https://github.com/copperbits/TON/labels/enhancement).
20+
21+
[Milestones](https://github.com/copperbits/TON/milestones) are used to group tasks that trying to be solved, based on preceived importance/difficulties.
22+
23+
### Submit Changes
24+
25+
- Fork https://github.com/copperbits/TON to your GitHub repository.
26+
- Clone the repo to your local computer.
27+
28+
### Submit a new Pull Request
29+
30+
- Start a new branch `git checkout -b branch-name`.
31+
- Commit your changes, with a few unit tests whenever possible.
32+
- Push your branch `git push -u origin branch-name` to GitHub.
33+
- Submit a Pull Request through GitHub with a clear description on what's the change about.

0 commit comments

Comments
 (0)