Skip to content

Commit f341a5c

Browse files
authored
Merge pull request #10407 from NateMeyvis/patch-1
Add note on tags to CONTRIBUTING.rst
2 parents baada53 + 1027dc8 commit f341a5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.rst

+5
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,11 @@ Here is a simple overview, with pytest-specific bits:
244244
be released in micro releases whereas features will be released in
245245
minor releases and incompatible changes in major releases.
246246

247+
You will need the tags to test locally, so be sure you have the tags from the main repository. If you suspect you don't, set the main repository as upstream and fetch the tags::
248+
249+
$ git remote add upstream https://github.com/pytest-dev/pytest
250+
$ git fetch upstream --tags
251+
247252
If you need some help with Git, follow this quick start
248253
guide: https://git.wiki.kernel.org/index.php/QuickStart
249254

0 commit comments

Comments
 (0)