Skip to content

Commit e27b390

Browse files
authored
Changes for v0.3.3 (#22)
1 parent 11489aa commit e27b390

21 files changed

+1649
-1747
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Please complete the following information about the solution:**
20+
- [ ] Version: [e.g. v1.0.0]
21+
22+
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "_(SO0021) - Video On Demand workflow with AWS Step Functions, MediaConvert, MediaPackage, S3, CloudFront and DynamoDB. Version **v5.0.0**_". If you have not yet installed the stack, or are unable to install due to a problem, you can find the version and solution ID in the template with a text editor. Open the .template file and search for `SOLUTION_VERSION` in the content. You will find several matches and they will all be the same value:
23+
24+
```json
25+
"Environment": {
26+
"Variables": {
27+
"SOLUTION_ID": "SO0248",
28+
"SOLUTION_VERSION": "v1.0.2"
29+
}
30+
},
31+
```
32+
33+
This information is also provided in `source/infrastructure/cdk.json`:
34+
35+
```json
36+
"SOLUTION_ID": "SO0248",
37+
"SOLUTION_VERSION": "v1.0.2",
38+
```
39+
40+
41+
42+
- [ ] Region: [e.g. us-east-1]
43+
- [ ] Was the solution modified from the version published on this repository?
44+
- [ ] If the answer to the previous question was yes, are the changes available on GitHub?
45+
- [ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for the sevices this solution uses?
46+
- [ ] Were there any errors in the CloudWatch Logs?
47+
48+
**Screenshots**
49+
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
50+
51+
**Additional context**
52+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/bug_report.yaml

-88
This file was deleted.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this solution
4+
title: ''
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 feature you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/feature_request.yaml

-32
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
## Issue \#
2-
<!-- If applicable, please link to issue(s) this change addresses -->
1+
*Issue #, if available:*
32

4-
## Description
5-
<!-- Why is this change required? What problem does it solve? -->
3+
*Description of changes:*
64

7-
## General Checklist
8-
<!-- Check or cross out if not relevant -->
9-
10-
- [ ] Added new tests to cover change, if needed
11-
- [ ] Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
12-
- [ ] Documentation update for the change if required
13-
- [ ] PR title conforms to conventional commit style
14-
- [ ] If breaking change, documentation/changelog update with migration instructions
15-
16-
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
5+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

.github/release.yml

-11
This file was deleted.

.github/workflows/build-android.yml

-22
This file was deleted.

.github/workflows/build-ios.yml

-21
This file was deleted.

.github/workflows/build-rn.yml

-17
This file was deleted.

.github/workflows/code-lint.yml

-19
This file was deleted.

.github/workflows/release.yml

-45
This file was deleted.

.github/workflows/test.yml

-23
This file was deleted.

0 commit comments

Comments
 (0)