Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Sears <asears@users.noreply.github.com>2021-10-08 21:26:37 +0300
committerJohn Bauer <horatio@gmail.com>2022-04-23 07:36:46 +0300
commit3d786e5ac4c424e0d0fab133702d0370ecc76d07 (patch)
tree2c8f8b2a372b0c4bd9d0eb3af59e3ba3c00f81c5 /.github
parent9101da293b00bb4db12a858047e8ec48ec555311 (diff)
change master to main in pr template
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 3e81d8d3..2433a3cd 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,6 +1,6 @@
**BEFORE YOU START**: please make sure your pull request is against the `dev` branch.
-We cannot accept pull requests against the `master` branch.
-See our [contributing guide](https://github.com/stanfordnlp/stanza/blob/master/CONTRIBUTING.md) for details.
+We cannot accept pull requests against the `main` branch.
+See our [contributing guide](https://github.com/stanfordnlp/stanza/blob/main/CONTRIBUTING.md) for details.
## Description
A brief and concise description of what your pull request is trying to accomplish.