summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2019-06-27Add Open Collective to FUNDING.ymlFlorian Bruhin
2019-05-24Small change to test if pushing directly to master is disabledBruno Oliveira
2019-05-23Fix whitespace in FUNDING.ymlBruno Oliveira
2019-05-23Create FUNDING.ymlBruno Oliveira
Following instructions from: * https://tidelift.com/subscription/how-to-connect-tidelift-with-github * https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository#displaying-a-sponsor-button-in-your-repository
2019-05-16Make it clear that small typos in docs don't require a CHANGELOG entryBruno Oliveira
From: https://github.com/pytest-dev/pytest/pull/5273#issuecomment-493076587
2019-04-23GitHub: revisit issue/PR templates [ci skip]Daniel Hahler
The motivation here is to not have the same boilerplate with PRs.
2019-01-13Add rtd-bot configuration file [skip appveyor] [skip travis]Bruno Oliveira
Part of the configuration necessary for https://github.com/apps/rtd-helper
2018-10-15Use full link to changelog's README in PR templateBruno Oliveira
Fix #4156
2018-07-14Manage GH labels using the new 'labels' toolBruno Oliveira
2018-02-08Code review suggestionsBruno Oliveira
2018-02-06Add changelog/README.rst and streamline our PR template textBruno Oliveira
This streamlines the PR template text and adds a more in-depth explanation about how the changelog entries work because this topic is a common source of confusion: - How to name the files. - Which formatting to use (people in general assume it is Markdown). - Recommend adding `.rst` extension to changelog files to help with the above (`towncrier` doesn't care). This was heavily inspired by the excellent python-trio/trio docs.
2017-12-05Fix example in PR templateFlorian Bruhin
2017-10-23Make CONTRIBUTING and PR template more consistent regarding doc contributionsBruno Oliveira
2017-05-30switch changelog management to towncrierRonny Pfannschmidt
2016-10-05Mention small doc fixes don't need tests/changelog entries in PR templateBruno Oliveira
2016-07-25Merge branch 'master' into merge-masterBruno Oliveira
# Conflicts: # AUTHORS # CHANGELOG.rst # _pytest/monkeypatch.py # _pytest/python.py
2016-07-23Explain why thanks yourself in the CHANGELOGBruno Oliveira
2016-06-21Introduce pytest command as recommended entry pointDave Hunt
Fixes #1629
2016-03-11Fix 'check' in markdown for github templatesBruno Oliveira
2016-02-18Add issue and PR GitHub templatesBruno Oliveira