added contributing

This commit is contained in:
antelle 2017-11-13 23:04:42 +01:00
parent 04d29ce512
commit 6dd1d0e1f7
1 changed files with 25 additions and 0 deletions

25
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,25 @@
# Contributing to KeeWeb
Thanks for taking the time to contribute! :gift:
## Code of conduct
This project and everyone participating in it is governed by the [KeeWeb Code of Conduct](https://github.com/keeweb/keeweb/blob/master/.github/CODE_OF_CONDUCT.md#readme). By participating, you are expected to uphold this code. Please report unacceptable behavior to antelle.net@github.com.
## Issues
First, let's check if it's [already there](https://github.com/keeweb/keeweb/issues).
Perhaps, someone has already reported it?
[Click here](https://github.com/keeweb/keeweb/issues/new) to create a new issue.
When creating issues, please answer some questions asked on that page.
They will help to understand, reproduce and fix your issue.
## Questions, great ideas, etc...
You can [create an issue](https://github.com/keeweb/keeweb/issues/new) to discuss any question.
Indeed, questions on that page are not applicable in this case.
## Pull requests
Please follow [this guide](https://github.com/keeweb/keeweb/blob/master/.github/PULL_REQUEST_TEMPLATE.md#readme).