Contributing¶
Reporting Bugs¶
Access https://github.com/CRICDatabase/searchable-image-database-nodejs/issues/new to open a issue.
Suggesting Enhancements¶
Access https://github.com/CRICDatabase/searchable-image-database-nodejs/issues/new to open a enhancement proposal.
Your First Code Contribution¶
Fork https://github.com/CRICDatabase/searchable-image-database-nodejs and change the code. Late, open a pull request.
Pull Requests¶
Access https://github.com/CRICDatabase/searchable-image-database-nodejs/compare to open a pull request.
Styleguides¶
Git Commit Messages¶
- Use the present tense (“Add feature” not “Added feature”)
- Use the imperative mood (“Move cursor to…” not “Moves cursor to…”)
- Reference issues and pull requests liberally after the first line
Documentation Styleguide¶
We use Sphinx and reStructuredText for the documentation that is published in Read the Docs.