Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update issue templates in if-unofficial-plugins #80

Merged
merged 3 commits into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>.
Loading