Skip to content

Commit

Permalink
Merge pull request #23 from recurly/issue-templates
Browse files Browse the repository at this point in the history
Adds issue templates
  • Loading branch information
chrissrogers committed Jan 29, 2020
2 parents 6dd089d + b531d56 commit b9c5b7a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug Report
about: Create a report to help us improve
title: ''
labels: bug?
assignees: ''

---

_Warning_: Github issues are not an official support channel for Recurly. If you have an urgent request we suggest you contact us through an official channel: support@recurly.com or https://support.recurly.com

**Describe the bug**

A clear and concise description of what the bug is.

If possible, include a stacktrace or browser console log containing any relevant information.

**To Reproduce**

Steps to reproduce the behavior.

If possible, please provide example code, a jsfiddle, or CodeSandbox demo which we can run to reproduce the bug.
The faster we can reproduce the bug, the faster we can help.

**Expected behavior**

A clear and concise description of what you expected to happen.

**Your Environment**

- Which version of react-recurly are you using?
- Which version of react are you using?
- Which browser (+version) are you using?
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/02_question_or_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question or Feature Request
about: A question, feature request, or other
title: ''
labels: question
assignees: ''

---

_Warning_: Github issues are not an official support channel for Recurly. If you have an urgent request we suggest you contact us through an official channel: support@recurly.com or https://recurly.zendesk.com

0 comments on commit b9c5b7a

Please sign in to comment.