Skip to content

Commit

Permalink
Merge pull request #173 from wakatime/docs/branch-name-req
Browse files Browse the repository at this point in the history
Add branch name requirement
  • Loading branch information
alanhamlett authored Apr 11, 2024
2 parents a3ac3f7 + 376270a commit 8f75ded
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 8f75ded

Please sign in to comment.