Skip to content

Commit

Permalink
Merge pull request #7 from Green-Software-Foundation/update-issue-tem…
Browse files Browse the repository at this point in the history
…plate-in-plugin-template

Update issue template in if-plugin-template
  • Loading branch information
jmcook1186 authored Apr 25, 2024
2 parents 9925d8f + 1c05fba commit f1105ad
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
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 -->
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feedback.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Feedback
about: Submitting feedback on plugin template
title: "Feedback - "
labels: feedback
title: 'Feedback - '
labels: ''
assignees: ''

---

## Scope
Expand Down

0 comments on commit f1105ad

Please sign in to comment.