mirror of https://github.com/koide3/small_gicp.git
Create CONTRIBUTING.md
This commit is contained in:
parent
1a6f9a4e79
commit
7b95ffb203
|
|
@ -0,0 +1,12 @@
|
|||
## Contributing
|
||||
|
||||
Thank you for your support of this package. Your contribution for improving the package is welcome as long as you follow the [Code of Conduct](CODE_OF_CONDUCT.md).
|
||||
|
||||
## Issues
|
||||
|
||||
Please open issues to report bugs and propose feature requests. When creating a new issue, please use a issue template and fill each item to better tell your situation to the maintainers.
|
||||
|
||||
## Pull Requests
|
||||
|
||||
Please take a look at the Github official document [GitHub](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) for general recommendations to create a PR.
|
||||
In addition, please let your PR focus on a single topic (improvement or bugfix) and keep it as minimal as possible to reduce the review effort.
|
||||
Loading…
Reference in New Issue