Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WIMMA Lab 2021
Iotitude
Core
Commits
0ac967f4
Commit
0ac967f4
authored
6 years ago
by
Marko Rintamäki
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
38e9a9f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/opf-label-and-issue-validator.md
+40
-0
40 additions, 0 deletions
tools/opf-label-and-issue-validator.md
with
40 additions
and
0 deletions
tools/opf-label-and-issue-validator.md
0 → 100644
+
40
−
0
View file @
0ac967f4
# OPF Issue types-and-labels
# Issue Types
| Issue type | Label | Offical Color | Purpose |
|:-:|:-:|:-:|:-:|
|
[
bug-report.md
](
issue_templates/bug-report.md
)
| ~"Bug" |
`#FF0000`
| Issue used for bug report |
|
[
incident-report.md
](
issue_templates/incident-report.md
)
| ~"Incident" |
`#FF0000`
| Issue used for incident report |
|
[
design-task.md
](
issue_templates/design-task.md
)
| ~"Design" |
`#1D5299`
| Issue to describe design task |
|
[
general-task.md
](
issue_templates/general-task.md
)
| ~"General" |
`#1D5299`
| Issue for general purpose |
|
[
implementation-task.md
](
issue_templates/implementation-task.md
)
| ~"Implementation" |
`#1D5299`
| Issue to describe coding etc.. |
|
[
documentation-task.md
](
issue_templates/documentation-task.md
)
| ~"Documentation" |
`#1D5299`
| Issue to describe documentation |
|
[
question-and-answer.md
](
issue_templates/question-and-answer.md
)
| ~"Q&A" |
`#1D5299`
| Question and Answer issue |
|
[
User Story.md
](
issue_templates/user-story.md
)
| ~"User Story" |
`#1D5299`
| User Story issue |
|
[
Job Story.md
](
issue_templates/job-story.md
)
| ~"Job Story" |
`#1D5299`
| Job Story issue |
|
[
Assignment
](
issue_templates/assignment.md
)
| ~"Assignment" |
`#2B7BE5`
| General assignment for student |
# Issue States as labels
| Issue type | Label | Offical Color | Purpose |
|:-:|:-:|:-:|:-:|
| Backlog | ~"Backlog" |
`#F0A921`
| Issue waiting in the Backlog |
| Estimate | ~"Estimate" |
`#F0A921`
| Issue in estimation phase |
| Doing | ~"Doing" |
`#F0A921`
| Issue under work |
| Fixed Verify | ~"Fixed Verify" |
`#9E760D`
| Bug report issue which is fixed by coder |
| Verified | ~"Verified" |
`#69D121`
| Bug report issue which is verified by tester/coder |
| Waiting Review | ~"Waiting Review" |
`#F0A921`
| Issue waiting for general review |
| Reviewed | ~"Reviewed" |
`#69D121`
| Issue which has passed review |
| Done | ~"Done" |
`#29510D`
| Issue which is done and reviewed |
| Personal | ~"Personal" |
`#44AD8E`
| Personal task for team member |
| Team | ~"Team" |
`#44AD8E`
| Team task for whole team |
Reserved Labels for future:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment