diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..1d2aef77e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve +labels: bug +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 new file mode 100644 index 000000000..77355d1cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/devops_ticket.md @@ -0,0 +1,24 @@ +--- +name: 💥 DevOps ticket +about: Help us manage our deployed App. +labels: devops +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 new file mode 100644 index 000000000..ef3b30be2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: 🚀 Feature request +about: Suggest an idea for this project +labels: feature +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 new file mode 100644 index 000000000..ef10a53ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: 💬 Question +about: If you need help understanding HumanConnection. +labels: question +title: 💬 [Question] +--- + + + +## :speech_balloon: Question + diff --git a/.github/ISSUE_TEMPLATE/refactor_tickets.md b/.github/ISSUE_TEMPLATE/refactor_tickets.md new file mode 100644 index 000000000..b595abd5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/refactor_tickets.md @@ -0,0 +1,21 @@ +--- +name: 🔧 Refactor ticket +about: Help us improve our code by refactoring it. +labels: refactor +title: 🔧 [Refactor] +--- + +## :zap: Refactor ticket + + +### Motive + + +### Related issues + + +### Implementation + + +### Additional context +