diff --git a/.gitlab/issue_templates/assignment.md b/.gitlab/issue_templates/assignment.md new file mode 100644 index 0000000000000000000000000000000000000000..400e14dc59e457d17335782e1626d0f7022bf72f --- /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 e74d56e4712609008ee502ef3842e7656c2b5905..dd9c06f1a6f7f2dc56b0218a3d8530d0950d43e8 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 be9a22e0de3cd3e41a48bd1fcabdf6303a6d7bc4..ea2b757d53cd0bbfbf6db70884fc40aa003bd8a0 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 c970e31e45d798cc273de9df8330b0f0c474ff27..3d849b8cc1ea38b64ee896de445b7c1ded546df4 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 d3bc61052ad50886ee0fe89bc3d6b799856ea9d7..523b3598bb65996fa4df1001e3d37754426fe1c9 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 0000000000000000000000000000000000000000..36d40d8b82248cc936a16987bc9a274ae68fb75e --- /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 4e29791279874ee4fe0ff85d6bf09e32eff2d566..30c36462c3333ba0b1f8832bd1bca71e4d17106b 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 0000000000000000000000000000000000000000..bc83b0d701edda77684f25aa638c0834298dc7f1 --- /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 4c81450b9090b1e261422d7258de9cfee2ab7759..2c069404afefcc12ddc504b937ec66e4e76ee180 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 0000000000000000000000000000000000000000..05a1766c22e8ac809f7f5fe8d49a5d78027ca14d --- /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 0000000000000000000000000000000000000000..58d9652c106451fa3a6234b299e08ed3ffc4baa4 --- /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 0000000000000000000000000000000000000000..05a1766c22e8ac809f7f5fe8d49a5d78027ca14d --- /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 0000000000000000000000000000000000000000..85bf4cf4c305321b7f572cd7b6e36bb574b185f8 --- /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 0000000000000000000000000000000000000000..8a7ea9bca3103277a325d670ad9cb08e7d5848b2 --- /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 67745427d9c76d89ddacaaa2d0216f23d761cc8f..32f24fdbe114af5f05f41fb0d7436a7803903628 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 0000000000000000000000000000000000000000..f37d220c2a8982d448e57dff8a664065728fb7f1 --- /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 0000000000000000000000000000000000000000..b87a78126968b17179ae9cda2eecb5af8924d353 --- /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"