Skip to content

Commit 6a9c415

Browse files
committed
update workflows
1 parent 214f5a8 commit 6a9c415

14 files changed

+129
-484
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Unity examples codebase owners
2+
* @web3auth/unity-team
3+
4+
# Docs ownership
5+
*.md @web3auth/docs-team

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/feature_request.md

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

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

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

.github/PULL_REQUEST_TEMPLATE/feature.md

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

.github/dependabot.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
version: 2
22

33
updates:
4-
- package-ecosystem: npm
5-
directory: /
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
66
schedule:
7-
interval: monthly
7+
interval: "monthly"
8+
9+
- package-ecosystem: "npm"
10+
directory: "/"
11+
schedule:
12+
interval: "monthly"
13+
ignore:
14+
- dependency-name: "*"
15+
update-types: ["version-update:semver-patch"]

.github/pull_request_template.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
4+
5+
Fixes # (issue)
6+
7+
## Type of change
8+
9+
Please delete options that are not relevant.
10+
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] New feature (non-breaking change which adds functionality)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
- [ ] This change requires a documentation update
15+
16+
## Unity Version
17+
- Unity version:
18+
19+
## How Has This Been Tested?
20+
21+
Please describe the tests that you ran to verify your changes.
22+
23+
## Checklist:
24+
25+
- [ ] My code follows the style guidelines of this project
26+
- [ ] I have performed a self-review of my own code
27+
- [ ] I have commented my code in hard-to-understand areas
28+
- [ ] I have made corresponding changes to the documentation
29+
- [ ] My changes generate no new warnings
30+
- [ ] I have added tests that prove my fix is effective or that my feature works

.github/workflows/appetize-android-playground.yaml

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

.github/workflows/appetize-android.yaml

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

0 commit comments

Comments
 (0)