From 8e2a963045fc8738e4e62a5af65ee4ac75a570d5 Mon Sep 17 00:00:00 2001 From: Yu Chen Date: Fri, 6 May 2022 16:54:12 +0800 Subject: [PATCH] [Template] Change master branch to main branch in pr template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 23212cc5bb4..185f00e09b3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,5 +19,5 @@ For new extensions: ### About Extension Publish There is a pipeline to automatically build, upload and publish extension wheels. -Once your PR is merged into master branch, a new PR will be created to update `src/index.json` automatically. -The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify `src/index.json`. +Once your pull request is merged into main branch, a new pull request will be created to update `src/index.json` automatically. +The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify `src/index.json`.