Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheZ3ro <io@thezero.org>2016-10-18 05:16:37 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2016-10-18 05:16:37 +0300
commitba86c1e1da707b21f6ecc2ea41c8ebbd68b20689 (patch)
treedca7bf457c0c29188c7e800bee25a2208d2a5b4b /README.md
parentcfb7de0fe9478ad809619a88b55d0eeca0b72308 (diff)
Institute CONTRIBUTING, ISSUE template, and PR template
* DOC: Add ISSUE and PR template, add CONTRIBUTING * DOC: incorporated feedback from @samrocketman, @Manko10, and @droidmonkey * README now points to CONTRIBUTING instead of repeating it * Added code style link and minor tweaks to CONTRIBUTING
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 9 insertions, 18 deletions
diff --git a/README.md b/README.md
index c2d164bcd..d88786fda 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,16 @@
## About
-Fork of [KeePassX](https://www.keepassx.org/) with keepasshttp support for use with [PassIFox](https://addons.mozilla.org/en-us/firefox/addon/passifox/) for Mozilla Firefox and [chromeIPass](https://chrome.google.com/webstore/detail/chromeipass/ompiailgknfdndiefoaoiligalphfdae) for Google Chrome.
+Fork of [KeePassX](https://www.keepassx.org/) that [aims to incorporate stalled Pull Requests, features, and bug fixes that are not being incorporated into the main KeePassX baseline](https://github.com/keepassxreboot/keepassx/issues/43).
-KeePassHttp implementation has been forked from jdachtera's repository, which in turn was based on code from code with Francois Ferrand's [keepassx-http](https://gitorious.org/keepassx/keepassx-http/source/master) repository.
+
+#### Additional Reboot Features
+ - keepasshttp support for use with [PassIFox](https://addons.mozilla.org/en-us/firefox/addon/passifox/) for Mozilla Firefox and [chromeIPass](https://chrome.google.com/webstore/detail/chromeipass/ompiailgknfdndiefoaoiligalphfdae) for Google Chrome.
+
+KeePassHttp implementation has been forked from jdachtera's repository, which in turn was based on code from code with Francois Ferrand's [keepassx-http](https://gitorious.org/keepassx/keepassx-http/source/master) repository.
This is a rebuild from [denk-mal's keepasshttp](https://github.com/denk-mal/keepassx.git) that brings it forward to Qt5 and KeePassX v2.x.
-This reboot also aims to incorporate stalled Pull Requests, features, and bug fixes that are not being incorporated into the main KeePassX baseline.
#### Build Dependencies
@@ -77,22 +80,10 @@ To update the project from within the project's folder you can run the following
git pull
```
-### Feature Requests
+### Contributing
We're always looking for suggestions to improve our application. If you have a suggestion for improving an existing feature,
-or would like to suggest a completely new feature for KeePassX Reboot, please use the Issues section.
-
-### Bug Reports
-
-Our software isn't always perfect, but we strive to always improve our work. You may file bug reports in the Issues section.
-
-### Pull Requests
-
-Along with our desire to hear your feedback and suggestions, we're also interested in accepting direct assistance in the form of code.
-
-All pull requests must comply with the CONTRIBUTION requirements.
+or would like to suggest a completely new feature for KeePassX Reboot, please use the Issues section or our [Google Groups](https://groups.google.com/forum/#!forum/keepassx-reboot) forum.
-### Translations
+Please review the [CONTRIBUTING](.github/CONTRIBUTING.md) document for further information.
-Translations are managed on [Transifex](https://www.transifex.com/keepassx-reboot/keepassx-reboot/) which offers a web interface.
-Please join an existing language team or request a new one if there is none.