summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
AgeCommit message (Collapse)Author
2021-01-01DOC: Update multiple references to testdir to pytesterHong Xu
In https://docs.pytest.org/en/stable/reference.html#testdir, it is suggested: > New code should avoid using testdir in favor of pytester. Multiple spots in the documents still use testdir and they can be quite confusing (especially the plugin writing guide).
2020-10-09ask for commit after changelog and authors file edit (#7878)Charles Aracil
2020-09-17Add guidelines section about backportingBruno Oliveira
From https://github.com/pytest-dev/pytest/pull/7723#issuecomment-693310439
2020-09-13Merge pull request #7750 from pytest-dev/graingert-patch-1Anthony Sottile
permit tox config in non-tox.ini files for pytest-dev member projects
2020-09-13remove unused bitbucket linkThomas Grainger
2020-09-13permit tox config in non-tox.ini files for pytest-dev member projectsThomas Grainger
2020-09-08Update pytest-dev requirementsAnthony Sottile
- be more vague about "packaging metadata" over explicitly mentioning `setup.py` (such that `pyproject.toml`-based distributions are allowed) - drop extensions on `README.txt` / `LICENSE.txt` (it's more common to have `.md` / `.rst` / no extension) - remove duplicate mention of license packaging metadata
2020-08-01CONTRIBUTING: document the docstring style we useRan Benita
2020-07-07Point to stable docs instead of latestBruno Oliveira
Now that our master might contain new features, it is best to point users to the stable docs rather than the latest
2020-06-24CONTRIBUTING: sync changelog typesRan Benita
The got out of date with the actual ones we use.
2020-06-08Add documentation on closing issuesGleb Nikonorov
2020-06-08Introduce guidelines for closing stale issues/PRs (#7332)Bruno Oliveira
* Introduce guidelines for closing stale issues/PRs Close #7282 Co-authored-by: Anthony Sottile <asottile@umich.edu> Co-authored-by: Zac Hatfield-Dodds <Zac-HD@users.noreply.github.com> Co-authored-by: Anthony Sottile <asottile@umich.edu> Co-authored-by: Zac Hatfield-Dodds <Zac-HD@users.noreply.github.com>
2020-05-20CONTRIBUTING: add section about backporting fixes to patch releasesRan Benita
2020-05-07remove incorrect note about requiring admin installAnthony Sottile
2020-03-25CONTRIBUTING: Grammatical clarification and minor typo fixesCurt J. Sampson
The main unclear part was that "to contribute changes" read in two different ways; I've reworded it so it reads only one way.
2020-02-29docs: use doc/en/_build/html for html output (#6842)Daniel Hahler
This will use the same directory as `make -C doc/en` then, and reflects the default location that Sphinx uses.
2020-02-12Switch to new git workflowRan Benita
Co-Authored-By: Daniel Hahler <git@thequod.de>
2020-01-23bug-fix fixesDaniel Hahler
2019-12-31removed trailing whitespace to fix linting issuePaulC
2019-12-31Added how to reserve an issue to yourself when contributingPaulC
2019-11-21Add develop instructions to CONTRIBUTINGBruno Oliveira
From: https://github.com/pytest-dev/pytest/pull/6244
2019-08-10Update URL: python/black → psf/blackJon Dufresne
2019-07-15More CSS fine-tuningTim Hoffmann
2019-06-30update CONTRIBUTING.rstAmirElkess
The following edits are for the "Preparing pull requests" section only. 1. remove Python2-related commands. 2. clarifying some details for beginners. Such as that pre-commit must to be installed as admin to function properly. 3. Added "You may not create a changelog entry if the change doesn't affect the documented behaviour of Pytest." on line 270.
2019-06-24Clarify changelog entries should be rst filesKevin J. Foley
2019-05-04Update Black URLsJon Dufresne
> Black, your uncompromising #Python code formatter, was a project > created with the community in mind from Day 1. Today we moved it under > the PSF umbrella. It's now available on GitHub under > https://github.com/python/black/ . You install and use it just like > before. https://twitter.com/llanga/status/1123980466292445190
2018-11-12CI: use py37 instead of py36 by defaultDaniel Hahler
Closes https://github.com/pytest-dev/pytest/issues/4370.
2018-10-15Fix lintingBruno Oliveira
2018-10-15Improve docs a bitBruno Oliveira
2018-10-15Add testdir examples to CONTRIBUTING guideTomer Keren
Hopefully Closes: #4151
2018-06-11Improve contributing instructions regarding black/lintingBruno Oliveira
2018-05-23apply most other hooks and opt out of black reformatingRonny Pfannschmidt
2018-05-23add pre-commit to CONTRIBUTING.txtRonny Pfannschmidt
2018-04-13Fix some mistakes in contributing.rstDarren Burns
2018-04-12firther enhance the links in contributing.rstRonny Pfannschmidt
2018-04-12Update CONTRIBUTING.rstDarren Burns
Fixes a broken link in CONTRIBUTING.rst
2017-12-18Merge pull request #2068 from flub/commitaccessRonny Pfannschmidt
[proposal] Add section about how you become a committer
2017-11-25Update github "bugs" linkEugene Prikazchikov
Apparently, some time ago label was renamed from bug to "type:bug"
2017-10-23Make CONTRIBUTING and PR template more consistent regarding doc contributionsBruno Oliveira
2017-09-19fix tox documentation linkOliver Bestwalter
2017-07-25Revisit CONTRIBUTING.rstDaniel Hahler
2017-07-22Update PR guide and add a "short" versionBruno Oliveira
2017-07-20Add "fix-lint" tox environment to fix linting errorsBruno Oliveira
2017-03-16Recommend using py36 for testing on CONTRIBUTINGBruno Oliveira
2017-02-19Update text to only give access when wantedFloris Bruynooghe
Also clarify merging perms given the PR approval now available.
2016-11-26Add documentation building note.Luke Murphy
2016-11-17Add section about how you become a committerFloris Bruynooghe
2016-11-09Add "check-manifest" to linting and remove unused scripts from rootBruno Oliveira
Fix #1
2016-06-30Add changelog to requirements for pytest-dev pluginsFlorian Bruhin
Closes #1691
2016-06-22Merge pull request #1638 from blueyed/fix-CONTRIBUTINGBruno Oliveira
CONTRIBUTING.rst: spelling fixes