File: CONTRIBUTING.md

package info (click to toggle)
dupd 1.7.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 12,688 kB
  • sloc: ansic: 8,381; sh: 879; makefile: 121; perl: 58
file content (33 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download
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
Contributing
============

Thanks for trying out dupd! If you'd like to let me know how it worked
for you, please do!

Bugs or Enhancements
--------------------

Feel free to open a github
[issue](https://github.com/jvirkki/dupd/issues) if you run into any
bug or if you'd like to suggest a feature or enhancement. Try to be as
specific as possible in the description.

Check out the dupd
[goals](https://github.com/jvirkki/dupd/blob/master/docs/index.md)
and
[design choices](https://github.com/jvirkki/dupd/blob/master/docs/design.md)
for background on what dupd tries to accomplish.

Pull requests
-------------

For small and/or functionally obvious changes feel free to submit a
github pull request.

For anything larger than that, please first file an
[issue](https://github.com/jvirkki/dupd/issues)
describing the proposal. Please also review the dupd
[goals](https://github.com/jvirkki/dupd/blob/master/docs/index.md)
and
[design choices](https://github.com/jvirkki/dupd/blob/master/docs/design.md)
documents first.