Skip to content

Commit 21be296

Browse files
authored
docs: Upgrade style in CONTRIBUTING.md
1 parent 73d3ac9 commit 21be296

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ Then, follow these guidelines:
8585

8686
- **Group Commits:** Each commit should represent a meaningful change. Instead, these commits should be squashed together into a single "Add Feature" commit.
8787
> For instance, a PR should not look like :
88-
> - 1) Add Feature X
89-
> - 2) Fix Typo
90-
> - 3) Changes to features X
91-
> - 5) Bugfix for feature X
92-
> - 6) Fix Linter 7)
93-
> - ...
88+
> 1) Add Feature X
89+
> 2) Fix Typo
90+
> 3) Changes to features X
91+
> 5) Bugfix for feature X
92+
> 6) Fix Linter 7)
93+
> 7) ...
9494
9595
- Each commit should **work on its own**: it must compile, pass the linter and so on.
9696
> This makes life much easier when using `git log`, `git blame`, `git bisect`, etc...\
@@ -109,4 +109,4 @@ Then, follow these guidelines:
109109
- `chore:` general things that should be excluded (e.g., `chore: Clean up X`);
110110
- `ci:` for internal CI specific changes (e.g., `ci: Enable X for tests`);
111111

112-
> Made with :heart: by PoC
112+
> Made with :heart: by PoC

0 commit comments

Comments
 (0)