Skip to content

Commit

Permalink
added contributing file
Browse files Browse the repository at this point in the history
ebenjs committed Dec 3, 2023
1 parent 38989dd commit 46e8bf3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CONTRIBUTING.md
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!

0 comments on commit 46e8bf3

Please sign in to comment.