Katorly Lab welcomes contributions to all of its repositories.
Please read this guide before opening an issue or submitting a pull request.
Issues
Issues are usually used to:
- Report bugs
- Make suggestions
- Discuss other project-related problems
Follow the issue templates to submit bugs and suggestions. If your issue does not fit into any of the templates, you can use the blank issue template.
Before opening a new issue, please make sure you are using the latest version of the project and check if a similar issue exists. If it does, you can add comments to the existing issue.
If you are not sure whether your issue is valid or not, you can still open one. Your issue may be labeled as invalid and closed by the maintainers, but if you believe that happened by mistake, you can open a new issue with more details.
Good-faith issues are always welcome and appreciated.
NOTE
If you need help, please go to our HelpCenter and open a new discussion instead of opening an issue.
Pull Requests
Pull requests are used to:
- Contribute code
- Localize content
- Submit other project-related contributions
Steps
- Fork and branch:
git checkout -b type/feature-name
- Commit with conventional commit message:
git commit -m "type: description"
- Open a pull request with the pull request template.
Please note that pull requests for formatting-only changes are usually not accepted.