You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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