This is a collaborative effort. We welcome all contributions submitted as pull requests.
(Contributions on wording & style are also welcome.)
A bug is a demonstrable problem that is caused by the code in the repository. Good bug reports are extremely helpful – thank you!
Please try to be as detailed as possible in your report. Include specific information about the environment – version of Prisme, Go, Operating System, etc, and steps required to reproduce the issue.
Good pull requests – patches, improvements, new features – are a fantastic help. Before create a pull request, please follow these instructions:
- One pull request per feature. If you want to do more than one thing, send multiple pull request.
- Write tests.
- Run
make lint/fix
to fix the code format before commit.