Skip to content

Commit 9768a93

Browse files
committed
Convert support and contributing på Markdown
1 parent 6e689cc commit 9768a93

File tree

3 files changed

+48
-47
lines changed

3 files changed

+48
-47
lines changed

CONTRIBUTING.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Contributing
2+
============
3+
4+
If you are a developer, please refer to the [Developer Guide of
5+
django-wiki](http://django-wiki.readthedocs.io/en/latest/development/index.html)
6+
7+
Support
8+
-------
9+
10+
**DO NOT USE GITHUB FOR SUPPORT INQUIRIES! USE IRC OR MAILING LIST!**
11+
12+
Django-nyt is community based, please try to be active. If you want
13+
help, plan to give help, too. For instance, if you join IRC, then stay
14+
around and help others.
15+
16+
Issues
17+
------
18+
19+
Contributions are appreciated! The following guide is a rough draft, but
20+
please feel free to contribute to this contribution doc as well :D
21+
22+
When submitting an Issue, please provide the following:
23+
24+
- If it's a **feature request**, then write why *you* want it, but
25+
also which other cases you find it useful for. Best way to get a new
26+
feature made by others is to motivate.
27+
- Think about challenges.
28+
- Have you read the Manifesto (below) ? New features should maintain
29+
the focus of the project.
30+
- If you encounter a **bug**, keep in mind that it's probably easiest
31+
to fix if a developer sat in front of your computer... but in lack
32+
of that option:
33+
- `django-admin.py --version`
34+
- `python --version`
35+
- `uname -a`
36+
- An example of how to reproduce the bug.
37+
- The expected result.
38+
- Does the bug happen with a checkout of django-wiki's master branch?
39+
To upgrade:
40+
`pip install --upgrade git+https://github.com/django-wiki/django-wiki.git`

CONTRIBUTING.rst

-40
This file was deleted.

SUPPORT.rst SUPPORT.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ Getting support
33

44
Please refer to our documentation before asking questions:
55

6-
http://django-nyt.readthedocs.io/
6+
<http://django-nyt.readthedocs.io/>
77

88
**DO NOT USE GITHUB FOR SUPPORT INQUIRIES! USE IRC OR MAILING LIST!**
99

10-
django-nyt is community based, please try to be active. If you want help, plan to
11-
give help, too. For instance, if you join IRC, then stay around and help others.
10+
django-nyt is community based, please try to be active. If you want
11+
help, plan to give help, too. For instance, if you join IRC, then stay
12+
around and help others.
1213

13-
Please use django-wiki's IRC for getting in touch on development and support.
14-
Please do not email or PM developers asking for personal support.
15-
16-
* ``#django-wiki`` on irc.freenode.net
14+
Please use django-wiki's IRC for getting in touch on development and
15+
support. Please do not email or PM developers asking for personal
16+
support.
1717

18+
> - `#django-wiki` on irc.freenode.net

0 commit comments

Comments
 (0)