-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
32 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,32 @@ | ||
# Contributing | ||
|
||
Thank you for considering contributing to the OpenPress project! We appreciate your interest and support. | ||
|
||
## How to Contribute | ||
|
||
To contribute to OpenPress, please follow these steps: | ||
|
||
1. Fork the repository and clone it to your local machine. | ||
2. Create a new branch for your contribution. | ||
3. Make your changes and ensure they are well-tested. | ||
4. Commit your changes and push them to your forked repository. | ||
5. Submit a pull request to the main repository. | ||
|
||
## Guidelines | ||
|
||
Please keep the following guidelines in mind when contributing to OpenPress: | ||
|
||
- Follow the coding style and conventions used in the project. | ||
- Write clear and concise commit messages. | ||
- Test your changes thoroughly before submitting a pull request. | ||
- Be respectful and considerate towards other contributors. | ||
|
||
## Reporting Issues | ||
|
||
If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository. Provide as much detail as possible to help us understand and address the problem. | ||
|
||
## Code of Conduct | ||
|
||
OpenPress follows the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/). Please familiarize yourself with it and adhere to its guidelines when participating in the project. | ||
|
||
We appreciate your contributions and look forward to working with you! |