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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,25 +36,45 @@ Found a bug or have a feature request? [Create an issue](https://github.com/volc
36
36
- Steps to reproduce (for bugs)
37
37
- Your environment (OS, Python version, MineContext version)
38
38
39
+
### Branch Naming Convention
40
+
41
+
Use descriptive branch names with appropriate prefixes:
42
+
43
+
| Prefix | Purpose | Example |
44
+
|--------|---------|---------|
45
+
|`feature/` or `feat/`| New features |`feature/add-notion-integration`|
0 commit comments