Pull requests can be made with these rules:
- PRs that contains code updates or function additions are to at least be explained as such the maintainers can get the idea of what you implement.
- Commits must follow semantic rules as defined by https://www.conventionalcommits.org/en/v1.0.0/.
You can report issues by these following rules:
- Make a short and concise title if you can.
- Describe the issue concisely.
- Tell what you do and steps to reproduce it.
- Tell what behaviour/output you expect to have.
- Tell what behaviour/output you get.
- If too long, provide error logs in https://katb.in or similiar services.
- Consider to be polite on your report.