From 9a1d3b964072c87a7c3e3d78ca50aea2123432e4 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 11 Jul 2021 18:13:33 +0200 Subject: [PATCH 1/8] add new issue type epic --- .github/ISSUE_TEMPLATE/epic.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/epic.md diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md new file mode 100644 index 000000000..7f3a67d73 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -0,0 +1,12 @@ +--- +name: 🌟 Epic +about: Define a big development Step +labels: epic +title: 🌟 [EPIC] +--- + + + +## 🌟 EPIC + From a28711863a92eff7910bc1b4db234928c3ec8399 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 11 Jul 2021 18:13:56 +0200 Subject: [PATCH 2/8] refactor all tickets, remove headings mostly not used and unify icons --- .github/ISSUE_TEMPLATE/bug_report.md | 16 ---------------- .github/ISSUE_TEMPLATE/devops_ticket.md | 15 --------------- .github/ISSUE_TEMPLATE/feature_request.md | 15 --------------- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/ISSUE_TEMPLATE/refactor_tickets.md | 15 ++------------- 5 files changed, 3 insertions(+), 60 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1d2aef77e..e3b5ad224 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,19 +7,3 @@ title: 🐛 [Bug] ## :bug: Bugreport - -### Steps to reproduce the behavior -1. -2. -3. -4. ... -5. Profit - -### Expected behavior - - -### Version & Environment - - -### Additional context - diff --git a/.github/ISSUE_TEMPLATE/devops_ticket.md b/.github/ISSUE_TEMPLATE/devops_ticket.md index 77355d1cf..82f18cf05 100644 --- a/.github/ISSUE_TEMPLATE/devops_ticket.md +++ b/.github/ISSUE_TEMPLATE/devops_ticket.md @@ -7,18 +7,3 @@ title: 💥 [DevOps] ## 💥 DevOps ticket - -### Motive - - -### Related issues - - -### Implementation - - -### Validation - - -### Additional context - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ef3b30be2..1e1f21066 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,18 +7,3 @@ title: 🚀 [Feature] ## :rocket: Feature - -### User Problem - - -### Implementation - - -### Design & Layout - - -### Validation - - -### Additional context - diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 677258e6f..40e6e381b 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -8,5 +8,5 @@ title: 💬 [Question] -## :speech_balloon: Question +## 💬 Question diff --git a/.github/ISSUE_TEMPLATE/refactor_tickets.md b/.github/ISSUE_TEMPLATE/refactor_tickets.md index b595abd5d..d1841e35e 100644 --- a/.github/ISSUE_TEMPLATE/refactor_tickets.md +++ b/.github/ISSUE_TEMPLATE/refactor_tickets.md @@ -1,21 +1,10 @@ --- -name: 🔧 Refactor ticket +name: 🔧 Refactor about: Help us improve our code by refactoring it. labels: refactor title: 🔧 [Refactor] --- -## :zap: Refactor ticket +## 🔧 Refactor -### Motive - - -### Related issues - - -### Implementation - - -### Additional context - From 17766ed51c1946ac14059073f933614ff3469660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 13 Jul 2021 14:12:34 +0200 Subject: [PATCH 3/8] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e3b5ad224..cb1846305 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,9 @@ --- -name: 🐛 Bug report +name: 🐛 Bug Report about: Create a report to help us improve labels: bug title: 🐛 [Bug] --- -## :bug: Bugreport +## :bug: Bug Report From f46b8eed77cc3dec1c99a4bb5f4ddf1127cbc22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 13 Jul 2021 14:13:57 +0200 Subject: [PATCH 4/8] Update devops_ticket.md --- .github/ISSUE_TEMPLATE/devops_ticket.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/devops_ticket.md b/.github/ISSUE_TEMPLATE/devops_ticket.md index 82f18cf05..c40563f2e 100644 --- a/.github/ISSUE_TEMPLATE/devops_ticket.md +++ b/.github/ISSUE_TEMPLATE/devops_ticket.md @@ -1,9 +1,9 @@ --- -name: 💥 DevOps ticket +name: 💥 DevOps Ticket about: Help us manage our deployed App. labels: devops title: 💥 [DevOps] --- -## 💥 DevOps ticket +## 💥 DevOps Ticket From 88738d605dd0eafb1a4abbca9a69c773218fa3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 13 Jul 2021 14:14:53 +0200 Subject: [PATCH 5/8] Update devops_ticket.md --- .github/ISSUE_TEMPLATE/devops_ticket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/devops_ticket.md b/.github/ISSUE_TEMPLATE/devops_ticket.md index c40563f2e..115664911 100644 --- a/.github/ISSUE_TEMPLATE/devops_ticket.md +++ b/.github/ISSUE_TEMPLATE/devops_ticket.md @@ -1,6 +1,6 @@ --- name: 💥 DevOps Ticket -about: Help us manage our deployed App. +about: Help us manage our deployed app. labels: devops title: 💥 [DevOps] --- From cc0751f037b2c4bfa870ebf99baa88e3f4f58d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 13 Jul 2021 14:15:31 +0200 Subject: [PATCH 6/8] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cb1846305..595c9d584 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: 🐛 Bug Report -about: Create a report to help us improve +about: Create a report to help us to improve. labels: bug title: 🐛 [Bug] --- From 363b916220fa8c517f54a0aa4a6f5a76d5e0ea69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 13 Jul 2021 14:16:08 +0200 Subject: [PATCH 7/8] Update epic.md --- .github/ISSUE_TEMPLATE/epic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md index 7f3a67d73..cf72cd673 100644 --- a/.github/ISSUE_TEMPLATE/epic.md +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -1,6 +1,6 @@ --- name: 🌟 Epic -about: Define a big development Step +about: Define a big development step. labels: epic title: 🌟 [EPIC] --- From 51417f1d7c73698144a77a9f67e5110dc0520260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 13 Jul 2021 14:17:05 +0200 Subject: [PATCH 8/8] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1e1f21066..beae80901 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,9 @@ --- -name: 🚀 Feature request -about: Suggest an idea for this project +name: 🚀 Feature Request +about: Suggest an idea for this project. labels: feature title: 🚀 [Feature] --- -## :rocket: Feature +## :rocket: Feature Request