-
Notifications
You must be signed in to change notification settings - Fork 0
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 #21 from PAYONE-GmbH/develop
Merge develop into main
- Loading branch information
Showing
2 changed files
with
58 additions
and
36 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,33 @@ | ||
# Contributing to the PAYONE Commerce Platform Java SDK | ||
|
||
Thank you for considering contributing to the PAYONE Commerce Platform Java SDK! We appreciate your efforts to help improve this project. Below are guidelines for contributing. | ||
|
||
## How to Contribute | ||
|
||
### Pull Requests | ||
|
||
We welcome pull requests! Please follow these steps to submit one: | ||
|
||
1. **Fork** the repository and create your branch from `main`. | ||
2. **Install** any dependencies and ensure the project builds and passes tests. | ||
|
||
```sh | ||
./gradlew :lib:build | ||
``` | ||
|
||
3. **Develop** your changes. | ||
4. **Test** your changes thoroughly. | ||
```sh | ||
./gradlew :lib:test | ||
# or for coverage | ||
./gradlew :lib:jacocoTestReport | ||
``` | ||
5. **Write** clear, concise, and self-explanatory commit messages. | ||
6. **Open** a pull request with a clear title and description of what your change does. | ||
|
||
### Reporting Bugs | ||
|
||
If you encounter any bugs, please report them using one of the following methods: | ||
|
||
1. **Issue Tracker**: Submit an issue through our [issues tracker](https://github.com/PAYONE-GmbH/PCP-ServerSDK-java/issues/new). | ||
2. **Security Issues**: For security-related issues, please contact our IT support via email at tech.support@payone.com with a clear subject line indicating that it is a security issue. This ensures that the issue will be visible to and handled by the PAYONE tech support team. |
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