Skip to content

Commit

Permalink
Merge pull request #409 from pagopa/add-contributing-md-file
Browse files Browse the repository at this point in the history
chore: add CONTRIBUTING.md
  • Loading branch information
TommasoLencioni authored Dec 9, 2024
2 parents 0dd0127 + 76362e9 commit 4e55873
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ The up-to-date integration guide is maintained here:

[Acquirer Integration with PagoPA Centro Stella - ADE Integration](https://docs.pagopa.it/centrostella-1/centro-stella/instructions-for-agenzia-delle-entrate-mandate)
[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)

## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) .
Empty file removed acceptance_tests/certs/sample.jks
Empty file.

0 comments on commit 4e55873

Please sign in to comment.