diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ecd4d23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +--- +name: Bug report +about: Create a report to help us improve +labels: 'bug' +--- + + +## Description of the Error + + +## Expected Behaviour + + +## Actual Behaviour + + +## Steps to Reproduce + + + +## Link to online environment + + + + +## Manifest File That Generated the Error + + + +## Links to Any Additional Code + + +## Runtime Info + diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md index bbd287f..213d081 100644 --- a/.github/ISSUE_TEMPLATE/feedback.md +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -2,8 +2,9 @@ name: Feedback about: Submiting feedback on the IF implementation title: 'Feedback - ' -labels: feedback +labels: '' assignees: '' + --- ## Scope diff --git a/.github/ISSUE_TEMPLATE/model-plugin.md b/.github/ISSUE_TEMPLATE/model-plugin.md index 474799b..dbfc99b 100644 --- a/.github/ISSUE_TEMPLATE/model-plugin.md +++ b/.github/ISSUE_TEMPLATE/model-plugin.md @@ -1,9 +1,10 @@ --- name: Model Plugin about: Submiting a request to create a model plugin -title: "Model Plugin - " -labels: model +title: 'Model Plugin - ' +labels: '' assignees: '' + --- - **What**: diff --git a/.github/ISSUE_TEMPLATE/user-story.md b/.github/ISSUE_TEMPLATE/user-story.md index 7ba663a..316eaf5 100644 --- a/.github/ISSUE_TEMPLATE/user-story.md +++ b/.github/ISSUE_TEMPLATE/user-story.md @@ -1,9 +1,10 @@ --- name: User story about: This describes a user story for IF -title: '[User story] ....' -labels: user-story +title: "[User story] ...." +labels: '' assignees: '' + --- As a I want so that .