Skip to content

Commit

Permalink
chore: add note to pr guidelines [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 18, 2022
1 parent 0841b9b commit fd2aa12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/contributing.md
Expand Up @@ -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.
Expand Down

0 comments on commit fd2aa12

Please sign in to comment.