Skip to content

Commit

Permalink
Merge PR #347: Delete Branch Naming guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Jul 27, 2022
2 parents b8701e5 + 2c1e698 commit 8bc37be
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@

Run `yarn` after checkout to install all dependencies.

## Branch Naming

Please use one of the following prefixes: (ie. feature/new-feature)

- feature/ - development towards a new feature
- dev/ - misc development not tied to a key feature / refactoring
- vscode/ - development related to the VSCode Extension
- issue/ - fix specifically for a issue #
- bug/ - misc bug fixes not tied to a public issue
- repo/ - meta dev related changes (ie. typescript, CI/CD, dependencies)

## Tests

Tests can be run with `yarn test`.
Expand Down

0 comments on commit 8bc37be

Please sign in to comment.