You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+186-6Lines changed: 186 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Contributing to <ApplicationName>
1
+
# Contributing to Wolfgang.Extensions.IAsyncEnumerable
2
2
3
-
Thank you for your interest in contributing to **<ApplicationName>**! We welcome contributions to help improve this project.
3
+
Thank you for your interest in contributing to **Wolfgang.Extensions.IAsyncEnumerable**! We welcome contributions to help improve this project.
4
4
5
5
## How Can You Contribute?
6
6
@@ -11,8 +11,9 @@ You can contribute in several ways:
11
11
- Improving documentation
12
12
- Writing or improving tests
13
13
14
-
Please note: Before coding anything please check with me first by entering an issue and getting approval for it. PRs are more likely to get merged if I have agreed to the changes.
14
+
**Please note:** Before coding anything please check with me first by entering an issue and getting approval for it. PRs are more likely to get merged if I have agreed to the changes.
15
15
16
+
---
16
17
17
18
## Getting Started
18
19
@@ -36,27 +37,206 @@ Please note: Before coding anything please check with me first by entering an is
36
37
- Building the project
37
38
- Running automated tests
38
39
- Checking code style and linting
40
+
- Running static analysis with 8 different analyzers
39
41
40
42
**It is important to make sure that all CI steps pass before your PR can be merged.**
41
43
- If any CI step fails, please review the error messages and update your PR as needed.
42
44
- Maintainers will review your PR once all checks have passed.
43
45
46
+
---
47
+
48
+
## Code Quality Standards
49
+
50
+
This project maintains **extremely high code quality standards** through multiple layers of static analysis and automated enforcement.
0 commit comments