Skip to content

Commit

Permalink
MRG: Merge pull request #62 from octue/devops/add-issue-templates
Browse files Browse the repository at this point in the history
Devops: Add GitHub issue template options
  • Loading branch information
cortadocodes authored Jan 5, 2021
2 parents 110708e + e183b14 commit 59a14cf
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/support_request.md
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].

0 comments on commit 59a14cf

Please sign in to comment.