From d60e3427abbfe8ed1c5eee3dbd95536e9e0633f9 Mon Sep 17 00:00:00 2001 From: narsuman <narsuman@gmail.com> Date: Wed, 21 Nov 2018 13:05:33 +0200 Subject: [PATCH] =?UTF-8?q?issue=20kuvaukset=20p=C3=A4ivittyy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab/issue_templates/assignment.md | 13 ++++++++ .gitlab/issue_templates/bug-report.md | 11 ++----- .gitlab/issue_templates/design-task.md | 5 ++- .gitlab/issue_templates/documentation-task.md | 7 ++-- .gitlab/issue_templates/general-task.md | 7 ++-- .gitlab/issue_templates/harjoitus-tehtava.md | 12 +++++++ .../issue_templates/implementation-task.md | 16 ++++++---- .gitlab/issue_templates/incident-report.md | 14 ++++++++ .gitlab/issue_templates/job-story.md | 16 ++++++++-- .gitlab/issue_templates/kysymys-ja-vastaus.md | 14 ++++++++ .gitlab/issue_templates/poikkeama-raportti.md | 14 ++++++++ .../issue_templates/question-and-answer.md | 14 ++++++++ .../suunnittelu-teht\303\244v\303\244.md" | 13 ++++++++ .../toteutus-teht\303\244v\303\244.md" | 14 ++++++++ .gitlab/issue_templates/user-story.md | 5 +-- .gitlab/issue_templates/vika-raportti.md | 32 +++++++++++++++++++ .../yleinen-teht\303\244v\303\244.md" | 14 ++++++++ 17 files changed, 192 insertions(+), 29 deletions(-) create mode 100644 .gitlab/issue_templates/assignment.md create mode 100644 .gitlab/issue_templates/harjoitus-tehtava.md create mode 100644 .gitlab/issue_templates/incident-report.md create mode 100644 .gitlab/issue_templates/kysymys-ja-vastaus.md create mode 100644 .gitlab/issue_templates/poikkeama-raportti.md create mode 100644 .gitlab/issue_templates/question-and-answer.md create mode 100644 ".gitlab/issue_templates/suunnittelu-teht\303\244v\303\244.md" create mode 100644 ".gitlab/issue_templates/toteutus-teht\303\244v\303\244.md" create mode 100644 .gitlab/issue_templates/vika-raportti.md create mode 100644 ".gitlab/issue_templates/yleinen-teht\303\244v\303\244.md" diff --git a/.gitlab/issue_templates/assignment.md b/.gitlab/issue_templates/assignment.md new file mode 100644 index 00000000..400e14dc --- /dev/null +++ b/.gitlab/issue_templates/assignment.md @@ -0,0 +1,13 @@ +## Assignment: Description + +* +* +* + +## What is needed? + +* +* +* + + diff --git a/.gitlab/issue_templates/bug-report.md b/.gitlab/issue_templates/bug-report.md index e74d56e4..dd9c06f1 100644 --- a/.gitlab/issue_templates/bug-report.md +++ b/.gitlab/issue_templates/bug-report.md @@ -8,13 +8,6 @@ Steps to reproduce (How one can reproduce the issue - this is very important) -## Example Project - -(If possible, please create an example project here on GitLab.com that exhibits the problematic behaviour, and link to it here in the bug report) - -(If you are using an older version of GitLab, this will also determine whether the bug has been fixed in a more recent version) - - ## What is the current bug behavior? (What actually happens) @@ -36,4 +29,6 @@ logs, and code as it's very hard to read otherwise.) (If you can, link to the line of code that might be responsible for the problem) -/label ~"Bug" +/label ~Bug +/label ~Backlog + diff --git a/.gitlab/issue_templates/design-task.md b/.gitlab/issue_templates/design-task.md index be9a22e0..ea2b757d 100644 --- a/.gitlab/issue_templates/design-task.md +++ b/.gitlab/issue_templates/design-task.md @@ -1,4 +1,4 @@ -# Describe what is needed +# What should be done? 1. Update issue topic according description 2. .. @@ -10,6 +10,5 @@ # Links & Sources - /label ~Design -/lable ~Backlog \ No newline at end of file +/label ~Backlog \ No newline at end of file diff --git a/.gitlab/issue_templates/documentation-task.md b/.gitlab/issue_templates/documentation-task.md index c970e31e..3d849b8c 100644 --- a/.gitlab/issue_templates/documentation-task.md +++ b/.gitlab/issue_templates/documentation-task.md @@ -1,4 +1,4 @@ -# Describe what is needed +# What should be done? 1. Update issue topic according description 2. .. @@ -10,5 +10,6 @@ # Links & Sources -/label ~Documentation -/label ~Backlog \ No newline at end of file + +/label ~Implementation +/label ~Backlog diff --git a/.gitlab/issue_templates/general-task.md b/.gitlab/issue_templates/general-task.md index d3bc6105..523b3598 100644 --- a/.gitlab/issue_templates/general-task.md +++ b/.gitlab/issue_templates/general-task.md @@ -1,4 +1,4 @@ -# Describe what is needed +# What should be done? 1. Update issue topic according description 2. .. @@ -10,5 +10,6 @@ # Links & Sources -/label ~General -/label ~Backlog \ No newline at end of file + +/label ~"General" +/lable ~"Backlog" \ No newline at end of file diff --git a/.gitlab/issue_templates/harjoitus-tehtava.md b/.gitlab/issue_templates/harjoitus-tehtava.md new file mode 100644 index 00000000..36d40d8b --- /dev/null +++ b/.gitlab/issue_templates/harjoitus-tehtava.md @@ -0,0 +1,12 @@ +# Tämä on harjoitustehtävä sinulle + + +Tee seuraavat asiat... ja siirrä sitten "issue" tehtyjen töiden puolelle + + +- [] askel +- [] askel + + +/label ~"Backlog" +/label ~"Personal Task" diff --git a/.gitlab/issue_templates/implementation-task.md b/.gitlab/issue_templates/implementation-task.md index 4e297912..30c36462 100644 --- a/.gitlab/issue_templates/implementation-task.md +++ b/.gitlab/issue_templates/implementation-task.md @@ -1,13 +1,15 @@ -## Implementation task to do? +# What should be done? -(Description) +1. Update issue topic according description +2. .. +3. .. +# Responsible +* name/stakeholder +# Links & Sources -## Links to other tasks/features? - -(documentation?) - -/label ~Implementation \ No newline at end of file +/label ~Implementation +/lable ~Backlog \ No newline at end of file diff --git a/.gitlab/issue_templates/incident-report.md b/.gitlab/issue_templates/incident-report.md new file mode 100644 index 00000000..bc83b0d7 --- /dev/null +++ b/.gitlab/issue_templates/incident-report.md @@ -0,0 +1,14 @@ +# What should be done for incident? + +1. Update issue topic according description +2. .. +3. .. + +# Responsible + +* name/stakeholder + +# Links & Sources + +/label "~Incident" +/label "~Backlog" \ No newline at end of file diff --git a/.gitlab/issue_templates/job-story.md b/.gitlab/issue_templates/job-story.md index 4c81450b..2c069404 100644 --- a/.gitlab/issue_templates/job-story.md +++ b/.gitlab/issue_templates/job-story.md @@ -1,5 +1,15 @@ -JOB STORY +# What should be done? -TBD +1. Update issue topic according description +2. .. +3. .. -/label ~"Job Story" \ No newline at end of file +# Responsible + +* name/stakeholder + +# Links & Sources + + +/label ~"Job Story" +/lable ~"Backlog" \ No newline at end of file diff --git a/.gitlab/issue_templates/kysymys-ja-vastaus.md b/.gitlab/issue_templates/kysymys-ja-vastaus.md new file mode 100644 index 00000000..05a1766c --- /dev/null +++ b/.gitlab/issue_templates/kysymys-ja-vastaus.md @@ -0,0 +1,14 @@ +# Question and Answer + +Please fill question as Issue's topic + +Q: What is.... + +*Question...* + + +A: It is... + +*Answer...* + +/label ~"Q&A" \ No newline at end of file diff --git a/.gitlab/issue_templates/poikkeama-raportti.md b/.gitlab/issue_templates/poikkeama-raportti.md new file mode 100644 index 00000000..58d9652c --- /dev/null +++ b/.gitlab/issue_templates/poikkeama-raportti.md @@ -0,0 +1,14 @@ +# Poikkeaman kuvaus + +1. Muista päivittää Issue -kuvaus! +2. .. +3. .. + +# Vastuulliset? + +* nimi/sidosryhmä + +# Linkkejä & lähteitä + +/label ~"Backlog" +/label "~Incident" \ No newline at end of file diff --git a/.gitlab/issue_templates/question-and-answer.md b/.gitlab/issue_templates/question-and-answer.md new file mode 100644 index 00000000..05a1766c --- /dev/null +++ b/.gitlab/issue_templates/question-and-answer.md @@ -0,0 +1,14 @@ +# Question and Answer + +Please fill question as Issue's topic + +Q: What is.... + +*Question...* + + +A: It is... + +*Answer...* + +/label ~"Q&A" \ No newline at end of file diff --git "a/.gitlab/issue_templates/suunnittelu-teht\303\244v\303\244.md" "b/.gitlab/issue_templates/suunnittelu-teht\303\244v\303\244.md" new file mode 100644 index 00000000..85bf4cf4 --- /dev/null +++ "b/.gitlab/issue_templates/suunnittelu-teht\303\244v\303\244.md" @@ -0,0 +1,13 @@ +## Design task to do? + +(Description) + + + + +## Links to other tasks/features? + + +(documentation?) + +/label ~Design \ No newline at end of file diff --git "a/.gitlab/issue_templates/toteutus-teht\303\244v\303\244.md" "b/.gitlab/issue_templates/toteutus-teht\303\244v\303\244.md" new file mode 100644 index 00000000..8a7ea9bc --- /dev/null +++ "b/.gitlab/issue_templates/toteutus-teht\303\244v\303\244.md" @@ -0,0 +1,14 @@ +# Tehtävä? + +1. Päivitä Issue -kuvaus! +2. .. +3. .. + +# Vastuulliset? + +* nimi/sidosryhmä + +# Linkkejä & lähteitä + +/label ~"Backlog" +/label ~Implementation \ No newline at end of file diff --git a/.gitlab/issue_templates/user-story.md b/.gitlab/issue_templates/user-story.md index 67745427..32f24fdb 100644 --- a/.gitlab/issue_templates/user-story.md +++ b/.gitlab/issue_templates/user-story.md @@ -15,7 +15,8 @@ As a < type of user >, I want < some goal > so that < some reason >. - [ ] Check if... - [ ] Check also... - [ ] Check if... -- [ ] Check if... test case [Link to test case]() +- [ ] Check if... test case [Link to test case definition]() - [ ] Check if... -/label ~"User Story" \ No newline at end of file +/label ~"User Story" +/label ~"Backlog" \ No newline at end of file diff --git a/.gitlab/issue_templates/vika-raportti.md b/.gitlab/issue_templates/vika-raportti.md new file mode 100644 index 00000000..f37d220c --- /dev/null +++ b/.gitlab/issue_templates/vika-raportti.md @@ -0,0 +1,32 @@ +## Summary + +(Summarize the bug encountered concisely) + + +Steps to reproduce + +(How one can reproduce the issue - this is very important) + + +## What is the current bug behavior? + +(What actually happens) + + +## What is the expected correct behavior? + +(What you should see instead) + + +## Relevant logs and/or screenshots + +(Paste any relevant logs - please use code blocks (```) to format console output, +logs, and code as it's very hard to read otherwise.) + + +## Possible fixes + +(If you can, link to the line of code that might be responsible for the problem) + + +/label ~"Bug" diff --git "a/.gitlab/issue_templates/yleinen-teht\303\244v\303\244.md" "b/.gitlab/issue_templates/yleinen-teht\303\244v\303\244.md" new file mode 100644 index 00000000..b87a7812 --- /dev/null +++ "b/.gitlab/issue_templates/yleinen-teht\303\244v\303\244.md" @@ -0,0 +1,14 @@ +# Tehtävä? + +1. Päivitä Issue -kuvaus! +2. .. +3. .. + +# Vastuulliset? + +* nimi/sidosryhmä + +# Linkkejä & lähteitä + +/label ~"Backlog" +/label ~"General" -- GitLab