summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* AppVeyor: run tests with --fail-env-changed (#2522)Victor Stinner2017-06-301-1/+1
|
* bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)Zachary Ware2017-06-101-1/+1
|
* Make codecov config on master the only config used (GH-2041)Brett Cannon2017-06-091-0/+1
| | | | | This will allow for centralized management of the Codecov config to prevent skew as well as easier management going forward. Closes python/core-workflow#81.
* Only run AppVeyor on long-lived branches (GH-1941)Zachary Ware2017-06-041-0/+5
| | | Also on the short-lived `buildbot-custom` branch.
* Move Codecov's configuration file under .github (GH-1494)morrme2017-05-131-0/+29
|
* Explicitly mention what should (not) be discussed on GitHub (GH-1437)Brett Cannon2017-05-031-0/+3
|
* Link to the devguide's PR guidelines (GH-932)Brett Cannon2017-03-311-4/+2
|
* Only trigger AppVeyor on code or config changes (GH-611)Zachary Ware2017-03-111-0/+17
|
* Add Appveyor (GH-324)Zachary Ware2017-03-051-0/+6
|
* Add Travis CI and Codecov badges to README (#70)Victor Stinner2017-02-131-6/+0
| | | | | | | Badges are small images which gives the status of the Travis CI and the coverage percentage of Codecode. It helps to check the status of the Travis CI and to get the link to Travis CI. See also https://shields.io/
* Fix formatting issue with Codecov badgeBrett Cannon2017-02-101-1/+2
|
* Add the Codecov badge for masterBrett Cannon2017-02-101-0/+3
|
* Add a Travis badge for the master branchBrett Cannon2017-02-101-0/+2
|
* Delete old pull request templateBrett Cannon2017-02-101-9/+0
|
* Add a CONTRIBUTING fileBrett Cannon2017-02-101-0/+46
| | | This file will be displayed to contributors when they create a pull request in any branch (hence why it is not written in a branch-specific way).
* issue27476 - Introduce a .github template to discourage github pull requestsSenthil Kumaran2016-07-101-0/+9
and point users to developers guide.