-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #409 from pagopa/add-contributing-md-file
chore: add CONTRIBUTING.md
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Contributing to `rtd-transaction-filter` | ||
Thank you for contributing! Please follow these guidelines: | ||
|
||
|
||
## Branching Strategy | ||
- All feature branches should be created from the `master` branch. | ||
- When complete, open a pull request to merge your feature branch into `master`. | ||
|
||
## Commit Guidelines | ||
This project follows the Conventional Commits specification. Please use the following format for your commit messages: | ||
|
||
``` | ||
<type>: [<scope>] <description> | ||
``` | ||
Common Commit Types | ||
- feat: A new feature | ||
- fix: A bug fix | ||
- chore: Maintenance tasks (build system, package manager, etc.) | ||
- docs: Documentation changes | ||
- style: Code style changes (formatting, missing semicolons, etc.) | ||
- refactor: Code changes that neither fix a bug nor add a feature | ||
- test: Adding or updating tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.