@@ -30,61 +30,4 @@ If you are proposing a feature:
30
30
31
31
* Explain in detail how it would work.
32
32
* Keep the scope as narrow as possible, to make it easier to implement.
33
- * Remember that this is a volunteer-driven project, and that code contributions are welcome :)
34
-
35
- Development
36
- ===========
37
-
38
- To set up `py_dss_interface ` for local development:
39
-
40
- 1. Fork `py_dss_interface <https://github.com/PauloRadatz/py_dss_interface >`_
41
- (look for the "Fork" button).
42
- 2. Clone your fork locally::
43
-
44
- git clone [email protected] :PauloRadatz/py_dss_interface.git
45
-
46
- 3. Create a branch for local development::
47
-
48
- git checkout -b name-of-your-bugfix-or-feature
49
-
50
- Now you can make your changes locally.
51
-
52
- 4. When you're done making changes run all the checks and docs builder with `tox <https://tox.readthedocs.io/en/latest/install.html >`_ one command::
53
-
54
- tox
55
-
56
- 5. Commit your changes and push your branch to GitHub::
57
-
58
- git add .
59
- git commit -m "Your detailed description of your changes."
60
- git push origin name-of-your-bugfix-or-feature
61
-
62
- 6. Submit a pull request through the GitHub website.
63
-
64
- Pull Request Guidelines
65
- -----------------------
66
-
67
- If you need some code review or feedback while you're developing the code just make the pull request.
68
-
69
- For merging, you should:
70
-
71
- 1. Include passing tests (run ``tox ``) [1 ]_.
72
- 2. Update documentation when there's new API, functionality etc.
73
- 3. Add a note to ``CHANGELOG.rst `` about the changes.
74
- 4. Add yourself to ``AUTHORS.rst ``.
75
-
76
- .. [1 ] If you don't have all the necessary python versions available locally you can rely on Travis - it will
77
- `run the tests <https://travis-ci.org/PauloRadatz/py_dss_interface/pull_requests >`_ for each change you add in the pull request.
78
-
79
- It will be slower though ...
80
-
81
- Tips
82
- ----
83
-
84
- To run a subset of tests::
85
-
86
- tox -e envname -- pytest -k test_myfeature
87
-
88
- To run all the test environments in *parallel * (you need to ``pip install detox ``)::
89
-
90
- detox
33
+ * Remember that this is a volunteer-driven project, and that code contributions are welcome :)
0 commit comments