-
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.
- Loading branch information
Showing
1 changed file
with
28 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,28 @@ | ||
# Contributing to Dialogos | ||
|
||
👋 Welcome to the Dialogos project! We're thrilled that you're interested in contributing and being a part of our community. | ||
|
||
## How to Contribute | ||
|
||
### Issues | ||
|
||
- **Reporting New Issues**: If you've found a bug or have a feature request, please check if it has already been reported. If not, feel free to open a new issue. | ||
- **Commenting on Issues**: Feel free to add any additional information to existing issues, but please keep discussions respectful and on-topic. | ||
|
||
### Pull Requests | ||
|
||
- **Submitting Pull Requests**: Before submitting a pull request, please ensure you've discussed the proposed changes in an issue. | ||
- **Code Reviews**: All submissions, including submissions by project members, require a review. We use GitHub's pull request review process for this. | ||
|
||
### Coding Standards | ||
|
||
- **Code Style**: Please follow the coding style used throughout the project. | ||
- **Testing**: Add tests for any new features or fixes and ensure that all tests pass before submitting a pull request. | ||
|
||
## Community Guidelines | ||
|
||
- **Be Respectful**: Treat everyone with respect. Any form of harassment will not be tolerated. | ||
- **Be Collaborative**: Be open to different viewpoints and experiences. | ||
- **Be Responsible**: Take responsibility for your actions and their impact on the project and its users. | ||
|
||
Thank you for contributing to Dialogos! Together, we can make this project even better. 🚀 |