Skip to content

Commit

Permalink
chore: add maintenance handbook
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 3, 2023
1 parent 5cef325 commit 4a88b71
Show file tree
Hide file tree
Showing 5 changed files with 1,873 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before

## Pull Request Guidelines

- Checkout a topic branch from a base branch, e.g. `main`, and merge back against that branch.
- Vue core has two primary work branches: `main` and `minor`.

- If your pull request is a feature that adds new API surface, it should be submitted against the `minor` branch.

- Otherwise, it should be submitted against the `main` 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.

Expand Down

0 comments on commit 4a88b71

Please sign in to comment.