-
Notifications
You must be signed in to change notification settings - Fork 24
Labels for reporting issues
lufe089 edited this page Sep 1, 2017
·
10 revisions
The following labels are useful to describe the priority of issues as well the area in which the issues apply. Please use those each time you report a new issue.
The following labels are used to track issues through their lifecycle. Notice that only **one **of these progress labels should be on the issue at any time:
- Backlog
- Planning
- Ready
- Working
- In review: a pull requests for review will be sent
These labels help to track how a bug has been resolved (blue colors). Those labels were inspired on documentation from [DOT Net](https://github.com/dotnet/roslyn/wiki/Labels-used-for-issues. Notice that only **one **of these labels should be on the issue at the same time:
- Fixed
- Not applicable: The issue is not relevant to code in this repo and is not an external issue.
- Not reproducible:The developer couldn’t reproduce the bug.
- Wontfix: A real bug, but the issue is not impactful enough to spend time on.
- by Design: The behavior reported in the issue is actually correct.
- Duplicate: An earlier issue is already tracking this behavior (the developer resolving a duplicate should link to the other issue in the text).
- help wanted: issues where contributors can contribute
- docs: Documentation
- refactor
- feat: A new feature
- test: Adding missing tests or correcting existing tests
- bugs
name of the module affected
- common
- HLCL
- solver
- dynsup
- gui
- IO
- reasoner
- all: useful for issues that are done across all packages
- beginer: require minimal context and are well-suited for new contributors.
- intermediate
- advanced: require high comprehension of VariaMos architecture and source code.
We consider everything to have normal priority. So we only define a label to mark things that need immediate attention.
- urgent