Skip to content

Commit 60caa27

Browse files
authored
chore: adjust commit conventions (#3595)
1 parent 69e1ba8 commit 60caa27

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.changeset/wet-goats-push.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
chore: adjust commit conventions

.github/workflows/pr-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
feat
4040
fix
4141
chore
42+
test
4243
build
4344
docs
4445
ci
45-
rc
4646
4747
- name: Check PR title length
4848
env:

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ pnpm bench:node
228228
pnpm bench:node packages/my-desired-package
229229
```
230230

231-
232231
### CI Test
233232

234233
During the CI process an automated end-to-end (e2e) test is executed. This test is crucial as it simulates real-world scenarios on the current test-net, ensuring that the changeset maintains the expected functionality and stability.
@@ -268,11 +267,10 @@ When you create a commit we kindly ask you to follow the convention
268267
`category(scope or module): message` in your commit message while using one of
269268
the following categories:
270269

271-
- `feat / feature`: all changes that introduce completely new code or new
270+
- `feat`: all changes that introduce completely new code or new
272271
features
273272
- `fix`: changes that fix a bug (ideally you will additionally reference an
274273
issue if present)
275-
- `refactor`: any code related change that is not a fix nor a feature
276274
- `docs`: changing existing or creating new documentation (i.e. README, docs for
277275
usage of a lib or cli usage)
278276
- `build`: all changes regarding the build of the software, changes to

0 commit comments

Comments
 (0)