contributing

This commit is contained in:
antelle 2020-04-18 12:47:00 +02:00
parent 152fcccf60
commit 7d061c4aaf
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 9 additions and 0 deletions

View File

@ -28,6 +28,15 @@ If you would like to report a vulnerability, the preferred way to do so is [cont
You can [create an issue](https://github.com/keeweb/keeweb/issues/new/choose) to discuss any topic.
Indeed, questions on that page are not applicable in this case.
## Development
We don't accept (and in forseeable future, we won't) anyone as a project collaborator directly.
Instead, the code should be contributed via pull requests. To get started with development, take a look at these pages:
- [Architecture](https://github.com/keeweb/keeweb/wiki/Architecture)
- [Engineering](https://github.com/keeweb/keeweb/wiki/Engineering)
- [Unsupported Features](hhttps://github.com/keeweb/keeweb/wiki/Unsupported%20Features)
- [Pull Request Guidelines](https://github.com/keeweb/keeweb/blob/master/.github/PULL_REQUEST_TEMPLATE.md#readme)
## Pull requests
Please follow [this guide](https://github.com/keeweb/keeweb/blob/master/.github/PULL_REQUEST_TEMPLATE.md#readme).