Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 665 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 665 Bytes

Contributing

Issues

Found a bug? Feel free to open an issue. Please try to explain as best as you can, how to reproduce the bug

Want a feature implemented? Feel free to open an issue with a feature request.

Pull Requests

PRs are welcome!

Commits

This project uses conventional commits as a commit message guideline.

Linting

This project uses airbnb linting rules.

Testing

Try to at the least maintain the code coverage, and add adequate test cases, if needed.