Skip to content

Commit

Permalink
docs: move to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Jun 26, 2024
1 parent 3245d0e commit 9b7101a
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,7 @@ To check that your files are properly linted, you can run `npm run lint`. This r

## PR Process

Every PR should be annotated with an icon indicating whether it's a:

- Breaking change: :warning: (`:warning:`)
- Non-breaking feature: :sparkles: (`:sparkles:`)
- Patch fix: :bug: (`:bug:`)
- Documentation changes (user or developer): :book: (`:book:`)
- Infra/Tests/Other: :seedling: (`:seedling:`)
- No release note: :ghost: (`:ghost:`)

Use :ghost: (no release note) only for the PRs that change or revert unreleased
changes, which don't deserve a release note. Please don't abuse it.

Prefer using the `:xyz:` aliases over the equivalent emoji directly when possible.
Every PR should be tagged with the relevant labels. This work is done by the maintainers exclusively.

Individual commits should not be tagged separately, but will generally be
assumed to match the PR. For instance, if you have a bugfix in with a breaking
Expand Down

0 comments on commit 9b7101a

Please sign in to comment.