-
Notifications
You must be signed in to change notification settings - Fork 21
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
1 changed file
with
34 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,34 @@ | ||
# Contributing to Rubra | ||
|
||
Thank you for your interest in contributing to Rubra! We welcome contributions from the community to help improve and grow the project. | ||
|
||
## Getting Started | ||
|
||
To get started with contributing to Rubra, please follow these steps: | ||
|
||
1. Fork the Rubra repository on GitHub. | ||
2. Clone your forked repository to your local machine. | ||
3. Create a new branch for your changes. | ||
4. Make your desired changes to the codebase. | ||
5. Test your changes thoroughly. | ||
6. Commit your changes with a descriptive commit message. | ||
7. Push your changes to your forked repository. | ||
8. Submit a pull request to the main Rubra repository. | ||
|
||
## Code Style | ||
|
||
Please make sure to follow the established code style guidelines when contributing to Rubra. This helps maintain consistency and readability throughout the codebase. | ||
|
||
## Reporting Issues | ||
|
||
If you encounter any issues or bugs while using Rubra, please report them on the GitHub issue tracker. Provide as much detail as possible, including steps to reproduce the issue and any relevant error messages. | ||
|
||
## Feature Requests | ||
|
||
If you have any ideas or suggestions for new features or improvements to Rubra, please submit them as GitHub issues. We appreciate your feedback and will consider all feature requests. | ||
|
||
## Contact | ||
|
||
If you have any questions or need further assistance, you can reach out to the Rubra development team at [[email protected]](mailto:[email protected]) or join our community on [Discord](https://discord.gg/swvAH2DXZH) or [Slack](https://slack.acorn.io). | ||
|
||
We appreciate your contributions and look forward to working with you! |