Hi, Thank you for your attention to koa-swagger-decorator
If you are willing to contribute code or provide suggestions, please make sure to take a moment and read through the following guidelines.
- Issues are exclusively for bug reports and feature requests. Other questions may be closed directly.
- Before submitting an issue, please check if similar problems have already been issued.
- Fork this repository to your own account.
- Commit Messages should be meaningful.
- Create a new topic branch to contain your feature, change, or fix.
- Make sure
npm test
passes. - Rebase before creating a PR to keep commit history clear.
- Make sure PRs are created to
develop
branch instead ofmaster
branch. - If you are fixing a bug, please include detailed description of the bug in the PR.