forked from golang/go
-
Notifications
You must be signed in to change notification settings - Fork 0
HandlingIssues
Andrew Gerrand edited this page Dec 10, 2014
·
1 revision
This document explains how we handle issue triage and scheduling in the Go project's issue tracker.
All new issues are created with status "New" and no other labels.
When an issue is changed from "New" to "Accepted" (or any open state):
- Mark it with a Release-**label (see below).
- Add a sentence that describes the rationale for the label.**
If you're a committer creating an issue, you can change it from “New” to “Accepted” while filing the issue, but if you do, be sure to add a Release-label and a rationale.
Any issue planned for a specific release (or explicitly not planned for a release) must have one of these labels:
- Release-Go1.3 - must be addressed (and probably fixed) for Go 1.3
- Release-Go1.3Maybe - would be nice if it were addressed for Go 1.3
- Release-Go1.4 - will be re-examined for the next release
- Release-None - no plan to fix in any specific release
If you're not a committer and you would like an issue to be addressed in Go 1.3, please:
- Leave a comment on the issue explaining why,
- Include the hashtag "#go13" in the comment. Committers were periodically look at the issues with #go13 comments and adjust their status accordingly.
- Home
- Getting started with Go
- Working with Go
- Learning more about Go
- The Go Community
- Using the Go toolchain
- Additional Go Programming Wikis
- Online Services that work with Go
- Troubleshooting Go Programs in Production
- Contributing to the Go Project
- Platform Specific Information
- Release Specific Information