diff --git a/.github/docs/issue_template.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 58% rename from .github/docs/issue_template.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 937a7379..249d8ca5 100644 --- a/.github/docs/issue_template.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,4 +1,9 @@ -# Proposal of template : +--- +name: 'Bug Report' +about: 'Report a new bug' +title: '' +labels: bug +--- ## Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..cd10703b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: 'Feature Request' +about: 'Report a new feature to be implemented' +title: '<Title>' +labels: enhancement +--- + +## Description of the feature + + +## Code example (if possible) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..eb08e104 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,8 @@ +--- +name: 'Question' +about: 'If something needs clarification' +title: '<Title>' +labels: question +--- + +<!-- What is your question? Please be as specific as possible! --> \ No newline at end of file