Add first version of CONTRIBUTING.md

This commit is contained in:
David Peter 2017-10-07 22:01:52 +02:00 committed by GitHub
parent a7f4a0a581
commit 108fce3396
1 changed files with 20 additions and 0 deletions

20
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,20 @@
## Contributing to *fd*
**Thank you very much for considering to contribute to this project!**
We welcome any form of contribution:
* New issues (feature requests, bug reports, questions, ideas, ...)
* Pull requests (documentation improvements, code improvements, new features, ...)
**Note**: Before you take the time to open a pull request, please open a ticket first. This will
give us the chance to discuss any potential changes first.
## Important links
* [Open issues](https://github.com/sharkdp/fd/issues)
* [Open pull requests](https://github.com/sharkdp/fd/pulls)
* [Development section in the README](https://github.com/sharkdp/fd#development)
* [fd on crates.io](https://crates.io/crates/fd-find)
* [LICENSE](https://github.com/sharkdp/fd/blob/master/LICENSE)