Skip to content

Commit b7eeaea

Browse files
authored
Changes for v0.12.3 (#67)
1 parent cb31dd2 commit b7eeaea

File tree

78 files changed

+3695
-2874
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3695
-2874
lines changed

.eslintrc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
"plugin:@typescript-eslint/recommended",
99
"prettier"
1010
],
11-
"overrides": [],
11+
"overrides": [
12+
{
13+
"files": ["test/**/*"],
14+
"env": {
15+
"jest": true
16+
}
17+
}
18+
],
1219
"parserOptions": {
1320
"ecmaVersion": "latest",
1421
"sourceType": "module"

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Bug Report
2-
description: Create a report to help us improve
2+
about: Create a report to help us improve
3+
title: ''
4+
labels: 'bug'
5+
assignees: ''
36
body:
47
- type: textarea
58
id: description
@@ -90,6 +93,11 @@ body:
9093
- Safari/537.36
9194
validations:
9295
required: true
96+
- type: textarea
97+
id: context
98+
attributes:
99+
label: Screenshots
100+
description: If applicable, add screenshots to help explain your problem (please **DO NOT include sensitive information**).
93101
- type: textarea
94102
id: context
95103
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
- type: textarea
1313
id: proposal
1414
attributes:
15-
label: Describe the solution you'd like
15+
label: Describe the feature you'd like
1616
description: A clear and concise description of what you want to happen.
1717
validations:
1818
required: true
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "\U00002753 General Issue"
3+
about: Create a new issue
4+
title: ""
5+
labels: needs-triage, guidance
6+
---
7+
8+
## :question: General Issue
9+
10+
### The Question
11+
<!--
12+
Ask your question here. Include any details relevant. Make sure you are not falling prey to the [X/Y problem][2]!
13+
14+
[2]: http://xyproblem.info
15+
-->
16+
17+
### Other information
18+
<!-- e.g. detailed explanation, stacktraces, related issues, suggestions on how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 14 deletions
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/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Basic `dependabot.yml` file with
2+
3+
version: 2
4+
updates:
5+
# Enable version updates for github-actions
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
# Check the actions for updates every week
9+
schedule:
10+
interval: "weekly"

.github/release.yml

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

.github/workflows/build.yml

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

.github/workflows/code-lint.yml

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

0 commit comments

Comments
 (0)