Skip to content

Commit b2b05c8

Browse files
committed
Revert "Modify issue templates"
This reverts commit 9759590.
1 parent 9759590 commit b2b05c8

8 files changed

+108
-135
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug,needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
**Logging**
11+
Add relevent SDK logging. IMPORTANT NOTE: Please make sure to NOT share AWS access credentials under any circumstance! Please make sure they are not in the logs.
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
**SDK version number**
17+
Include the SDK version you are running. If it is a specific commit on master branch, include that
18+
19+
**Open source building**
20+
If it is a build issue, include 3rd party library version and steps to how you are building it
21+
22+
**To Reproduce**
23+
Steps to reproduce the behavior:
24+
1. Go to '...'
25+
2. Click on '....'
26+
3. Scroll down to '....'
27+
4. See error
28+
29+
**Expected behavior**
30+
A clear and concise description of what you expected to happen.
31+
32+
**Screenshots**
33+
If applicable, add screenshots to help explain your problem.
34+
35+
**Desktop (please complete the following information):**
36+
- OS: [e.g. iOS]
37+
- Browser [e.g. chrome, safari]
38+
- Version [e.g. 22]
39+
40+
**Smartphone (please complete the following information):**
41+
- Device: [e.g. iPhone6]
42+
- OS: [e.g. iOS8.1]
43+
- Browser [e.g. stock browser, safari]
44+
- Version [e.g. 22]
45+
46+
**Additional context**
47+
Add any other context about the problem here.
48+

.github/ISSUE_TEMPLATE/bug_report.yml

-68
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

-6
This file was deleted.
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Contribution
3+
about: We always welcome open-source contributions! Please open an issue to tag your pull request
4+
title: "[CONTRIBUTION]"
5+
labels: contribution
6+
assignees: ''
7+
8+
---
9+
10+
PLEASE ADD THE APPROPRIATE TAG TO ALLOW BUCKETIZATION OF THE SOLUTIONS. IF THE TAG IS NOT AVAILABLE, DO NOT WORRY, WE WILL TAKE CARE OF IT!
11+
12+
** Describe the issue you are trying to solve **
13+
Add a one line description of the issue you are trying to solve
14+
15+
** Details of the changes **
16+
Give a couple of points to describe the changes you have made
17+
18+
** Test cases **
19+
Give a detailed description of the tests you are running, if applicable
20+
21+
** Additional context **
22+
Any details that can be preserved for the future

.github/ISSUE_TEMPLATE/documentation.yml

-23
This file was deleted.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE] "
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/feature_request.yml

-38
This file was deleted.
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Questions/Help
3+
about: Describe this issue template's purpose here.
4+
title: "[QUESTION]"
5+
labels: question,needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
A one liner description about the use case and what you are trying to achieve
11+
12+
** Logging **
13+
Add relevent SDK logging. IMPORTANT NOTE: Please make sure to NOT share AWS access credentials under any circumstance! Please make sure they are not in the logs.
14+
15+
** Any design considerations/constraints **
16+
Explain in detail how you would like to integrate our SDK into your solution
17+
18+
** If you would not like to open an issue to discuss your solution in open-platform, please email your question to kinesis-video-support@amazon.com **

0 commit comments

Comments
 (0)