From 376270a59d6a4e3c84c2da5fa9ab07ea8805ca3e Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 11 Apr 2024 09:57:32 +0200 Subject: [PATCH] Add branch name requirement --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e840c55..188884c 100644 --- a/README.md +++ b/README.md @@ -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: