CINXE.COM

Debian -- Contribute: How you can help Debian

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Debian -- Contribute: How you can help Debian </title> <link rel="author" href="mailto:webmaster@debian.org"> <meta name="Generator" content="WML 2.32.0"> <meta name="Modified" content="2025-04-04 19:29:31"> <meta name="viewport" content="width=device-width"> <meta name="mobileoptimized" content="300"> <meta name="HandheldFriendly" content="true"> <link href="../debhome.css" rel="stylesheet" type="text/css"> <link href="../startpage.css" rel="stylesheet" type="text/css"> <link href="../5img-carousel-slider.css" rel="stylesheet" type="text/css"> <link href="../debian-en.css" rel="stylesheet" type="text/css" media="all"> <link rel="shortcut icon" href="favicon.ico"> <meta name="Keywords" content="debian, GNU, linux, unix, open source, free, DFSG"> <link rel="search" type="application/opensearchdescription+xml" title="Debian website search" href="../search.en.xml"> </head> <body> <div id="header"> <div id="upperheader"> <div id="logo"> <a href="../" title="Debian Home"><img src="../Pics/openlogo-50.png" alt="Debian" width="50" height="61"></a> </div> <!-- end logo --> <div id="searchbox"> <form name="p" method="get" action="https://search.debian.org/cgi-bin/omega"> <p> <input type="hidden" name="DB" value="en"> <input name="P" value="" size="14"> <input type="submit" value="Search"> </p> </form> </div> <!-- end sitetools --> </div> <!-- end upperheader --> <!--UdmComment--> <div id="navbar"> <p class="hidecss"><a href="#content">Skip Quicknav</a></p> <ul> <!-- Link to Debian's own Social Media resources --> <li><a href="https://bits.debian.org/" title="Bits from Debian">Blog</a></li> <li><a href="https://micronews.debian.org" title="Micronews from Debian">Micronews</a></li> <li><a href="https://planet.debian.org/" title="The Planet of Debian">Planet</a></li> </ul> </div> <!-- end navbar --> <p id="breadcrumbs">&nbsp; </p> </div> <!-- end header --> <!--/UdmComment--> <div id="content"> <h1>Contribute: How you can help Debian</h1> <link href="../font-awesome.css" rel="stylesheet" type="text/css"> <div id="toc"> <ul class="toc"> <li><a href="#coding">Coding and Maintaining Packages</a></li> <li><a href="#testing">Testing and Bug Squashing</a></li> <li><a href="#documenting">Writing Documentation</a></li> <li><a href="#translating">Translating and Localizing</a></li> <li><a href="#usersupport">Helping other Users</a></li> <li><a href="#events">Organizing Events</a></li> <li><a href="#donations">Donate Money, Hardware, or Bandwidth</a></li> <li><a href="#usedebian">Use Debian</a></li> <li><a href="#organizations">How your Organization can support Debian</a></li> </ul> </div> <p>Debian is not just an operating system, it's a community. A lot of people with many different skills contribute to the project: our software, the artwork, the wiki, and other documentation are the results of a joint effort by a large group of individuals. Not everyone is a developer, and you certainly don't have to know how to code if you want to participate. There are many different ways you can help to make Debian even better. If you'd like to join in, here are some suggestions for both experienced and inexperienced users.</p> <h2><a id="coding">Coding and Maintaining Packages</a></h2> <aside class="light"> <span class="fa fa-code-branch fa-5x"></span> </aside> <p>Maybe you want to write a new application from scratch, maybe you want to implement a new feature in an existing program. If you're a developer and want to contribute to Debian, you can also help us to prepare the software in Debian for easy installation, we call it "packaging". Have a look at this list for some ideas on how to get started:</p> <ul> <li>Package applications, for example those you have experience with or consider valuable for Debian. For more information on how to become a package maintainer, visit the <a href="../devel/">Debian Developer's Corner</a>.</li> <li>Help to maintain existing applications, for example by contributing fixes (patches) or additional information in the <a href="https://bugs.debian.org/">Bug Tracking System</a>. Alternatively, you can join a group maintenance team or join a software project on <a href="https://salsa.debian.org/">Salsa</a> (our own GitLab instance).</li> <li>Assist us by <a href="https://security-tracker.debian.org/tracker/data/report">tracking</a> and <a href="../doc/manuals/developers-reference/pkgs.html#bug-security">fixing</a> <a href="../security/">security issues</a> in Debian.</li> <li>You can also help with the hardening of <a href="https://wiki.debian.org/Hardening">packages</a>, <a href="https://wiki.debian.org/Hardening/RepoAndImages">repositories and images</a>, and <a href="https://wiki.debian.org/Hardening/Goals">other components</a>.</li> <li>Interested in <a href="../ports/">porting</a> Debian to some architecture you are familiar with? You can start a new port or contribute to an existing one. </li> <li>Help us to improve Debian-related <a href="https://wiki.debian.org/Services">services</a> or create and maintain new ones, <a href="https://wiki.debian.org/Services#wishlist">suggested or requested</a> by the community.</li> </ul> <h2><a id="testing">Testing and Bug Squashing</a></h2> <aside class="light"> <span class="fa fa-bug fa-5x"></span> </aside> <p>Like any other software project, Debian needs users who test the operating system and its applications. One way to contribute is to install the latest version and report back to the developers if something doesn't work the way it should. We also need people to test our installation media, secure boot and the U-Boot bootloader on different hardware. </p> <ul> <li>You can use our <a href="https://bugs.debian.org/">Bug Tracking System</a> to report any issues you find in Debian. Before you do so, please make sure the bug hasn't already been reported.</li> <li>Visit the bug tracker and try to browse the bugs associated with packages you use. See if you can provide further information and reproduce the issues described.</li> <li>Test the Debian <a href="https://wiki.debian.org/Teams/DebianCD/ReleaseTesting">installer and live ISO images</a>, <a href="https://wiki.debian.org/SecureBoot/Testing">secure boot support</a>, <a href="https://wiki.debian.org/LTS/TestSuites">LTS updates</a>, and the <a href="https://wiki.debian.org/U-boot/Status">U-Boot</a> bootloader.</li> </ul> <h2><a id="documenting">Writing Documentation</a></h2> <aside class="light"> <span class="fa fa-file-alt fa-5x"></span> </aside> <p>If you experience any problems in Debian and can't write code to solve the issue, maybe taking notes and writing down your solution is an option for you. That way you can help other users who may have similar problems. All Debian documentation is written by community members and there are several ways you can help.</p> <ul> <li>Join the <a href="../doc/ddp">Debian Documentation Project</a> to help with the official Debian documentation.</li> <li>Contribute to the <a href="https://wiki.debian.org/">Debian Wiki</a></li> </ul> <h2><a id="translating">Translating and Localizing</a></h2> <aside class="light"> <span class="fa fa-language fa-5x"></span> </aside> <p> Your native language isn't English, but you have good enough English language skills to understand and translate software or Debian-related information like web pages, documentation, etc.? Why not join a translation team and convert Debian applications to your mother tongue. We're also looking for people to check existing translations and file bug reports if necessary. </p> <ul> <li>Everything connected with Debian's internationalization is discussed on the <a href="https://lists.debian.org/debian-i18n/">i18n mailing list</a>.</li> <li>Are you a native speaker of a language which isn't supported in Debian yet? Get in touch via the <a href="../international/">Debian International</a> page.</li> </ul> <h2><a id="usersupport">Helping other Users</a></h2> <aside class="light"> <span class="fas fa-handshake fa-5x"></span> </aside> <p>You can also contribute to the project by helping other Debian users. The project uses various support channels, for example mailing lists in different languages, and IRC channels. For more information, please visit our <a href="../support">support pages</a>.</p> <ul> <li>The Debian project uses a lot of different <a href="https://lists.debian.org/">mailing lists</a>; some are for developers and some are for users. Experienced users can help others through the <a href="../support#mail_lists">user mailing lists</a>.</li> <li>People from all over the world chat in real-time on IRC (Internet Relay Chat). Visit the channel <tt>#debian</tt> on <a href="https://www.oftc.net/">OFTC</a> to chat with other Debian users.</li> </ul> <h2><a id="events">Organizing Events</a></h2> <aside class="light"> <span class="fas fa-calendar-check fa-5x"></span> </aside> <p>Apart from the annual Debian conference (DebConf), there are several smaller meetings and get-togethers in different countries every year. Taking part or helping to organize an <a href="../events/">event</a> is a great opportunity to meet other Debian users and developers.</p> <ul> <li>Help out during the annual <a href="https://debconf.org/">Debian conference</a>, for example by recording <a href="https://video.debconf.org/">videos</a> of talks and presentations, greetings attendees and helping speakers, organizing special events during DebConf (like the cheese and wine party), helping with the setup and teardown, etc.</li> <li>Additionally, there are several <a href="https://wiki.debian.org/MiniDebConf">MiniDebConf</a> events, local meetings organized by Debian project members.</li> <li>You can also create or join a <a href="https://wiki.debian.org/LocalGroups">local Debian group</a> with regular meetings or other activities.</li> <li>Also, check out other events like <a href="https://wiki.debian.org/DebianDay">Debian Day parties</a>, <a href="https://wiki.debian.org/ReleaseParty">release parties</a>, <a href="https://wiki.debian.org/BSP">bug squashing parties</a>, <a href="https://wiki.debian.org/Sprints">development sprints</a>, or <a href="https://wiki.debian.org/DebianEvents">other events</a> around the world.</li> </ul> <h2><a id="donations">Donate Money, Hardware, or Bandwidth</a></h2> <aside class="light"> <span class="fas fa-gift fa-5x"></span> </aside> <p>All donations to the Debian project are managed by our Debian Project Leader (DPL). With your support we can purchase hardware, domains, cryptographic certificates, etc. We also use funds to sponsor DebConf and MiniDebConf events, development sprints, presence at other events, and other things.</p> <ul> <li>You can <a href="../donations">donate</a> money, equipment and services to the Debian project.</li> <li>We're constantly looking for <a href="../mirror/">mirrors</a> worldwide.</li> <li>For our Debian ports, we rely on our <a href="../devel/buildd/">autobuilder network</a>.</li> </ul> <h2><a id="usedebian">Use Debian and talk about it</a></h2> <aside class="light"> <span class="fas fa-bullhorn fa-5x"></span> </aside> <p>Spread the word and tell others about Debian and the Debian community. Recommend the operating system to other users, and show them how to install it. Simply use it and enjoy -- that's probably the easiest way to give back to the Debian project.</p> <ul> <li>Help to promote Debian by giving a talk and demonstrating it to other users.</li> <li>Contribute to our <a href="https://www.debian.org/devel/website/">website</a> and help us to improve Debian's public face.</li> <li>Take <a href="https://wiki.debian.org/ScreenShots">screenshots</a> and <a href="https://screenshots.debian.net/upload">upload</a> them to <a href="https://screenshots.debian.net/">screenshots.debian.net</a> so that our users can see what software in Debian looks like before using it.</li> <li>You can enable <a href="https://packages.debian.org/popularity-contest">popularity-contest submissions</a> so we know which packages are popular and most useful to everyone.</li> </ul> <h2><a id="organizations">How your Organization can support Debian</a></h2> <aside class="light"> <span class="fa fa-check-circle fa-5x"></span> </aside> <p> Whether you work at an educational, commercial, non-profit, or government organization, there are plenty of ways to support us with your resources. </p> <ul> <li>For example, your organization could simply <a href="../donations">donate</a> money or hardware.</li> <li>Maybe you'd like to <a href="https://www.debconf.org/sponsors/">sponsor</a> our conferences.</li> <li>Your organization could provide <a href="https://wiki.debian.org/MemberBenefits">products or services to Debian contributors</a>.</li> <li>We're also looking for <a href="https://wiki.debian.org/ServicesHosting#Outside_the_Debian_infrastructure">free hosting</a>. </li> <li>Of course, setting up mirrors for our <a href="https://www.debian.org/mirror/ftpmirror">software</a>, the <a href="https://www.debian.org/CD/mirroring/">installation media</a>, or <a href="https://wiki.debconf.org/wiki/Videoteam/Archive">conference videos</a> is also greatly appreciated.</li> <li>Maybe you'd also consider selling Debian <a href="https://www.debian.org/events/merchandise">merchandise</a>, <a href="https://www.debian.org/CD/vendors/">installation media</a>, or <a href="https://www.debian.org/distrib/pre-installed">pre-installed systems</a>.</li> <li>If your organization offers Debian <a href="https://www.debian.org/consultants/">consulting</a> or <a href="https://wiki.debian.org/DebianHosting">hosting</a>, please let us know.</li> </ul> <p> We're also interested in forming <a href="https://www.debian.org/partners/">partnerships</a>. If you can promote Debian by <a href="https://www.debian.org/users/">providing a testimonial</a>, running it on your organization's servers or desktops, or even encourage your staff to participate in our project, that's fantastic. Maybe you'd also consider teaching about the Debian operating system and community, directing your team to contribute during working hours or sending them to one of our <a href="../events/">events</a>.</p> <div class="clr"></div> </div> <!-- end content --> <div id="footer"> <hr class="hidecss"> <p>Back to the <a href="../">Debian Project homepage</a>.</p> <hr> <!--UdmComment--> <div id="pageLang"> <div id="langSelector"> This page is also available in the following languages: <div id="langContainer"> <select onchange="location = this.value;"> <option value="" disabled selected>Select your language</option> <option value="help.da.html" title="Danish" lang="da">dansk</option> <option value="help.es.html" title="Spanish" lang="es">espa&ntilde;ol</option> <option value="help.fr.html" title="French" lang="fr">fran&ccedil;ais</option> <option value="help.it.html" title="Italian" lang="it">Italiano</option> <option value="help.nl.html" title="Dutch" lang="nl">Nederlands</option> <option value="help.pl.html" title="Polish" lang="pl">polski</option> <option value="help.pt.html" title="Portuguese" lang="pt">Portugu&ecirc;s</option> <option value="help.sk.html" title="Slovak" lang="sk">sloven膷ina</option> <option value="help.fi.html" title="Finnish" lang="fi">suomi</option> <option value="help.sv.html" title="Swedish" lang="sv">svenska</option> <option value="help.vi.html" title="Vietnamese" lang="vi">Ti&#7871;ng Vi&#7879;t</option> <option value="help.bg.html" title="Bulgarian" lang="bg">&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; (B&#601;lgarski)</option> <option value="help.ru.html" title="Russian" lang="ru">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russkij)</option> <option value="help.uk.html" title="Ukrainian" lang="uk">&#1091;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (ukrajins'ka)</option> <option value="help.zh-cn.html" title="Chinese (China)" lang="zh-CN">&#20013;&#25991;(&#31616;)</option> <option value="help.zh-hk.html" title="Chinese (Hong Kong)" lang="zh-HK">&#20013;&#25991;(HK)</option> <option value="help.zh-tw.html" title="Chinese (Taiwan)" lang="zh-TW">&#20013;&#25991;(&#32321;)</option> <option value="help.ja.html" title="Japanese" lang="ja">&#26085;&#26412;&#35486; (Nihongo)</option> <option value="help.cs.html" title="Czech" lang="cs">&#269;esky</option> <option value="help.ko.html" title="Korean" lang="ko">&#54620;&#44397;&#50612; (Korean)</option> <option value="help.el.html" title="Greek" lang="el">&#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940; (Ellinika)</option> <option value="help.fa.html" title="Persian" lang="fa">&#x0641;&#x0627;&#x0631;&#x0633;&#x06cc; (Farsi)</option> </select> </div> How to set <a href="../intro/cn">the default document language</a> </div></div><!--/UdmComment--> <hr> <div id="fineprint"> <!--UdmComment--> <p>See our <a href="../contact">contact page</a> to get in touch. Web site source code is <a href="https://salsa.debian.org/webmaster-team/webwml">available</a>.</p> <p> Last Modified: Fri, Apr 4 16:26:16 UTC 2025 &emsp; Last Built: Fri, Apr 4 19:29:31 UTC 2025 <br> Copyright &copy; 1997-2025 <a href="https://www.spi-inc.org/">SPI</a> and others; See <a href="../license" rel="copyright">license terms</a><br> Debian is a registered <a href="../trademark">trademark</a> of Software in the Public Interest, Inc. </p> <!--/UdmComment--> </div> </div> <!-- end footer --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10