From c0b23623c124159338ae60d832447f663e0c7a02 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 18 Sep 2021 20:30:04 +0200 Subject: [PATCH] - remove discord links from templates - make the templates project agnostic - link to the new repo https://github.com/ulfgebhardt/issue-templates to have it compatible - rename refactor tickets into .. ticket --- .github/ISSUE_TEMPLATE.md | 2 ++ .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/devops_ticket.md | 3 ++- .github/ISSUE_TEMPLATE/epic.md | 5 +++-- .github/ISSUE_TEMPLATE/feature_request.md | 1 + .github/ISSUE_TEMPLATE/question.md | 8 +++++--- .../{refactor_tickets.md => refactor_ticket.md} | 1 + .github/ISSUE_TEMPLATE/release.md | 5 +++-- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 9 files changed, 20 insertions(+), 8 deletions(-) rename .github/ISSUE_TEMPLATE/{refactor_tickets.md => refactor_ticket.md} (76%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1667e0d0c..70dc65202 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ + + ## 🐛 Bugreport diff --git a/.github/ISSUE_TEMPLATE/devops_ticket.md b/.github/ISSUE_TEMPLATE/devops_ticket.md index 82f18cf05..981d0fdd6 100644 --- a/.github/ISSUE_TEMPLATE/devops_ticket.md +++ b/.github/ISSUE_TEMPLATE/devops_ticket.md @@ -1,9 +1,10 @@ --- name: 💥 DevOps ticket -about: Help us manage our deployed App. +about: Help us manage our deployed Software. labels: devops title: 💥 [DevOps] --- + ## 💥 DevOps ticket diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md index 11bc0d587..af511e6e2 100644 --- a/.github/ISSUE_TEMPLATE/epic.md +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -4,9 +4,10 @@ about: Define a big development Step labels: epic title: 🌟 [EPIC] --- + + - - + ## 🌟 EPIC diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 94e5e5d80..f313740a5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,7 @@ about: Suggest an idea for this project labels: feature title: 🚀 [Feature] --- + ## 🚀 Feature diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 886faae20..b57adcd06 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,11 +1,13 @@ --- name: 💬 Question -about: If you need help understanding Gradido. +about: If you need help understanding our Software. labels: question title: 💬 [Question] --- - - + + + + ## 💬 Question diff --git a/.github/ISSUE_TEMPLATE/refactor_tickets.md b/.github/ISSUE_TEMPLATE/refactor_ticket.md similarity index 76% rename from .github/ISSUE_TEMPLATE/refactor_tickets.md rename to .github/ISSUE_TEMPLATE/refactor_ticket.md index 969595dee..b75f7b5fc 100644 --- a/.github/ISSUE_TEMPLATE/refactor_tickets.md +++ b/.github/ISSUE_TEMPLATE/refactor_ticket.md @@ -4,6 +4,7 @@ about: Help us improve our code by refactoring it. labels: refactor title: 🔧 [Refactor] --- + ## 🔧 Refactor ticket diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index b43426939..2bec90e90 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -4,9 +4,10 @@ about: Define a Release labels: release title: 🏅 [RELEASE] --- + + - - + ## 🏅 RELEASE diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6cfe4c30c..d40a2770a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,5 @@ + + ## 🍰 Pullrequest