Skip to content

Commit 46cf29e

Browse files
committed
docs: remove duplicated commit conventions
1 parent 01eb66d commit 46cf29e

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,27 +71,4 @@ When writing command logic, avoid using `console` statements (and correspondingl
7171

7272
### Commit Conventions
7373

74-
When pushing or merging PRs in to `main`, your commit messages should follow the [Angular commit conventions](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines). At it's simplest, this looks something like `{type}: change this, add that`, where the commit `{type}` can be one of the following:
75-
76-
| Commit Type | Description |
77-
| :---------- | :--------------------------------------- |
78-
| `build` | creating a new release |
79-
| `chore` | assorted minor changes |
80-
| `ci` | updates related to the ci process |
81-
| `docs` | documentation updates |
82-
| `feat` | new elements; major features and updates |
83-
| `fix` | bug fixes; security updates |
84-
| `perf` | performance improvements |
85-
| `refactor` | general refactors |
86-
| `revert` | reverting a previous commit |
87-
| `style` | aesthetic changes |
88-
| `test` | adding or updating existing tests |
89-
90-
You can also optionally note the `{scope}` of your changes in an additional parenthetical. If your changes require a longer description, feel free to add a commit message with further details! Combining all of these together, you might end up with something like:
91-
92-
```text
93-
feat(auth): add support for cookie auth
94-
95-
- some more details
96-
- about the changes
97-
```
74+
For our general commit conventions, please consult our organization contributing guidelines [here](https://github.com/readmeio/.github/blob/main/.github/CONTRIBUTING.md#commit-conventions).

0 commit comments

Comments
 (0)