Skip to content

Commit a007646

Browse files
committed
avoid pullrequest picture and fix bugfix/feature target info.
I could not get the pullrequest picture to be included correctly in both latex and html sphinx builders due to the "include" directive from doc/en/contributing.rst
1 parent 787c866 commit a007646

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -209,19 +209,13 @@ but here is a simple overview:
209209
are unsure about either of these steps, submit your pull request and we'll
210210
help you fix it up.
211211

212-
#. Finally, submit a pull request through the GitHub website:
213-
214-
.. image:: doc/en/img/pullrequest.png
215-
:width: 700px
216-
:align: center
217-
218-
::
212+
#. Finally, submit a pull request through the GitHub website using this data::
219213

220214
head-fork: YOUR_GITHUB_USERNAME/pytest
221215
compare: your-branch-name
222216

223217
base-fork: pytest-dev/pytest
224-
base: master # if it's a feature
225-
base: pytest-VERSION # if it's a bugfix
218+
base: master # if it's a bugfix
219+
base: feature # if it's a feature
226220

227221

0 commit comments

Comments
 (0)