Skip to content

Commit 1547aa7

Browse files
CopilotRickWinterheaths
authored
Add section about issue labels to CONTRIBUTING.md (Azure#2620)
* Initial plan for issue * Add section about issue labels to CONTRIBUTING.md Co-authored-by: RickWinter <[email protected]> * Address PR feedback on CONTRIBUTING.md issue labels section Co-authored-by: heaths <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: RickWinter <[email protected]> Co-authored-by: heaths <[email protected]>
1 parent ae0e2cd commit 1547aa7

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
@@ -8,6 +8,17 @@
88

99
- (Recommended) If you use [Visual Studio Code], install recommended extensions to improve your development experience.
1010

11+
## Finding Issues to Work On
12+
13+
If you'd like to contribute to the Azure SDK for Rust, we recommend looking for issues with the following labels:
14+
15+
16+
- [good first issue](https://github.com/Azure/azure-sdk-for-rust/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) - These issues are a good starting point for new contributors since they should be relatively straightforward to address.
17+
18+
- [help wanted](https://github.com/Azure/azure-sdk-for-rust/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) - These issues are areas where we're actively seeking community contributions.
19+
20+
Further discussion on or pull requests for these issues is highly valued, and we encourage you to participate in the discussions or take on the tasks described in these issues.
21+
1122
## Generated code
1223

1324
If you want to contribute to a file that is generated (the file is located in a `generated` subdirectory), the best approach is to open a PR on the TypeSpec specification since we cannot replace generated code that will be replaced when regenerated.

0 commit comments

Comments
 (0)