From ee906317882418838f7fb0a929125de5e6145615 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 6 Jun 2022 03:07:31 +0200 Subject: [PATCH] doc: use issue templates for gitlab --- .../issue_templates}/ask-a-question.md | 2 +- .../issue_templates}/report-a-bug.md | 8 +++----- .../issue_templates}/suggest-a-feature.md | 6 +++--- 3 files changed, 7 insertions(+), 9 deletions(-) rename {.github/ISSUE_TEMPLATE => .gitlab/issue_templates}/ask-a-question.md (87%) rename {.github/ISSUE_TEMPLATE => .gitlab/issue_templates}/report-a-bug.md (73%) rename {.github/ISSUE_TEMPLATE => .gitlab/issue_templates}/suggest-a-feature.md (77%) diff --git a/.github/ISSUE_TEMPLATE/ask-a-question.md b/.gitlab/issue_templates/ask-a-question.md similarity index 87% rename from .github/ISSUE_TEMPLATE/ask-a-question.md rename to .gitlab/issue_templates/ask-a-question.md index 7687625b7..47e353b2a 100644 --- a/.github/ISSUE_TEMPLATE/ask-a-question.md +++ b/.gitlab/issue_templates/ask-a-question.md @@ -1,6 +1,6 @@ --- name: Ask a Question -about: Ask a question about this template. +about: Ask a question about duniter-v2s. title: "" labels: question assignees: "" diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.gitlab/issue_templates/report-a-bug.md similarity index 73% rename from .github/ISSUE_TEMPLATE/report-a-bug.md rename to .gitlab/issue_templates/report-a-bug.md index 31b2ea8ac..753cbdd1e 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.gitlab/issue_templates/report-a-bug.md @@ -1,6 +1,6 @@ --- name: Report a Bug -about: Report a problem with this template. +about: Report a problem with duniter-v2s. title: "" labels: bug assignees: "" @@ -8,9 +8,7 @@ assignees: "" **Description** -_Tell us what happened. In particular, be specific about any changes you made to this template. -Ideally, provide a link to your project's GitHub repository. Please note that we are not able to -support all conceivable changes to this template project, but the more information you are able to +_Tell us what happened. Please elaborate, the more information you are able to provide the more equipped we will be to help._ **Steps to Reproduce** @@ -33,7 +31,7 @@ _Describe the environment in which you encountered this bug. Use the list below and add additional information if you think it's relevant._ - Operating system: -- Template version/tag: +- Git commit/tag: - Rust version (run `rustup show`): **Logs, Errors or Screenshots** diff --git a/.github/ISSUE_TEMPLATE/suggest-a-feature.md b/.gitlab/issue_templates/suggest-a-feature.md similarity index 77% rename from .github/ISSUE_TEMPLATE/suggest-a-feature.md rename to .gitlab/issue_templates/suggest-a-feature.md index 60c7678e9..b0a7528ac 100644 --- a/.github/ISSUE_TEMPLATE/suggest-a-feature.md +++ b/.gitlab/issue_templates/suggest-a-feature.md @@ -1,6 +1,6 @@ --- name: Suggest a Feature -about: Suggest a new feature or an improvement to an existing feature for this template. +about: Suggest a new feature or an improvement to an existing feature for duniter-v2s. title: "" labels: enhancement assignees: "" @@ -9,8 +9,8 @@ assignees: "" **Motivation** _Describe the need or frustration that motivated you to make this suggestion. Please note that the -goal of this project is to provide a general-purpose template project, so please take care when -suggesting features that may be specific to a particular use case._ +goal of this project is to bring the Äž1 blockchain itself, so please take care when +suggesting features that may not concern the Äž1 currency._ **Suggested Solution** -- GitLab