github.com/gocrane/crane@v0.11.0/docs/CONTRIBUTING.md (about) 1 # Contributing to Crane 2 3 Welcome to Crane! This document is a guideline about how to contribute to Crane. 4 5 ## Become a contributor 6 7 You can contribute to Crane in several ways. Here are some examples: 8 9 * Contribute to the Crane codebase. 10 * Report bugs. 11 * Suggest enhancements. 12 * Write technical documentation and blog posts, for users and contributors. 13 * Organize meetups and user groups in your local area. 14 * Help others by answering questions about Crane. 15 16 For more ways to contribute, check out the [Open Source Guides](https://opensource.guide/how-to-contribute/). 17 18 ### Report bugs 19 20 Before submitting a new issue, try to make sure someone hasn't already reported the problem. 21 Look through the [existing issues](https://github.com/gocrane/crane/issues) for similar issues. 22 23 Report a bug by submitting a [bug report](https://github.com/gocrane/crane/issues/new?assignees=&labels=kind%2Fbug&template=bug_report.md&title=). 24 Make sure that you provide as much information as possible on how to reproduce the bug. 25 26 ### Suggest enhancements 27 28 If you have an idea to improve Crane, submit an [feature request](https://github.com/gocrane/crane/issues/new?assignees=&labels=kind%2Ffeature&template=feature_request.md&title=).