From bd741f2f64f7ec12eb62ed7f1c54fe83b5ceeab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Genov=C3=A9s?= Date: Tue, 17 Mar 2020 21:35:57 +0100 Subject: [PATCH] update issue templates --- .../issue_templates}/bug_report.md | 12 +++--------- .../issue_templates}/feature_request.md | 12 +++--------- 2 files changed, 6 insertions(+), 18 deletions(-) rename {.github/ISSUE_TEMPLATE => .gitlab/issue_templates}/bug_report.md (82%) rename {.github/ISSUE_TEMPLATE => .gitlab/issue_templates}/feature_request.md (77%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.gitlab/issue_templates/bug_report.md similarity index 82% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .gitlab/issue_templates/bug_report.md index 05db584..0953ff2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.gitlab/issue_templates/bug_report.md @@ -1,12 +1,3 @@ ---- -name: Bug report -about: Create a report to help us improve -title: "[BUG]" -labels: bug, triage -assignees: somas95 - ---- - **Describe the bug** A clear and concise description of what the bug is. @@ -31,3 +22,6 @@ If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. + +/label ~bug ~triage +/assign @somas diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.gitlab/issue_templates/feature_request.md similarity index 77% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .gitlab/issue_templates/feature_request.md index 46f8c34..305c49f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.gitlab/issue_templates/feature_request.md @@ -1,12 +1,3 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[Feature Request]" -labels: feature request -assignees: somas95 - ---- - **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] @@ -18,3 +9,6 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. + +/label ~"feature request" +/assign @somas \ No newline at end of file