Skip to content

Commit b78ac37

Browse files
authored
feat: Modify Contributing guide to add instructions for finding issues that are ready for contribution (#199)
1 parent ce3d50d commit b78ac37

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ reported the issue. Please try to include as much information as you can. Detail
1919
* Any modifications you've made relevant to the bug
2020
* Anything unusual about your environment or deployment
2121

22+
## Finding contributions to work on
23+
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.
24+
25+
Check our "Ready for Contribution" issues for items you can work on:
26+
- [SDK Python Issues](https://github.com/strands-agents/sdk-python/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22ready%20for%20contribution%22)
27+
- [Tools Issues](https://github.com/strands-agents/tools/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22ready%20for%20contribution%22)
28+
29+
Before starting work on any issue:
30+
1. Check if someone is already assigned or working on it
31+
2. Comment on the issue to express your interest and ask any clarifying questions
32+
3. Wait for maintainer confirmation before beginning significant work
2233

2334
## Contributing via Pull Requests
2435
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:

0 commit comments

Comments
 (0)