forked from pimutils/khal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTING.txt
33 lines (23 loc) · 1.06 KB
/
CONTRIBUTING.txt
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
Submitting a Bug
================
If you found a bug or any part of khal isn't working as you
expected, please check if that bug is either already reported at
https://github.com/geier/khal/issues?state=open
If it isn't, always run the command again with the -v option
and paste the output of that (of course you can edit out any private
details like your username and resource).
Also, it is often helpful if you include which OS you are on and which
version of python you are using. You can just run the file at
https://gist.github.com/geier/5814123#file-debug_helper-py and paste the
output.
Hacking
=======
If you want to hack on khal and have some questions, please don't
hesitate to contact me, I will gladly provide you with any information
you need. If you want to implement some larger features, it's probably
best to contact me first and see if me or somebody else is already
working on it.
Before submitting your first patch, please add yourself to
*CONTRIBUTORS.txt*.
You can submit patches either via email (khal at lostpackets dot de) or
via github pull requests.