You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
850 B
850 B
How to contribute
Issue & Discussion
Any issues and discussions are welcome. Feel free for submit an issue or open a discussion.
If you want to submit an issue, we suggest that use the given issue templates. Of course, you can also submit one without any templates or using any other templates. The first goal is to make everyone understand your ideas.
Pull Request
We use git-flow as our branch organization, as known as FDD.
At least, if you want to open a pull request you should follow these steps:
- Fork the repository
- Create a new branch
- Do something & write some code
- Commit and push
- Open a pull request
For a better flow to manage PRs, we suggest that:
- Use the given PR templates
- Use
rebase
to resolve conflicts - Submit as few commit as possible in a PR
- Use a linter to check code before open a PR