summaryrefslogtreecommitdiffstats
path: root/.github/CONTRIBUTING.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update build status links in contributing doc (GH-98672)Zachary Ware2022-10-251-14/+2
|
* Fix link to Lifecycle of a Pull Request in CONTRIBUTING (#98102)Jacob Walls2022-10-081-1/+1
| | | | | | | * Fix link to Lifecycle of a Pull Request in CONTRIBUTING * Remove trailing backslash. Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS ↵Serhiy Storchaka2022-08-041-4/+4
| | | | | | | | | | (GH-95527) If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.
* Replace contributor-visible mentions of BPO in .github/* (GH-91426)Oleg Iarygin2022-04-101-1/+1
|
* Update CI files to account for the master -> main rename (GH-25860)Pablo Galindo2021-05-031-1/+1
|
* Closes bpo-40558: update CONTRIBUTING.rst to reflect current branches (GH-19989)Hai Shi2020-05-251-6/+6
|
* bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)Suriyaa ✌️️2018-06-081-0/+4
|
* Touch up the contributing notes (#3158)Brett Cannon2017-08-221-12/+28
| | | | | | * Mention how to find out what to do * Update URL * Thanks contributors * Explain there is no timeline
* 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
|
* 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
|
* 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).