-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8056a95
commit fc89998
Showing
4 changed files
with
53 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>. |