Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamKhalatova authored Apr 24, 2024
1 parent 8056a95 commit fc89998
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 6 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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'
---
<!--- Please provide us the following info -->

## Description of the Error
<!--- Tell us what happened -->

## Expected Behaviour
<!--- Tell us what should happen -->

## Actual Behaviour
<!--- Tell us what happens instead of the expected behavior -->

## Steps to Reproduce
<!--- A set of specific instructions to reproduce the bug. Include code, if relevant -->


## Link to online environment
<!--- Please provide a link to Stackblitz or similar tool that allows us to reproduce your error in a preconfigured online environment -->

<!--- If you provided a link to Stackblitz or similar, you can ignore the remaining fields.
Otherwise, please provide the following information -->

## Manifest File That Generated the Error

<!--- Provide the manifest file that you ran that generated the error-->

## Links to Any Additional Code
<!--- E.g. your plugin code, it must be available online -->

## Runtime Info
<!--- Such as OS, node version, package.json, IF version -->
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Feedback
about: Submiting feedback on the IF implementation
title: 'Feedback - '
labels: feedback
labels: ''
assignees: ''

---

## Scope
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/model-plugin.md
Original file line number Diff line number Diff line change
@@ -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**:
Expand Down Expand Up @@ -60,4 +61,4 @@ outputs:
duration: 3600
yyyy: zzzz
aaaa: bbbb
```
```
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/user-story.md
Original file line number Diff line number Diff line change
@@ -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 <type of user> I want <some goal> so that <some reason>.

0 comments on commit fc89998

Please sign in to comment.