File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ If you are reporting a bug, please include:
66
66
installed libraries and pytest version.
67
67
* Detailed steps to reproduce the bug.
68
68
69
+ If you can write a demonstration test that currently fails but should pass (xfail),
70
+ that is a very useful commit to make as well, even if you can't find how
71
+ to fix the bug yet.
72
+
69
73
.. _submitfeedback :
70
74
71
75
Submit feedback for developers
@@ -93,6 +97,8 @@ https://github.com/pytest-dev/pytest/labels/bug
93
97
94
98
:ref: `Talk <contact >` to developers to find out how you can fix specific bugs.
95
99
100
+ Don't forget to check the issue trackers of your favourite plugins, too!
101
+
96
102
.. _writeplugins :
97
103
98
104
Implement features
@@ -111,10 +117,14 @@ Write documentation
111
117
pytest could always use more documentation. What exactly is needed?
112
118
113
119
* More complementary documentation. Have you perhaps found something unclear?
114
- * Documentation translations. We currently have English and Japanese versions .
120
+ * Documentation translations. We currently have only English .
115
121
* Docstrings. There's never too much of them.
116
122
* Blog posts, articles and such -- they're all very appreciated.
117
123
124
+ You can also edit documentation files directly in the Github web interface
125
+ without needing to make a fork and local copy. This can be convenient for
126
+ small fixes.
127
+
118
128
.. _`pull requests` :
119
129
.. _pull-requests :
120
130
You can’t perform that action at this time.
0 commit comments