-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
198 additions
and
71 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
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
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
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 |
---|---|---|
@@ -1,33 +1,45 @@ | ||
# Contributing | ||
# Contributing to the Project | ||
|
||
Thanks for your interest in contributing to this project! | ||
Thank you for your interest in contributing to this project! We strive to make the contribution process clear and welcoming. | ||
|
||
We want to make contributing as easy and transparent as possible. | ||
Please take a moment to review the guidelines below. | ||
|
||
|
||
## Code of Conduct | ||
|
||
Our code of conduct is described in [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). | ||
Please follow it in all your interactions with the project. | ||
Please review and adhere to our [Code of Conduct](CODE_OF_CONDUCT.md) in all your interactions with the project. | ||
This helps us maintain a positive and respectful environment for everyone involved. | ||
|
||
|
||
## Issues | ||
## How to Contribute | ||
|
||
We use GitHub issues to track bugs and feature requests. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue. | ||
### Contributor Responsibilities | ||
|
||
By submitting your contributions, you agree to the following: | ||
- You are the sole author of the content you contribute, or you have the appropriate rights and permissions to contribute it. | ||
- If employed, you have obtained any necessary permissions from your employer to contribute to this project. | ||
- All contributions will be made available under the project’s license. | ||
|
||
## Pull Requests | ||
### Issues | ||
|
||
Before you make a substantial pull request, please file an issue and make sure someone from the team agrees that there is a problem or room for improvement. | ||
We use GitHub Issues to track bugs and feature requests. When submitting an issue, please ensure: | ||
- The description is clear and concise. | ||
- You provide enough details and steps to reproduce the issue, if applicable. | ||
|
||
### Pull Requests | ||
|
||
### License | ||
Before making substantial contributions: | ||
1. **Discuss Changes**: Please file an issue first to discuss your proposed changes with the team. This helps ensure your contribution aligns with the project’s goals. | ||
2. **Follow Best Practices**: Adhere to the guidelines and ensure your code meets the project’s standards (see [Code Guidelines](#code-guidelines)). | ||
|
||
By contributing your code, you agree to license your contribution under the [Apache License 2.0](LICENSE.txt). | ||
When submitting a pull request: | ||
- Ensure your changes are well-documented. | ||
- Include tests for any new features or significant changes. | ||
- Reference the relevant issue(s) in your pull request description. | ||
|
||
|
||
### Source Code Formatting | ||
## Licensing | ||
|
||
Before committing your code ensure it is formatted according the [vegardit.com Eclipse formatter rules](https://github.com/vegardit/vegardit-maven-parent/blob/main/src/etc/eclipse-formatter.xml). | ||
By contributing to this project, you agree that your contributions will be licensed under the [Apache License 2.0](LICENSE.txt). | ||
|
||
IntelliJ users can use the [Eclipse Code Formatter](https://plugins.jetbrains.com/plugin/6546-eclipse-code-formatter) plugin to import and use the formatter settings. | ||
The project itself is also licensed under the [Apache License 2.0](LICENSE.txt)). |
Oops, something went wrong.