Skip to content

Commit

Permalink
Update github issue templates (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Nov 7, 2018
1 parent 0d2becb commit ed71720
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
File renamed without changes.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve

---

Thanks for stopping by to let us know something could be better!

**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.

Please run down the following list and make sure you've tried the usual "quick fixes":

- Search the issues already opened: https://github.com/googleapis/google-auth-library-ruby/issues
- Search Stack Overflow: https://stackoverflow.com/questions/tagged/google-auth-library-ruby

If you are still having issues, please be sure to include as much information as possible:

#### Environment details

- OS:
- Ruby version:
- Gem name and version:

#### Steps to reproduce

1. ...

#### Code example

```ruby
# example
```

Making sure to follow these steps will guarantee the quickest resolution possible.

Thanks!
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for this library

---

Thanks for stopping by to let us know something could be better!

**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.

**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 or screenshots about the feature request here.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/support_request.md
@@ -0,0 +1,7 @@
---
name: Support request
about: If you have a support contract with Google, please create an issue in the Google Cloud Support console.

---

**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.

0 comments on commit ed71720

Please sign in to comment.