You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.**GitHub Issues for TODOs** - Use `gh` CLI to manage issues, no local TODO files. Use conventional commit format for issue titles
12
-
4.**Pull Requests** - Use the conventional commit format for PR titles as you do for commits
13
-
5.**Working an issue** - When working an issue, always create a new branch from an updated main branch
14
-
6.**Branch Names** - Use the conventional commit `type` as the first prefix, and `scope` as the second, then a short description: `feat/ui/connection-dialog`
15
-
7.**Check branch status before pushing** - Verify the remote tracking branch still exists before pushing. If a PR was merged/deleted, create a new branch from main instead
12
+
4.**Pull Request titles** - Use conventional commit format (same as commits)
13
+
5.**Branch naming** - Use format: `type/scope/short-description` (e.g., `feat/ui/settings-dialog`)
14
+
6.**Working an issue** - Always create a new branch from an updated main branch
15
+
7.**Check branch status before pushing** - Verify the remote tracking branch still exists. If a PR was merged/deleted, create a new branch from main instead
16
16
8.**WPF for all UI** - All UI must be implemented using WPF (XAML/C#). No web-based technologies (HTML, JavaScript, WebView)
|`refactor`| Code change that neither fixes a bug nor adds a feature |
37
+
|`test`| Adding or updating tests |
38
+
|`chore`| Maintenance tasks |
39
+
40
+
---
41
+
20
42
## Project Overview
21
43
22
44
VS-CouchbaseExplorer is a Visual Studio 2022 extension for browsing and querying Couchbase Server and Capella databases. The extension is currently in preview/beta status.
0 commit comments