Contribution guide
Thank you for being so interested about contribution! Let's make this project even better.
Find a bug
First, check for similar bugs in Issue. If not, open the Issue based on the template.
Then, if I identify it as a bug
, I will label it.
If you want to fix a bug, please refer to the Open pull request before starting to fix it.
Documentation Issue
First, check for similar documentation issues in Issue. If not, open the Issue based on the template. For documentation, I will fix it, so please wait until it is applied.
Have a question about usage or specifications
First, check for a similar question in Issue. If not, open the Issue based on the template. Then, I'll reply to it.
Have an enhancement idea
First, check for a similar idea in Issue. If not, open the Issue based on the template. Discuss the enhancement idea of an open issue. You can (or should) implement it yourself, but please refer to the Open pull request before creating.
Open pull request
First, you fork this repository. Next, you write a code that follows the Coding Conventions. Then, after you write a code, open the pull request based on the template. Then, we will merge it as soon as it passes the test and our review.