From 50d3536321f45d9767dfcf370d2d919429304a14 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 13 May 2019 13:59:31 +0200 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/default-issue-template.md | 13 +++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++ .github/ISSUE_TEMPLATE/improvement-request.md | 22 +++++++++++++++++++ .../ISSUE_TEMPLATE/submit-a-general-issue.md | 13 +++++++++++ 4 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/default-issue-template.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/improvement-request.md create mode 100644 .github/ISSUE_TEMPLATE/submit-a-general-issue.md diff --git a/.github/ISSUE_TEMPLATE/default-issue-template.md b/.github/ISSUE_TEMPLATE/default-issue-template.md new file mode 100644 index 0000000..d3f6147 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/default-issue-template.md @@ -0,0 +1,13 @@ +--- +name: Default issue template +about: Default template +title: '' +labels: '' +assignees: '' + +--- + +**Related content :** Guide|Tools +**Issue with the content :** Yes|No + +*Your comments here. Please read CONTRIBUTING.md before posting issues.* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**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 [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/improvement-request.md b/.github/ISSUE_TEMPLATE/improvement-request.md new file mode 100644 index 0000000..5c62ab7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/improvement-request.md @@ -0,0 +1,22 @@ +--- +name: Improvement request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +(Please read CONTRIBUTING.md before posting issues) + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions you've considered. + +**Additional context** +Add any other context or screenshots about the improvement request here. diff --git a/.github/ISSUE_TEMPLATE/submit-a-general-issue.md b/.github/ISSUE_TEMPLATE/submit-a-general-issue.md new file mode 100644 index 0000000..294d2a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/submit-a-general-issue.md @@ -0,0 +1,13 @@ +--- +name: Submit a general issue +about: Default template +title: '' +labels: '' +assignees: '' + +--- + +**Related content :** Guide|Tools +**Issue with the content :** Yes|No + +*Your comments here. Please read CONTRIBUTING.md before posting issues.*