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.
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