Getting Involved #7253
-
Hello, I am looking to be able to contribute to this project. I don't really have a programming background but am interested. Are there any tips for beginners for getting into to open source? Maybe start with helping with documentation? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You can work on our documentation! We could use more documentation of our lesser used features and getting new people setup successfully. I'd also like to incorporate our browser troubleshooting guide directly into the user guide. @varjolintu can point you there. Our documentation us written using asciidoctor syntax https://asciidoctor.org/ which is similar to markdown with more control. You can see our documentation source here: https://github.com/keepassxreboot/keepassxc/tree/develop/docs If you want to help with code you'll have to be proficient in C++ and Qt5. |
Beta Was this translation helpful? Give feedback.
You can work on our documentation! We could use more documentation of our lesser used features and getting new people setup successfully. I'd also like to incorporate our browser troubleshooting guide directly into the user guide. @varjolintu can point you there.
Our documentation us written using asciidoctor syntax https://asciidoctor.org/ which is similar to markdown with more control.
You can see our documentation source here: https://github.com/keepassxreboot/keepassxc/tree/develop/docs
If you want to help with code you'll have to be proficient in C++ and Qt5.