creativecommons / .github

Default templates and guidelines for Creative Commons GitHub repositories.
https://opensource.creativecommons.org/contributing-code/github-repo-guidelines/
Creative Commons Zero v1.0 Universal
21 stars 47 forks source link

Update Pull Request template to support "main" as a default branch name #10

Closed TimidRobot closed 4 years ago

TimidRobot commented 4 years ago

Description

Update the Pull Request template (.github/PULL_REQUEST_TEMPLATE.md) to support main as a default branch name.

For background/context, see [Meta] Support "main" as a default branch name · Issue #1125 · creativecommons/creativecommons.org.

Reproduction

Checklist currently includes:

- [ ] My pull request targets the `master` branch of the repository.

Expectation

Checklist should include something like:

- [ ] My pull request targets the *default* branch of the repository (`main` or `master`).
ariessa commented 4 years ago

Hi, I've fixed the issue and created PR.