Skip to content

Commit 151705e

Browse files
docs: add good first issues section to CONTRIBUTING.md (#432)
1 parent 7d34c98 commit 151705e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ Please be respectful and constructive in all interactions.
88

99
## How to Contribute
1010

11+
### Finding Good First Issues
12+
13+
New to the project? Look for issues labeled [`good first issue`](https://github.com/joshrotenberg/redisctl/labels/good%20first%20issue).
14+
15+
These issues are:
16+
- Well-defined with clear acceptance criteria
17+
- Include implementation hints and code pointers
18+
- Have existing patterns you can follow
19+
- Are great for learning the codebase
20+
21+
**Current good first issues:**
22+
- **#138** - Add pager support for Windows (cross-platform development)
23+
- **#426** - Add payment-method commands (CLI wrapper for existing API)
24+
25+
Each issue has detailed guidance in the comments. Don't hesitate to ask questions!
26+
1127
### Reporting Issues
1228

1329
- Check existing issues first to avoid duplicates

0 commit comments

Comments
 (0)