]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blame - doc/CONTRIBUTING.md
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / doc / CONTRIBUTING.md
CommitLineData
a5a58578
JS
1# How can I help?
2
e6cbe756
PM
3You can help in numerous ways. This document should give you an overview of what
4is possible and how you can get involved. It will **not** give you all information
5you need to successfully contribute to avoid content duplication between this
6document and our [wiki](https://wiki.ipfire.org/). Instead, it should guide you
7to the right places to look for further information.
a5a58578
JS
8
9## Development
10
e6cbe756
PM
11All information is available in the [development section](https://wiki.ipfire.org/devel)
12of our wiki. The following is a very short overview of the most important topics.
a5a58578
JS
13
14### Contact
15
e6cbe756
PM
16We use the mailing list `<development@lists.ipfire.org>` for our communication. For the
17list archive and registration, see [here](http://lists.ipfire.org/mailman/listinfo/development).
a5a58578 18
e6cbe756 19### Source Code
a5a58578 20
e6cbe756
PM
21We use our own infrastructure for code hosting, accessible at `git.ipfire.org`. The
22GitHub repositories are **only** mirrors of `git.ipfire.org`, available as a courtesy
23to the internet community.
a5a58578
JS
24
25### How to build the distribution?
26
e6cbe756
PM
27In order to contribute, you certainly need to build the distribution at some point.
28See [here](https://wiki.ipfire.org/devel/ipfire-2-x/build-howto) for a long guide
29how to do that.
a5a58578 30
e6cbe756 31### Reporting bugs
a5a58578 32
e6cbe756
PM
33We have a bug tracker located [here](https://wiki.ipfire.org/devel/bugzilla). Further
34information can be found in our [wiki](https://wiki.ipfire.org/devel/bugzilla). We do
35**not** use GitHub for tracking bugs.
a5a58578
JS
36
37### Contribute changes to the source code
38
e6cbe756
PM
39Unfortunately, we do not accept GitHub pull requests. Instead, we are working with patches
40which are sent to our mailing list `<development@lists.ipfire.org>`. This process might
41be a bit tricky in the beginning. That's why you can find more information how to do
42this [here](https://wiki.ipfire.org/devel/submit-patches).
a5a58578
JS
43
44
45
46