Skip to content

Commit 4e55873

Browse files
Merge pull request #409 from pagopa/add-contributing-md-file
chore: add CONTRIBUTING.md
2 parents 0dd0127 + 76362e9 commit 4e55873

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

CONTRIBUTING.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contributing to `rtd-transaction-filter`
2+
Thank you for contributing! Please follow these guidelines:
3+
4+
5+
## Branching Strategy
6+
- All feature branches should be created from the `master` branch.
7+
- When complete, open a pull request to merge your feature branch into `master`.
8+
9+
## Commit Guidelines
10+
This project follows the Conventional Commits specification. Please use the following format for your commit messages:
11+
12+
```
13+
<type>: [<scope>] <description>
14+
```
15+
Common Commit Types
16+
- feat: A new feature
17+
- fix: A bug fix
18+
- chore: Maintenance tasks (build system, package manager, etc.)
19+
- docs: Documentation changes
20+
- style: Code style changes (formatting, missing semicolons, etc.)
21+
- refactor: Code changes that neither fix a bug nor add a feature
22+
- test: Adding or updating tests

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ The up-to-date integration guide is maintained here:
99

1010
[Acquirer Integration with PagoPA Centro Stella - ADE Integration](https://docs.pagopa.it/centrostella-1/centro-stella/instructions-for-agenzia-delle-entrate-mandate)
1111
[Acquirer Integration with PagoPA Centro Stella - RTD Integration](https://docs.pagopa.it/digital-transaction-register/v/digital-transaction-filter/acquirer-integration-with-pagopa-centrostella/integration)
12+
13+
## Contributing
14+
See [CONTRIBUTING.md](CONTRIBUTING.md) .

acceptance_tests/certs/sample.jks

Whitespace-only changes.

0 commit comments

Comments
 (0)