2010-04-09 08:11:22 -04:00
|
|
|
---
|
2015-04-10 16:17:45 -04:00
|
|
|
layout: doc
|
2016-11-20 01:45:57 -05:00
|
|
|
title: Contributing to the Qubes OS Project
|
2015-10-28 18:14:40 -04:00
|
|
|
permalink: /doc/contributing/
|
2015-09-25 23:16:18 -04:00
|
|
|
redirect_from:
|
2015-10-28 18:14:40 -04:00
|
|
|
- /en/doc/contributing/
|
|
|
|
- /doc/ContributingHowto/
|
|
|
|
- /wiki/ContributingHowto/
|
2010-04-09 08:11:22 -04:00
|
|
|
---
|
|
|
|
|
2016-11-20 01:45:57 -05:00
|
|
|
How to Contribute to the Qubes OS Project
|
|
|
|
=========================================
|
2010-04-09 08:11:22 -04:00
|
|
|
|
2016-11-20 01:45:57 -05:00
|
|
|
Thank you for your interest in contributing to Qubes! Here are some of the many
|
|
|
|
ways in which you can help:
|
2010-04-09 08:11:22 -04:00
|
|
|
|
2016-11-20 01:45:57 -05:00
|
|
|
* Audit the [source code]
|
|
|
|
* [Report security issues]
|
2016-11-20 02:18:19 -05:00
|
|
|
* [Send patches][patch] to fix bugs or implement features
|
2017-11-14 22:16:24 -05:00
|
|
|
* [Contribute packages]
|
2016-11-20 01:45:57 -05:00
|
|
|
* [Report bugs]
|
2017-03-20 21:34:05 -04:00
|
|
|
* [Test new releases and updates]
|
2016-11-20 01:45:57 -05:00
|
|
|
* Submit [HCL reports] for your hardware
|
|
|
|
* Record [video tours]
|
|
|
|
* Create [artwork] (plymouth themes, installer themes, wallpapers, etc.)
|
|
|
|
* [Write and edit the documentation]
|
|
|
|
* [Donate] to the project
|
|
|
|
* If you represent an organization, become a [Qubes partner]
|
2017-09-10 19:49:04 -04:00
|
|
|
* Add a [Qubes download mirror]
|
2016-11-20 01:45:57 -05:00
|
|
|
* Answer questions on the [mailing lists]
|
|
|
|
* Engage with us on social media:
|
|
|
|
* Follow us on [Twitter]
|
|
|
|
* Join us on [Reddit]
|
|
|
|
* Like us on [Facebook]
|
2019-04-17 23:03:20 -04:00
|
|
|
* Connect with us on [LinkedIn]
|
2016-11-20 01:45:57 -05:00
|
|
|
* And last but not least, tell your friends and colleagues about how Qubes
|
|
|
|
can help them secure their digital lives!
|
2010-04-09 08:11:22 -04:00
|
|
|
|
2016-11-20 01:45:57 -05:00
|
|
|
Contributing Code
|
|
|
|
-----------------
|
2010-04-09 08:11:22 -04:00
|
|
|
|
2016-11-20 01:45:57 -05:00
|
|
|
If you're interested in contributing code, the best starting point is to have a
|
|
|
|
look at our [GitHub issues] to see which tasks are the most urgent. You can
|
|
|
|
filter issues depending on your interest and experience. For example, here are
|
|
|
|
some common issue labels:
|
2010-04-09 08:11:22 -04:00
|
|
|
|
2017-01-14 11:09:07 -05:00
|
|
|
* [Help wanted](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22&utf8=%E2%9C%93)
|
2016-11-20 01:45:57 -05:00
|
|
|
* [UX and usability](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aissue+is%3Aopen+label%3AUX)
|
|
|
|
* [Windows tools](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aissue+is%3Aopen+label%3A%22C%3A+windows+tools%22)
|
|
|
|
* [Documentation](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aissue+is%3Aopen+label%3A%22C%3A+doc%22)
|
|
|
|
* [Privacy](https://github.com/QubesOS/qubes-issues/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3A%22privacy%22%20)
|
|
|
|
* [Debian](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aissue+is%3Aopen+label%3A%22C%3A+Debian%22)
|
2010-04-09 08:11:22 -04:00
|
|
|
|
2016-11-20 01:45:57 -05:00
|
|
|
Before you engage in an activity that will take you a significant amount of
|
2017-04-01 11:29:25 -04:00
|
|
|
time, like implementing a new feature, it's always good to contact us first,
|
2016-11-20 01:45:57 -05:00
|
|
|
preferably via the [qubes-devel] mailing list. Once we've worked out the
|
2016-11-20 02:18:19 -05:00
|
|
|
details, we'll add you to our [Community-Developed Feature Tracker]. We'll then
|
|
|
|
be grateful to [receive your patch][patch].
|
2015-08-01 14:55:12 -04:00
|
|
|
|
2010-04-09 08:11:22 -04:00
|
|
|
|
2016-11-20 01:45:57 -05:00
|
|
|
[source code]: /doc/source-code/
|
|
|
|
[Report security issues]: /security/
|
2016-11-20 02:18:19 -05:00
|
|
|
[patch]: /doc/source-code/#how-to-send-patches
|
2017-11-14 22:16:24 -05:00
|
|
|
[Contribute packages]: /doc/package-contributions
|
2016-11-20 01:45:57 -05:00
|
|
|
[Report bugs]: /doc/reporting-bugs/
|
2017-03-20 21:34:05 -04:00
|
|
|
[Test new releases and updates]: /doc/testing/
|
2016-11-20 01:45:57 -05:00
|
|
|
[HCL reports]: /doc/hcl/
|
|
|
|
[video tours]: /video-tours/
|
|
|
|
[artwork]: https://github.com/QubesOS/qubes-artwork
|
|
|
|
[Write and edit the documentation]: /doc/doc-guidelines
|
2018-04-02 04:49:03 -04:00
|
|
|
[mailing lists]: /support/
|
2016-11-20 01:45:57 -05:00
|
|
|
[Donate]: /donate/
|
|
|
|
[Qubes partner]: /partners/
|
|
|
|
[Twitter]: https://twitter.com/QubesOS
|
|
|
|
[Reddit]: https://www.reddit.com/r/Qubes/
|
|
|
|
[Facebook]: https://www.facebook.com/QubesOS
|
2019-04-17 23:03:20 -04:00
|
|
|
[LinkedIn]: https://www.linkedin.com/company/qubes-os/
|
2016-11-20 01:45:57 -05:00
|
|
|
[GitHub issues]: https://github.com/QubesOS/qubes-issues/issues
|
2018-04-02 04:49:03 -04:00
|
|
|
[qubes-devel]: /support/#qubes-devel
|
2018-02-03 15:51:06 -05:00
|
|
|
[Community-Developed Feature Tracker]: /qubes-issues/
|
2017-09-11 22:11:33 -04:00
|
|
|
[Qubes download mirror]: /downloads/mirrors/
|
2016-11-20 01:45:57 -05:00
|
|
|
|