Skip to content

Commit

Permalink
chore: adjust commit conventions (#3595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf authored Jan 16, 2025
1 parent 69e1ba8 commit 60caa27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .changeset/wet-goats-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

chore: adjust commit conventions
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
feat
fix
chore
test
build
docs
ci
rc
- name: Check PR title length
env:
Expand Down
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ pnpm bench:node
pnpm bench:node packages/my-desired-package
```


### CI Test

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.
Expand Down Expand Up @@ -268,11 +267,10 @@ When you create a commit we kindly ask you to follow the convention
`category(scope or module): message` in your commit message while using one of
the following categories:

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

0 comments on commit 60caa27

Please sign in to comment.