11 lines
339 B
11 lines
339 B
# Rules for contributing
|
|
|
|
## Pull-request rules
|
|
- Create an issue before adding a new feature.
|
|
- Always create a new branch for your issue or change.
|
|
- Make actual quality PRs, no +1 etc.
|
|
|
|
## General format rules
|
|
- Use TABS for indentation.
|
|
- Try to follow the layout of the code.
|
|
- Follow the file structure, don't deviate from it.
|
|
|