From 6ad9d388fe702f2a112d6cebb12ee840b51268dc Mon Sep 17 00:00:00 2001 From: p3ngu1nZz Date: Mon, 8 Apr 2024 01:14:58 -0400 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..eed0f8c --- /dev/null +++ b/CONTRIBUTING.md @@ -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. 🚀