Skip to content

Commit

Permalink
Merge pull request #80 from Green-Software-Foundation/update-issue-te…
Browse files Browse the repository at this point in the history
…mplate-unofficial

Update issue templates in if-unofficial-plugins
  • Loading branch information
jmcook1186 committed Apr 25, 2024
2 parents 348ca80 + 5e42015 commit 223a6d8
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 37 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
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
5 changes: 3 additions & 2 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
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 223a6d8

Please sign in to comment.