Skip to content

Commit 91b6ff6

Browse files
docs: add git commit guidelines to general rules (#476)
* docs: add git commit guidelines to general rules Add a new section about committing changes that enforces Conventional Commits format * docs: update git commit guidelines in general rules - Add bullet point requirement for commit details - Emphasize keeping bullet points short and simple
1 parent fca118f commit 91b6ff6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.cursor/rules/general.mdc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ alwaysApply: true
3030
- Screenly Anywhere allows to you to deploy screens with no hardware required.
3131
- Screenly Anywhere can be set up on a web browser, on a smartphone, or on a smart TV.
3232
- See [https://www.screenly.io/end-user/screenly-anywhere/](mdc:https:/www.screenly.io/end-user/screenly-anywhere) for more details.
33+
34+
# Committing Changes
35+
36+
When committing staged changes in Git:
37+
- Use Conventional Commits for writing commit messages. Check https://www.conventionalcommits.org/ for details.
38+
- Use bullet points for the commit details
39+
- If there are bullet points, keep them short and simple

0 commit comments

Comments
 (0)