-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MRG: Merge pull request #62 from octue/devops/add-issue-templates
Devops: Add GitHub issue template options
- Loading branch information
Showing
3 changed files
with
76 additions
and
0 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,36 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug | ||
--- | ||
|
||
## Bug report | ||
|
||
### About me | ||
|
||
If you're new to the twined ecosystem, and you don't mind, it'd be great to hear a little bit of the wider context about | ||
you and what you're working on, so we can understand how best to help. | ||
|
||
|
||
### What is the current behavior? | ||
|
||
*If the current behavior is a bug, please provide any stack traces the steps reproduce and, if possible, a minimal demo of the problem.* | ||
|
||
|
||
### What is the expected behavior? | ||
|
||
|
||
### Your environment | ||
|
||
- Library Version: `x.y.z` | ||
- Platform MacOS | Windows | Linux | Other | ||
|
||
|
||
### Other information | ||
|
||
Please give as much detail as you can, like: | ||
|
||
- [ ] detailed explanation | ||
- [ ] stacktraces | ||
- [ ] related issues | ||
- [ ] suggestions how to fix | ||
- [ ] links for us to have context, eg. stackoverflow, gitter, etc |
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,21 @@ | ||
--- | ||
name: Feature request | ||
about: Request a feature | ||
--- | ||
|
||
## Feature request | ||
|
||
### About me | ||
|
||
If you're new to the twined ecosystem, and you don't mind, it'd be great to hear a little bit of the wider context about | ||
you and what you're working on, so we can understand how best to help. | ||
|
||
|
||
### Use Case | ||
|
||
Please [describe your motivation and use case]. | ||
|
||
|
||
### Current state | ||
|
||
Please describe what you're doing presently to work around this or achieve what you're doing. |
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,19 @@ | ||
--- | ||
name: Support request | ||
about: Request support using the code | ||
--- | ||
|
||
## Support request | ||
|
||
### About me | ||
|
||
If you're new to the twined ecosystem, and you don't mind, it'd be great to hear a little bit of the wider context about | ||
you and what you're working on, so we can understand how best to help. | ||
|
||
|
||
### Request | ||
|
||
- [ ] I've searched the list of existing issues | ||
- [ ] I expected the docs to cover it in [this section](please provide link to where you'd expect to find help on this in the docs) but they don't cover it. | ||
|
||
I'm trying to [describe what you're trying to do]. |