Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1175. Add link in CONTRIBUTING for types of invalid bugs. #1180

Merged
merged 1 commit into from
Sep 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ You are welcome to contribute to this project. Here are the guidelines we try to
* [Question or Problem](#question-or-problem)
* [Filing an Issue](#filing-an-issue)
* [Triaging Issues](#triaging-issues)
* [Closing Bugs as Invalid](#closing-bugs-as-invalid)
* [Finding an Issue to Work On](#finding-an-issue-to-work-on)
* [Feature Requests](#feature-requests)
* [Submission Guidelines](#submission-guidelines)
Expand Down Expand Up @@ -54,6 +55,12 @@ If you're using webcompat.com and something is confusing, broken, or you think i

One way to contribute is to triage issues. This could be as simple as confirming a bug, or as complicated as debugging errors and providing fixes. A tiny bit of effort in someone else's issue can go a long way.

### Closing Bugs as Invalid

The wiki contains a [list of reasons why bugs might be closed as invalid](https://github.com/webcompat/webcompat.com/wiki/Invalid-Bugs). When in doubt, ask questions in the bug.

https://github.com/webcompat/webcompat.com/wiki/Invalid-Bugs

## Finding an Issue to Work On

The logic for the issue tracker is this -
Expand Down