Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 915 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 915 Bytes

Contributing

Bugs, Questions, Ideas

If you are having difficulties, need to report a problem, or have question:

  • Please search for similar issues or questions. It's possible somebody has encountered this issue already.
  • If you can't find an answer elsewhere, feel free to create a new issue
  • Tag the issue appropriately (bug, enhancement, question, etc.)

Pull Requests

We welcome community contributions. If you want to contribute to the repository, here's a quick guide:

  1. Before coding, it is best to propose your ideas to the community first. Create new issue, or comment on an existing issue if there is one
  2. Fork the repository
  3. Develop your code changes
  4. Commit your changes
  5. Push the changes to your fork
  6. Submit a pull request from your fork to the develop branch of this repository
  7. Monitor your pull request for any questions, suggestions, or discussion from the maintainers