-
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 consists of issues and pull requests which have no assigned owner and no assigned label.
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 (these will be redirected to Stack Overflow)
can we short circut the
question
and have the inbox triage person refer to S.O. immediatley?
Issues are assigned to a feature area/topic using a label. The feature area labels are 'greenish'.
The person assigned to do the inbox tracking has the following duties.
- if the issue is a bug, add the
bug
label and assign it to a person - if the issue is a feature request, add the label
feature request
and @mention if someone from the team should be aware of the issue - if the issue is a question redirect them to stack overflow (see Submitting Bugs and Suggestions)
should the issue be closed?
- assign the issue a feature/topic area label
- assign a P1 label if the issue is critical/blocking and mention @microsoft/vscode to make the team aware of the issue
- if the issue doesn't have enough information, comment on the issue with a link for how to file issues Submitting Bugs and Suggestions
should the bug be closed or add a
more info needed
label?
The person assigned to do the inbox tracking does not have to (unless they want to):
- perform a duplicate search
- analyze the issue, this is the duty of the assignee
- engage into a discussion with the author of the issue and ask for more information
The team rotates the initial inbox triage on a weekly basis.
- review the
feature-request
vs.bug
assignment, if it is a feature request remove the assignee, add the correct label - assign the
P1
label if needed - assign a milestone
- follow-up with the author
Open bugs assigned to a milestone will be reviewed weekly at the iteration planning meeting and the milestone will be adjusted if needed
Bugs need to be verified.
- Once a bug is fixed its state is changed to
closed
- If it needs verification, assign it to another team member
- Once verified, label the issue with
verified
How do i know if i need to verify closed bugs? Will this query do it for me??
Tip: Create a personal query: current milestone, assigned to me, closed,
-label:"verified"
Duplicate bugs are closed with a comment duplicates #issue
. Please try to reference an earlier issue unless a later issue is more appropriate (has more context, better scenarios, repro steps, etc.).
Use the issue mover tool to move bugs to another repository.
Visual Studio 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.
To enable planning across repositories all the Visual Studio Code related repositories need to define the same milestones.
We use issues for iteration plans and test plans:
- Iteration Plans have a label
iteration-plan
withtasks
[ ] for the different items. The individual items are tracked in existing issues (bugs, feature requests). If there is no existing issue then a new issue with the labelplan-item
is created. Here is an example. - Test Plans have a label
test-plan
, here is an example.
Project Management
- Roadmap
- Breaking Changes
- Development Process
- Issue Tracking
- Iteration Plans
- Previous Releases
- Related Projects
Contributing
- How to Contribute
- Submitting Bugs and Suggestions
- Code Organization
- Coding Guidelines
- Contributor License Agreement
Documentation