Skip to content

Commit

Permalink
Merge pull request #174 from Giphy/task/issue-templates
Browse files Browse the repository at this point in the history
* Added issue templates:
  • Loading branch information
ALexanderLonsky committed Jan 13, 2022
2 parents 27a0fba + 7c333ad commit 10ee634
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,48 @@
---
name: 🐛 Bug Report
about: Submit a bug report to help us improve
labels: bug
---

## 🐛 Bug Report

(A clear and concise description of what the bug is)

## To Reproduce

(Write your steps here:)

1. Step 1...
1. Step 2...
1. Step 3...

## Expected behavior

<!--
How did you expect your project to behave?
It’s fine if you’re not sure your understanding is correct.
Write down what you thought would happen.
-->

(Write what you thought would happen.)

## Actual Behavior

<!--
Did something go wrong?
Is something broken, or not behaving as you expected?
Describe this section in detail, and attach screenshots if possible.
-->

(Write what happened. Add screenshots, if applicable.)

## Your Environment

<!-- Include as many relevant details about the environment you experienced the bug in -->

- Giphy Android SDK version: FILL THIS OUT
- Device info (Emulator/Device? Android version? Debug/Release?): FILL THIS OUT

## Reproducible Demo

<!-- Let us know how to reproduce the issue. Include a code sample or share a project that reproduces the issue. -->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
labels: enhancement
---

## Use case description
(Describe the use case or problem you are trying to solve in detail.)

## Proposed solution
(A clear and concise description of what you want to happen.)

## Alternatives considered
<!-- A clear and concise description of any alternative solutions you considered,
if applicable. -->


## Additional contexts
<!-- Add any other context or screenshots about the feature request here. -->
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,23 @@
---
name: Question
about: Ask your question here
labels: question
---
<!--
Before filing a question:
-------------------------
- Ask general Android development questions on Stack Overflow
- Search existing issues, including issues that are closed:
https://github.com/Giphy/giphy-android-sdk/issues?q=is%3Aissue+
- Please refer to the documentation:
https://github.com/Giphy/giphy-android-sdk/blob/main/Docs.md
-------------------------
-->

## Describe your question in detail.
(Describe the use case or problem you are trying to solve in detail.)

## Additional contexts
<!-- Add any other context or screenshots about the feature request here. -->

0 comments on commit 10ee634

Please sign in to comment.