aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: cd2121c5e9aed853d0edb239bf4121c77bb80415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Getting help
============

**When something doesn't work as expected then please first see the
[FAQ][faq].** Then also try the list of [open issues][issues] and use
the search box at the top of that page to find older related issues.
You should also consult the [manual][manual] and ask a general-purpose
search engine.

If everything else fails then ask for help on the
**[Emacs Stackexchange site][forum]**, the
[mailing list][list], or the
[Gitter chat][chat].

Reporting issues and suggesting features
========================================

To report bugs and suggest new feature use the [issue tracker][issues].

Never use the phrase "at the very least".

Code contributions
==================

If you have some code which you would like to be merged, then open a
[pull requests][pulls].  Please create atomic commits with descriptive
commit messages.

Donations
=========

Please also consider to contribute by making a
[monetary donation][donations].


[chat]:      https://gitter.im/magit/magit
[donations]: http://magit.vc/donations.html
[faq]:       http://magit.vc/manual/magit/FAQ.html
[forum]:     http://emacs.stackexchange.com/questions/tagged/magit
[issues]:    https://github.com/magit/magit/issues
[list]:      https://groups.google.com/forum/?fromgroups#!forum/magit
[manual]:    http://magit.vc/manual
[pulls]:     https://github.com/magit/magit/pulls