|
3 | 3 | tron-docker is an open-source project designed to facilitate the usage of the TRON network. We understand that there is much left to be desired, and if you see any room for improvement, please let us know. Thank you. All contributed code will be covered by the [LGPLv3 license](https://github.com/tronprotocol/tron-docker/blob/main/LICENSE) of this project. |
4 | 4 |
|
5 | 5 | Here are some guidelines to get started quickly and easily: |
6 | | -- [Contributing](#contributing) |
7 | | - - [Before contribution](#before-contribution) |
8 | | - - [Ask a question](#ask-a-question) |
9 | | - - [Reporting an issue](#reporting-an-issue) |
10 | | - - [Request a feature](#request-a-feature) |
11 | | - - [Contribute to tron-docker](#contribute-to-tron-docker) |
12 | | - - [Key branches](#key-branches) |
13 | | - - [Submitting code steps](#submitting-code-steps) |
14 | | - - [Fork then make changes](#fork-then-make-changes) |
15 | | - - [Linting](#linting) |
16 | | - - [Push code](#push-code) |
17 | | - - [Commit messages](#commit-messages) |
18 | | - - [Branch naming conventions](#branch-naming-conventions) |
19 | | - - [Pull request best practise](#pull-request-best-practise) |
20 | | - - [Special situations and how to deal with them](#special-situations-and-how-to-deal-with-them) |
21 | | - - [Conduct](#conduct) |
| 6 | +- [Before contribution](#Before-contribution) |
| 7 | +- [Contribute to tron-docker](#Contribute-to-tron-docker) |
| 8 | + - [Key Branches](#Key-Branches) |
| 9 | + - [Submitting Code Steps](#Submitting-Code-Steps) |
| 10 | + - [Commit Messages](#Commit-Messages) |
| 11 | + - [Branch Naming Conventions](#Branch-Naming-Conventions) |
| 12 | + - [Pull Request Best Practise](#Pull-request-best-practise) |
| 13 | + - [Special Situations And How To Deal With Them](#Special-Situations-And-How-To-Deal-With-Them) |
| 14 | +- [Conduct](#Conduct) |
22 | 15 |
|
23 | 16 | ## Before contribution |
24 | 17 |
|
@@ -101,7 +94,7 @@ Commit the new branch to your personal remote repository. |
101 | 94 |
|
102 | 95 | #### Linting |
103 | 96 |
|
104 | | - tron-docker CI uses [pre-commit](https://pre-commit.com/) to lint all code within the repo. Add it to your local following the [installation](https://pre-commit.com/#installation). And ensure ShellCheck is also installed, refer to [installation](https://github.com/koalaman/shellcheck?tab=readme-ov-file#installing). Check [.pre-commit-config.yaml](.pre-commit-config-fix.yaml) for existing validators. |
| 97 | + tron-docker CI uses [pre-commit](https://pre-commit.com/) to lint all code within the repo. Add it to your local following the [installation](https://pre-commit.com/#installation). Check [.pre-commit-config.yaml](.pre-commit-config-fix.yaml) for existing validators. |
105 | 98 |
|
106 | 99 | #### Push code |
107 | 100 |
|
|
0 commit comments