Changes between Initial Version and Version 1 of Contributing


Ignore:
Timestamp:
12/17/10 13:17:39 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contributing

    v1 v1  
     1[[TOC(inline, depth=1)]]
     2
     3= Participating the the development process =
     4
     5== Writing code ==
     6
     7All generally useful additions and fixes to OpenVPN are most welcome. See [wiki:DeveloperDocumentation developer documentation] for more information.
     8
     9== Participating in the ACK system ==
     10
     11All code that goes into OpenVPN goes through a [wiki:DeveloperDocumentation review process]. Both ''developers'' and ''non-developers'' are encouraged to take part in this process.
     12
     13== Testing and reporting bugs ==
     14
     15Testing is a big part of software development. If you want an easy way to help, you can test that latest and greatest version of OpenVPN works correctly. Testing helps making sure each release is rock-solid, as well as pushing out new releases as quickly as possible. For details, see [wiki:TesterDocumentation tester documentation].
     16
     17If you think you've found a bug in OpenVPN, please check if it's been [report:6 reported earlier]. If not, file new bug report using this service (Trac). If you have encountered a bug that has been reported earlier, you can still help by making the existing report more precise by adding more information.
     18
     19== Making feature requests ==
     20
     21It's always good if a project has ideas where to proceed. There a couple of ways to get your ideas out there:
     22
     23 * [https://sourceforge.net/mail/?group_id=48978 openvpn-users mailinglist]
     24 * [https://forums.openvpn.net/wishlist-f10.html Post to the forums]
     25 * [https://community.openvpn.net/openvpn/newticket File a feature request to Trac]
     26
     27Posting to the mailing list or to the forums allows you to discuss the request with others. If your feature turns out to be something that other people want, too, it's more likely to get implemented sooner or later. "Drive-by" feature requests filed to Trac are not encouraged, as they make follow-up discussion and questions more difficult for everybody.
     28
     29== Packaging ==
     30
     31Installing OpenVPN from source is fairly trivial on *NIX computers. However, keeping OpenVPN updated manually is pretty annoying. It helps a lot if users can use pre-built packages (e.g. deb, rpm, exe) for their platform. This is especially true with Windows, where setting up the OpenVPN build environment is a painful, complex process.
     32
     33If your operating system does not have a package (or port) for OpenVPN, you can help by creating one. Even if such a package exists, it's likely  it's pretty old. In this case you can help by generating newer packages, e.g. from Git sources and publishing those. This helps people use the latest and greatest versions of OpenVPN as easily as possible. Take a look [#Testing and reporting bugs|here] to see why this is important.
     34
     35It is also possible to provide snapshot packages built after ''every'' commit by [wiki:SettingUpBuildslave setting up a buildslave].
     36
     37= Helping other users =
     38
     39== Writing documentation ==
     40
     41All OSS projects need good documentation. The natural place for most documentation is this Trac wiki: just remember that you need to register first. If you want to improve the man-page or other documentation bundled with OpenVPN, follow the procedure outlined in [wiki:DeveloperDocumentation developer documentation]. Alternatively you can just let developers know of the issue and let them fix it.
     42
     43== Helping other users ==
     44
     45If you're a user and wish to help the OpenVPN project, you can do so in many ways. For example, you can answer to questions sent to any of these support channels:
     46
     47 * [http://sourceforge.net/mail/?group_id=48978 openvpn-user mailinglist]
     48 * [https://forums.openvpn.net OpenVPN forums]
     49 * OpenVPN IRC channel (#openvpn at irc.freenode.net)
     50
     51Being responsive and helpful to newbies is important for the project in the long run: after all, part of them will in time become core contributors. If the same questions get asked over and over again, consider writing a FAQ entry or an article to this Wiki. In the long run this saves everybody's time.
     52
     53== Spreading the word ==
     54
     55OpenVPN needs visibility like all OSS projects. Increased visibility means more downloads and more downloads mean more developers and contributions. There are many ways visibility of a project can be increased. You can write articles or blog about OpenVPN. Telling other users about OpenVPN on discussion forums and mailing lists is also valuable, especially on high-profile sites. Just remember not to spam.
     56
     57= Contributing to other OpenVPN-related projects =
     58
     59There is a large ecosystem of projects around OpenVPN, as can be seen [wiki:RelatedProjects here]. Even if your skills are not very useful within the core project, you may be able to help the projects around OpenVPN. For example, you could help with ''graphics'' or ''translation'' in the widely used ]http://sourceforge.net/projects/openvpn-gui OpenVPN GUI] project.