Add issue templates (#1049)

Add issue templates for bug reports and feature requests, using the default ones on GitHub.
This commit is contained in:
yejia-stripe 2022-04-19 15:28:39 -04:00 committed by GitHub
parent 582da16a7f
commit 55d05447f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Fetch a '...'
2. Update the '....'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Code snippets and outputs**
If applicable, add code snippets and/or screenshots to help explain your problem.
**Environment (please complete the following information):**
- OS: [e.g. macOS]
- Language version: [e.g. Ruby 3.1.2]
- Library version [e.g. stripe-ruby v5.52.0]
- API version: [e.g. 2020-08-27] (See [Versioning](https://stripe.com/docs/api/versioning) in the API Reference to find which version you're using)
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this library
title: ''
labels: feature-request
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context about the feature request here.