File: CONTRIBUTING.md

package info (click to toggle)
doit 0.31.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,504 kB
  • sloc: python: 10,835; makefile: 168; ansic: 14; sh: 4
file content (40 lines) | stat: -rw-r--r-- 1,165 bytes parent folder | download | duplicates (3)
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

# Contributing to doit

## issues/bugs

If you find issues using `doit` please report at
[github issues](https://github.com/pydoit/doit/issues).

All issues should contain a sample minimal `dodo.py` and
the used command line to reproduce the problem.


## questions

Please ask question in the discussion
[forum](http://groups.google.co.in/group/python-doit)
or on StackOverflow using tag `doit`.

Do not use the github issue tracker to ask questions!

`doit` has extensive online documentation please read the docs!

When asking a question it is appreciated if you introduce yourself,
also mention how long are you using doit and using it for what.

A good question with a code example greatly increases the chance
of it getting a reply.

Unless you are looking for paid support, do **not** send private emails
to the project maintainer.


## feature request

Users are expected to implement new features themselves.
You are welcome to add a request on github tracker but if you are not willing
to spend your time on it, probably nobody else will...

Before you start implementing anything it is a good idea to discuss its
implementation in the discussion forum.