-
Notifications
You must be signed in to change notification settings - Fork 0
Issue Tracking
This page describes how we track issues in the vscode repository.
The inbox are bugs which have 1) no assigned owner and 2) no assigned label. Assigning an owner or a label like feature-request, question, more info needed indicates that the issue has been triaged.
Bugs should be verified.
- Once a bug is fixed its state is changed to
closed. - If it needs verification it is assigned to another team member
- Once verified the issue is labeled with
verified
Create a personal query: current milestone, assigned to me, closed, -label:"verified ✓"
Duplicate bugs are closed with a comment duplicates #issue
Issues are assigned a label that indicates the issue type:
-
bug: incorrect behaviour of the code -
feature-request: a request for an enhancement -
question: a question from a user
Issues can be assigned to a feature area using a label. The feature area labels are 'greenish'.
Use issue mover tool to move bugs to another repository.
Notice labels are copied to another repository, therefore when moving an issue to a repository owned by another team we should remove our custom labels.
VS Code consists of multiple repositories and we should use consistent work flows and labels across all our repositories.
To establish consistent labels across all our repositories use the Label Manager tool.
Project Management
- Roadmap
- Iteration Plans
- Development Process
- Issue Tracking
- Release Process
- Running the Endgame
- Related Projects
Contributing
- How to Contribute
- Submitting Bugs and Suggestions
- Code Organization
- Coding Guidelines
- Smoke Test
- Contributor License Agreement
- Requested Extensions
Documentation