File: CONTRIBUTING.rst

package info (click to toggle)
python-web-poet 0.23.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 908 kB
  • sloc: python: 6,112; makefile: 19
file content (28 lines) | stat: -rw-r--r-- 712 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
Contributing
============

``web-poet`` is an open-source project and we'd love to accept your
contributions. There are just a few small guidelines that you need to follow.

How to report issues
--------------------

Please, create a new issue on this repository if you have:

* a bug
* a new feature
* a change proposal

Make sure to include all necessary details that could help other contributors
to understand or to reproduce your use case.

How to submit a patch
---------------------

* Fork the project
* Create a new branch with your patch
* Open a pull request to master
* Ask for code reviews from other contributors

Ideally, tests should keep passing and coverage should not decrease after a
commit.