mirror of https://github.com/keeweb/keeweb
31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
# 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@gmail.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).
|
|
|
|
## Docs (Wiki pages)
|
|
|
|
KeeWeb has [Wiki pages](https://github.com/keeweb/keeweb/wiki), however it's not possible to contribute with pull requests.
|
|
If you would like to improve it, please [open an issue](https://github.com/keeweb/keeweb/issues/new) and submit your changes in Markdown format.
|