Skip to content

Commit 5582c39

Browse files
authored
Merge pull request #76 from mayuanyang/better-readme
Better readme
2 parents 4939ad1 + 151d137 commit 5582c39

File tree

3 files changed

+773
-320
lines changed

3 files changed

+773
-320
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
There is no stupid idea, open an issue, Gist are welcome whenever you want some features to be added or fixed
1+
# Contributing to Mediator.Net
2+
3+
Thank you for considering contributing to Mediator.Net! We appreciate your interest in improving this project. Please read the following guidelines to ensure a smooth and effective contribution process.
4+
5+
## How to Contribute
6+
7+
### Reporting Issues
8+
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible, including:
9+
- A clear and concise description of the issue.
10+
- Steps to reproduce the issue.
11+
- Your environment details (operating system, version of Mediator.Net, etc.).
12+
13+
### Submitting Pull Requests
14+
If you would like to contribute code, please follow these steps:
15+
1. Fork the repository and create a new branch for your changes.
16+
2. Make your changes and ensure that all existing tests pass.
17+
3. Write new tests if necessary to cover your changes.
18+
4. Submit a pull request, providing a clear description of your changes and the problem they solve.
19+
20+
## Code of Conduct
21+
We expect all contributors to adhere to our [Code of Conduct](CODE_OF_CONDUCT.md). Please read and follow the guidelines to ensure a welcoming and respectful environment for all participants.

0 commit comments

Comments
 (0)