Skip to content

Commit

Permalink
Update CONTRIBUTING.md referring to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustaballer committed Jun 26, 2023
1 parent 9b340ee commit 84b623e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The type must be one of the following:

### Scope

The scope specifies the location of the commit change. For example: `$location`, `$browser`, `$compile`, `$rootScope`, `ngHref`, `ngClick`, `ngView`, etc. Use `*` when the change affects more than a single scope.
The scope specifies the location of the commit change. For example: `db`, `crud`, `strategies`, `utils`, etc. Use `*` when the change affects more than a single scope.

### Subject

Expand All @@ -80,19 +80,6 @@ The body should provide the motivation for the change and contrast it with the p

The body or footer can begin with **BREAKING CHANGE:** followed by a short description to create a major release. For example, a major release would increment the version number from `0.1.0` to `1.1.0`.

### Version Bump

We use semantic versioning for our releases. The version number is automatically determined based on the commit types mentioned above. Here's how the version numbers are incremented:

- **MAJOR** version for incompatible changes or major features
- Increments the major version number (e.g., 1.0.0 -> 2.0.0)

- **MINOR** version for new features or backward-compatible changes
- Increments the minor version number (e.g., 1.0.0 -> 1.1.0)

- **PATCH** version for backward-compatible bug fixes or small changes
- Increments the patch version number (e.g., 1.0.0 -> 1.0.1)

## Submitting Changes

1. Fork the current repository
Expand Down

0 comments on commit 84b623e

Please sign in to comment.