# Contributing Thank you for considering contributing! I write libraries in my free time and contributions from others help me make great tools. Following these guidelines helps to communicate that you respect my time, as the developer managing and developing this open source project. In return, I should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests. Questions and pull requests are more than welcome. If anything is unclear, please [file an issue](https://github.com/Cantido/landslide/issues/new)! Ideally, my answer to your question will be in an update to the docs. Please note that this project is released with a Contributor [Code of Conduct]. By participating in this project you agree to abide by its terms. ## Ground Rules - Follow the [Code of Conduct]. - Keep your commits clear and your pull requests small. This isn't a big project. - Run `rustfmt` on your files before committing them. I like clean diffs. ## Your First Contribution - Ask questions! I like writing good documentation, and questions make that work more meaningful. Use the [mailing list] for questions or comments. I promise I'll respond promptly. - Tests are always welcome! - Searching issues or pull requests tagged "[help wanted]" or "[good first issue]" are great places to get started. ## Getting Started If you're on GitHub, it's really easy to submit a pull request. Just: 1. Create your own fork of the code 2. Do the changes in your fork 3. [Submit a pull request](https://github.com/Cantido/landslide/compare) I don't require a CLA or anything like that. You can also email a patch to the [mailing list] if you like things old-school. ## How report a bug If you find a security vulnerability, do NOT open an issue. Contact [Rosa on keybase.io](https://keybase.io/cantido) instead! In order to determine whether you are dealing with a security issue, ask yourself these two questions: - Can I access something that's not mine, or something I shouldn't have access to? - Can I disable something for other people? If the answer to either of those two questions are "yes", then you're probably dealing with a security issue. Note that even if you answer "no" to both questions, you may still be dealing with a security issue, so if you're unsure, [message me directly](https://keybase.io/cantido). Otherwise, please [open an issue](https://todo.sr.ht/~cosmicrose/landslide). ## How to suggest a feature or enhancement The philosopy of this project is to create a small, sharp tool that makes it easier for developers to understand the licenses they rely on. Feature requests and enhancements should stick to this philosophy. Help me do anything that lets developers do more with their valuable time. Feature requests give meaning to my work. [Open an issue](https://todo.sr.ht/~cosmicrose/landslide) that decribes the feature you'd like to see, why you need it, and how you'd like it to work. ## Code review process As the primary developer, I will be the one reviewing all pull requests. I'm online far too much, so you should be able to hear back from me quickly. However, I only do this in my free time, so please allow me flexibility. ## Community This is a small project, but I care about the people that care about my work. I'm on [keybase](https://keybase.io/cantido) if you need to message me directly. --- If you like this contribution guide, please give a star to [Nadia Eghbal]'s [`contributing-template`] project on GitHub. It was a great help. [Nadia Eghbal]: https://github.com/nayafia [`contributing-template`]: https://github.com/nayafia/contributing-template [mailing list]: https://lists.sr.ht/~cosmicrose/public-inbox [help wanted]: https://todo.sr.ht/~cosmicrose/landslide?search=label%3A"help wanted" [good first issue]: https://todo.sr.ht/~cosmicrose/landslide?search=label%3A"help wanted" [Code of Conduct]: code_of_conduct.md