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
c76a1f8c
Commit
c76a1f8c
authored
6 years ago
by
Marko Rintamäki
Browse files
Options
Downloads
Patches
Plain Diff
Update opf-label-and-issue-validator.md
parent
345c4bc0
No related branches found
Branches containing commit
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
+47
-27
47 additions, 27 deletions
tools/opf-label-and-issue-validator.md
with
47 additions
and
27 deletions
tools/opf-label-and-issue-validator.md
+
47
−
27
View file @
c76a1f8c
# OPF Issue types-and-labels
# OPF Issue types-and-labels
# Issue Types
| Issue type | Current Label Color | Offical Color |
|:-:|:-:|:-:|
| Personal | ~"Personal" |
`#44AD8E`
|
| Team | ~"Team" |
`#44AD8E`
|
| Issue type | Label | Offical Color | Purpose |
|:-:|:-:|:-:|:-:|
|
[
bug-report.md
](
../.gitlab/issue_templates/bug-report.md
)
| ~"Bug" |
`#FF0000`
| Issue used for bug report |
|
[
incident-report.md
](
../.gitlab/issue_templates/incident-report.md
)
| ~"Incident" |
`#FF0000`
| Issue used for incident report |
|
[
design-task.md
](
../.gitlab/issue_templates/design-task.md
)
| ~"Design" |
`#1D5299`
| Issue to describe design task |
|
[
general-task.md
](
../.gitlab/issue_templates/general-task.md
)
| ~"General" |
`#1D5299`
| Issue for general purpose |
|
[
implementation-task.md
](
../.gitlab/issue_templates/implementation-task.md
)
| ~"Implementation" |
`#1D5299`
| Issue to describe coding etc.. |
|
[
documentation-task.md
](
../.gitlab/issue_templates/documentation-task.md
)
| ~"Documentation" |
`#1D5299`
| Issue to describe documentation |
|
[
question-and-answer.md
](
../.gitlab/issue_templates/question-and-answer.md
)
| ~"Q&A" |
`#1D5299`
| Question and Answer issue |
|
[
User Story.md
](
../.gitlab/issue_templates/user-story.md
)
| ~"User Story" |
`#1D5299`
| User Story issue |
|
[
Job Story.md
](
../.gitlab/issue_templates/job-story.md
)
| ~"Job Story" |
`#1D5299`
| Job Story issue |
|
[
Assignment
](
../.gitlab/issue_templates/assignment.md
)
| ~"Assignment" |
`#2B7BE5`
| General assignment for student |
# Issue States as labels
| Issue type | Label | Offical Color | Purpose |
# Issue Types
In English
| Issue type | Current Label Color | Offical Color |
|:-:|:-:|:-:|
| bug-report.md | ~"Bug" |
`#FF0000`
|
| incident-report.md | ~"Incident" |
`#FF0000`
|
| design-task.md | ~"Design" |
`#1D5299`
|
| general-task.md | ~"General" |
`#1D5299`
|
| implementation-task.md | ~"Implementation" |
`#1D5299`
|
| documentation-task.md | ~"Documentation" |
`#1D5299`
|
| question-and-answer.md | ~"Q&A" |
`#1D5299`
|
| User Story.md | ~"User Story" |
`#1D5299`
|
| Job Story.md | ~"Job Story" |
`#1D5299`
|
| Assignment | ~"Assignment" |
`#2B7BE5`
|
Suomeksi
| Issue type | Current Label Color | Offical Color | Tarkoitus |
|:-:|:-:|:-:|:-:|
|:-:|:-:|:-:|:-:|
| Backlog | ~"Backlog" |
`#F0A921`
| Issue waiting in the Backlog |
| vika-raportti.md | ~"Bug" |
`#FF0000`
||
| Estimate | ~"Estimate" |
`#F0A921`
| Issue in estimation phase |
| poikkeama-raportti.md | ~"Incident" |
`#FF0000`
||
| Doing | ~"Doing" |
`#F0A921`
| Issue under work |
| suunnittelu-tehtävä.md | ~"Design" |
`#1D5299`
| |
| Fixed Verify | ~"Fixed Verify" |
`#9E760D`
| Bug report issue which is fixed by coder |
| yleinen-tehtävä.md | ~"General" |
`#1D5299`
||
| Verified | ~"Verified" |
`#69D121`
| Bug report issue which is verified by tester/coder |
| toteutus-tehtävä.m | ~"Implementation" |
`#1D5299`
||
| Waiting Review | ~"Waiting Review" |
`#F0A921`
| Issue waiting for general review |
| Dokumentointi-tehtävä.md | ~"Documentation" |
`#1D5299`
||
| Reviewed | ~"Reviewed" |
`#69D121`
| Issue which has passed review |
| kysymys-ja-vastaus.md | ~"Q&A" |
`#1D5299`
||
| Done | ~"Done" |
`#29510D`
| Issue which is done and reviewed |
| harjoitustehtava.md | ~"Assignment" |
`#2B7BE5`
||
| Personal | ~"Personal" |
`#44AD8E`
| Personal task for team member |
| UserStory-Käyttäjätarina.md | ~"User Story" |
`#1D5299`
||
| Team | ~"Team" |
`#44AD8E`
| Team task for whole team |
# Issue State Labels
| Issue type | Current Label Color | Offical Color |
|:-:|:-:|:-:|
| Estimate | ~"Estimate" |
`#F0A921`
|
| Doing | ~"Doing" |
`#F0A921`
|
| Fixed Verify | ~"Fixed Verify" |
`#9E760D`
|
| Verified | ~"Verified" |
`#69D121`
|
| Waiting Review | ~"Waiting Review" |
`#F0A921`
|
| Reviewed | ~"Reviewed" |
`#69D121`
|
| Done | ~"Done" |
`#29510D`
|
Reserved Labels for future:
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