File tree 3 files changed +30
-1
lines changed
3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,16 @@ feature to avoid any rejection and disappointment.
91
91
One branch per bug/feature. Don't stack PR on top of other PR branches!
92
92
93
93
94
+ ### Testing
95
+
96
+ Testing can be done by using [ Nose] ( http://nose.readthedocs.io/ ) .
97
+ As described in Nose documentation, run ` nosetests3 ` in the top
98
+ level of the project directory.
99
+
100
+ Additionally, the project is [ configured to use the free Travis CI]
101
+ (https://travis-ci.org/chfoo/wpull ).
102
+
103
+
94
104
### Making the PR
95
105
96
106
When you file a pull request, a template will appear reminding you
@@ -101,3 +111,10 @@ of this document. It will also remind you to:
101
111
* Describe * what* you changed and * why* you changed them.
102
112
* Set GitHub merge options to merge into ` develop ` if you branch
103
113
from ` develop ` .
114
+
115
+ GitHub will also run tests on the code. If there is an error,
116
+ please take a look at to see if it is related to your PR.
117
+ See Testing above. Sometimes the build is broken and may not be
118
+ your fault. If you need to make more changes, add your commits to
119
+ the submitted branch. If the issue can't be resolved easily,
120
+ close the PR and make a new one when ready.
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def __getattr__(cls, name):
91
91
92
92
# General information about the project.
93
93
project = 'Wpull'
94
- copyright = '2013-2015 , Christopher Foo and others'
94
+ copyright = '2013-2016 , Christopher Foo and others'
95
95
96
96
97
97
# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change @@ -62,6 +62,18 @@ When you open a new issue, GitHub provides a link to the guidelines
62
62
document. Please read it to learn how to file a good bug report.
63
63
64
64
65
+ How can I help the development of Wpull? What are the development goals?
66
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
67
+
68
+ Please visit the [GitHub repository](https://github.com/chfoo/wpull).
69
+ From there, you can take a look at:
70
+
71
+ * The Contributing file for specific instructions on how to help
72
+ * The issue tracker for current bugs and features
73
+ * The Wiki for the roadmap of the project such as goals and statuses
74
+ * And the code, of course
75
+
76
+
65
77
How can I chat or ask a question?
66
78
+++++++++++++++++++++++++++++++++
67
79
You can’t perform that action at this time.
0 commit comments