diff --git a/pull_request_template.md b/pull_request_template.md index 36152f09..3c8183dc 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -78,7 +78,7 @@ - Must not feature `Contributing` or `Footnotes` sections. - Has an appropriate license. - **We strongly recommend the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/), but any [Creative Commons license](https://creativecommons.org/choose/) will work.** - - Tip: You can quickly add it to your repo by going to this URL: `https://github.com///community/license/new?branch=master&template=cc0-1.0` (replace `` and `` accordingly). + - Tip: You can quickly add it to your repo by going to this URL: `https://github.com///community/license/new?branch=main&template=cc0-1.0` (replace `` and `` accordingly). - A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are WTFPL and [Unlicense](https://unlicense.org). - Place a file named `license` or `LICENSE` in the repo root with the license text. - **Do not** add the license name, text, or a `Licence` section to the readme. GitHub already shows the license name and link to the full text at the top of the repo.