Skip to content

Commit 109197d

Browse files
committed
update contributing.md
1 parent 30a0daa commit 109197d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@ In short, when you submit code changes, your submissions are understood to be un
3333
## Report bugs using [Github Issues](https://github.com/kyb3r/modmail/issues)
3434
We use GitHub issues to track public bugs. Report a bug by [opening a new Issue](https://github.com/kyb3r/modmail/issues/new); it's that easy!
3535

36+
## Find pre-existing issues to tackle
37+
Check out our [unstaged issue tracker](https://github.com/kyb3r/modmail/issues?q=is%3Aissue+is%3Aopen+-label%3Astaged) and start helping out!
38+
39+
Ways to help out:
40+
- Help out new members
41+
- Highlight invalid bugs/unsupported use cases
42+
- Code review of pull requests
43+
- Add on new use cases or reproduction steps
44+
- Point out duplicate issues and guide them to the right direction
45+
- Create a pull request to resolve the issue!
46+
3647
## Write bug reports with detail, background, and sample code
3748
**Great Bug Reports** tend to have:
3849

@@ -43,7 +54,6 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new Issue]
4354
- What *actually* happens
4455
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
4556

46-
4757
## Use a Consistent Coding Style
4858
We use [black](https://github.com/python/black) for a unified code style.
4959

0 commit comments

Comments
 (0)