Skip to content

Commit afdcd35

Browse files
authored
Add "what to work on" to CONTRIBUTING.md (#4422)
Add a new section to CONTRIBUTING.md pointing people to our new [help wanted](https://github.com/secondlife/viewer/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22help%20wanted%22) label.
1 parent 632bcd3 commit afdcd35

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,7 @@ changes.
88
## Table of contents
99

1010
- [Communication](#communication)
11+
- [What to work on](#what-to-work-on)
1112
- [Reporting bugs and requesting features](#reporting-bugs-and-requesting-features)
1213
- [Contributing pull requests](#contributing-pull-requests)
1314

@@ -35,6 +36,16 @@ developer-to-developer or support.
3536
discussion between viewer maintainers.
3637
- Our [discord channel](https://discord.com/channels/677442248157167619/1357059883400167585) is available for real-time discussion.
3738

39+
## What to work on
40+
41+
If you're looking for ways to contribute code, here are some ways to get involved:
42+
43+
- Explore existing issues on the [GitHub issue tracker](https://github.com/secondlife/viewer/issues) to find known problems, bugs, or enhancement discussions.
44+
- File new issues if you’ve discovered a bug or have a specific idea to propose. If your idea is user-facing, consider submitting it through feedback.secondlife.com so it can reach a broader audience and be prioritized by Linden Lab staff.
45+
- Look for the [help wanted](https://github.com/secondlife/viewer/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22help%20wanted%22) label. These are tasks the core maintainers have specifically identified as good candidates for community help.
46+
- Talk to maintainers before starting significant work. Even if an issue exists, discussing your approach first ensures alignment with ongoing efforts and increases the likelihood your pull request will be accepted.
47+
48+
Collaboration is essential. We encourage contributors to work closely with the Second Life engineering team and other developers to keep work consistent and maintainable.
3849

3950
## Reporting bugs and requesting features
4051

0 commit comments

Comments
 (0)