summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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.