From: Evan You Date: Wed, 18 May 2022 02:52:07 +0000 (+0800) Subject: chore: add note to pr guidelines [ci skip] X-Git-Tag: v3.2.34~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd2aa120a1c013c7cb20df717870391fd0cd1cbf;p=thirdparty%2Fvuejs%2Fcore.git chore: add note to pr guidelines [ci skip] --- diff --git a/.github/contributing.md b/.github/contributing.md index 5b1a2cc456..5f4e64b7e1 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -19,6 +19,8 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before - Checkout a topic branch from a base branch, e.g. `main`, and merge back against that branch. +- [Make sure to tick the "Allow edits from maintainers" box](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork). This allows us to directly make minor edits / refactors and saves a lot of time. + - If adding a new feature: - Add accompanying test case.