-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
1818e38
commit 6645062
Showing
1 changed file
with
45 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,45 @@ | ||
--- | ||
|
||
# CONTRIBUTING.md | ||
|
||
## Introduction | ||
|
||
Welcome to our project We appreciate your interest in contributing to our open-source project. Your contributions help us improve and expand the project, making it better for everyone. This document outlines the process for contributing to our project. | ||
|
||
## How to Contribute | ||
|
||
### Reporting Bugs | ||
|
||
If you encounter a bug while using our project, please report it to us. Include as much detail as possible, such as the version of the project you're using, steps to reproduce the bug, and any error messages you receive. | ||
|
||
### Feature Requests | ||
|
||
If you have a feature request, please open an issue on our GitHub repository. Include a detailed description of the feature and how it would benefit the project. | ||
|
||
### Pull Requests | ||
|
||
1. **Fork the Repository**: Fork our repository to your GitHub account. | ||
2. **Create a Branch**: Create a new branch for your feature or bug fix. | ||
3. **Make Changes**: Make your changes in the new branch. | ||
4. **Commit Changes**: Commit your changes with a clear and descriptive message. | ||
5. **Push Changes**: Push your changes to your forked repository. | ||
6. **Open a Pull Request**: Open a pull request on our repository. Include a detailed description of your changes and how they address the issue or implement the feature. | ||
|
||
## Coding Standards | ||
|
||
- **Code Style**: Follow the project's existing code style. If you're unsure, refer to the `.editorconfig` file or ask for guidance. | ||
- **Commit Messages**: Write clear and descriptive commit messages. Use the imperative mood (e.g., "Add feature" instead of "Added feature"). | ||
- **Documentation**: Update documentation as necessary to reflect any changes you make. | ||
|
||
## Communication | ||
|
||
- **Issues**: Use GitHub issues for bug reports and feature requests. Keep the discussion focused and relevant. | ||
- **Pull Requests**: Use pull requests to propose changes. Be prepared to discuss your changes and address any feedback. | ||
|
||
## Contact | ||
|
||
If you have any questions or need further clarification, please feel free to contact us at [email protected]. | ||
|
||
Thank you for your contributions! | ||
|
||
--- |