Skip to content

Commit 0fcff6f

Browse files
Release/v0.12.6 (#75)
1 parent c24cf7e commit 0fcff6f

36 files changed

+359
-657
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior.
14+
15+
**Expected behavior**
16+
A clear and concise description of what you expected to happen.
17+
18+
**Please complete the following information about the solution:**
19+
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 the description does not contain the version information, you can look at the mappings section of the template:
23+
24+
\`\`\`
25+
yaml
26+
Mappings:
27+
SourceCode:
28+
General:
29+
S3Bucket: 'solutions'
30+
KeyPrefix: 'video-on-demand-on-aws/v5.0.0'
31+
\`\`\`
32+
33+
- [ ] Region: [e.g. us-east-1]
34+
- [ ] Was the solution modified from the version published on this repository?
35+
- [ ] If the answer to the previous question was yes, are the changes available on GitHub?
36+
- [ ] Have you checked your [service quotas](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) for the sevices this solution uses?
37+
- [ ] Were there any errors in the CloudWatch Logs?
38+
39+
**Screenshots**
40+
If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
41+
42+
**Additional context**
43+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/bug_report.yaml

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

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +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-
- [ ] Build succeeds using Swift Package Manager
12-
- [ ] All unit tests pass
13-
- [ ] Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
14-
- [ ] Documentation update for the change if required
15-
- [ ] PR title conforms to conventional commit style
16-
- [ ] If breaking change, documentation/changelog update with migration instructions
17-
18-
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

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/integration_test.yml

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)