|
1 | | - We are not currently accepting contributions. However, we appreciate community [feedback and suggestions](https://github.com/canopas/cloud-gallery/discussions/categories/feedback-suggestions) for future improvements. |
| 1 | +# Contributing |
| 2 | +Thank you so much for your interest in contributing! All types of contributions are encouraged and valued. The Project Team looks forward to your contributions. |
| 3 | + |
| 4 | +## Filing issues |
| 5 | +When in doubt, file an issue. We'd rather close a few duplicate issues than let a problem go unnoticed. |
| 6 | +Similarly, if you support a particular feature request, please let us know by commenting on the issue or [subscribing](https://help.github.com/articles/subscribing-to-conversations/) to the issue. |
| 7 | + |
| 8 | +If you are reporting a bug, please help speed up problem diagnosis by providing as much information as possible. Ideally, that would include a small sample project (or gist) that reproduces the problem. |
| 9 | + |
| 10 | +## Contributing code |
| 11 | +We actively welcome your pull requests. You can find instructions on building the project in [Wiki](https://github.com/canopas/cloud-gallery/wiki). |
| 12 | +1. Fork the repo and create your branch from `main`. |
| 13 | +2. If you've added code that should be tested, add tests. |
| 14 | +3. Make sure your code lints. |
| 15 | + |
| 16 | +## Labels |
| 17 | +Labels on issues are managed by contributors, you don't have to worry about them. Here's a list of what they mean: |
| 18 | + |
| 19 | +* **bug**: feature that should work, but doesn't |
| 20 | +* **enhancement**: minor tweak/addition to existing behavior |
| 21 | +* **feature**: new behavior, bigger than enhancement |
| 22 | +* **question**: no need for any fix, usually a usage problem |
| 23 | +* **reproducible**: has enough information to very easily reproduce, mostly in the form of a small project in a GitHub repo |
| 24 | +* **repro-needed**: we need some code to be able to reproduce and debug locally, otherwise there's not much we can do |
| 25 | +* **duplicate**: there's another issue that already covers/tracks this |
| 26 | +* **wontfix**: working as intended, or won't be fixed due to compatibility or other reasons |
| 27 | +* **invalid**: there isn't enough information to make a verdict, or unrelated |
| 28 | +* **non-library**: The issue is not in the core library code, but rather in documentation, samples, build process, releases |
| 29 | + |
| 30 | +## License |
| 31 | +By contributing to Cloud Gallery, you agree that your contributions will be licensed under its Apache License, Version 2.0. See the [LICENSE](https://github.com/canopas/cloud-gallery/blob/main/LICENSE) file for details. |
0 commit comments