From 108fce3396d0923d453bd21d934f90218d4d2c1c Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 7 Oct 2017 22:01:52 +0200 Subject: [PATCH] Add first version of CONTRIBUTING.md --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..334d14a --- /dev/null +++ b/CONTRIBUTING.md @@ -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) +