Skip to content

Commit

Permalink
Add branch name requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Apr 11, 2024
1 parent a3ac3f7 commit 376270a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ The resulting `bin/Express/WakaTime.vsix` extension file will install into Visua

## Contributing

Pull requests and issues are welcome!
The main thing to know is we require specific branch name prefixes for PRs:

- `^major/.+` - `major`
- `^feature/.+` - `minor`
- `^bugfix/.+` - `patch`
- `^docs?/.+` - `build`
- `^misc/.+` - `build`

To open and build this project, please use Visual Studio 2019.

For debugging, configure the product to open in a new Visual Studio instance:
Expand Down

0 comments on commit 376270a

Please sign in to comment.