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

Latest commit

 

History

History
21 lines (15 loc) · 853 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 853 Bytes

You have found an issue? You want to contribute to that project? Fine, you're at the right place

Writing an issue

You don't have much time? Neither do we.

We would appreciate that you follow the issue template to report a bug. Hopefully, if the bug is well written and can be reproduced easily, it will be fixed quite quickly.

However, this project is maintained by volunteers who work on this project on their spare time. Please be patient and please provide enough info so that we can help you.

We also welcome pull requests.

Writing a pull request

  • Fork the project
  • Create a branch based on develop, like feature/support-for-xxx
  • Write your code there
  • Update the changelog
  • create a PR on develop, explaining what you've done and how can we test your change

Writing sample codes or documentation on the wiki

You are welcome!