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
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,17 @@ Please try to include as much information as you can. Details like these are inc
25
25
* Anything unusual about your environment or deployment
26
26
27
27
28
+
## Finding contributions to work on
29
+
Looking at the existing issues is a great way to find something to contribute to. We label issues that are well-defined and ready for community contributions with the "ready for contribution" label.
30
+
31
+
Check our [Ready for Contribution](../../issues?q=is%3Aissue%20state%3Aopen%20label%3A%22ready%20for%20contribution%22) issues for items you can work on.
32
+
33
+
Before starting work on any issue:
34
+
1. Check if someone is already assigned or working on it
35
+
2. Comment on the issue to express your interest and ask any clarifying questions
36
+
3. Wait for maintainer confirmation before beginning significant work
37
+
38
+
28
39
## Development Environment
29
40
30
41
This project uses [hatchling](https://hatch.pypa.io/latest/build/#hatchling) as the build backend and [hatch](https://hatch.pypa.io/latest/) for development workflow management.
@@ -70,7 +81,7 @@ This project uses [hatchling](https://hatch.pypa.io/latest/build/#hatchling) as
70
81
71
82
### Pre-commit Hooks
72
83
73
-
We use [pre-commit](https://pre-commit.com/) to automatically run quality checks before each commit. The hook will run `hatch run format`, `hatch run lint`, `hatch run test`, and `hatch run cz check`on when you make a commit, ensuring code consistency.
84
+
We use [pre-commit](https://pre-commit.com/) to automatically run quality checks before each commit. The hook will run `hatch run format`, `hatch run lint`, `hatch run test`, and `hatch run cz check` when you make a commit, ensuring code consistency.
74
85
75
86
The pre-commit hook is installed with:
76
87
@@ -122,14 +133,6 @@ To send us a pull request, please:
122
133
8. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
123
134
124
135
125
-
## Finding contributions to work on
126
-
Looking at the existing issues is a great way to find something to contribute to.
127
-
128
-
You can check:
129
-
- Our known bugs list in [Bug Reports](../../issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) for issues that need fixing
130
-
- Feature requests in [Feature Requests](../../issues?q=is%3Aissue%20state%3Aopen%20label%3Aenhancement) for new functionality to implement
131
-
132
-
133
136
## Code of Conduct
134
137
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
135
138
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
0 commit comments