Skip to content

Commit 1534c5b

Browse files
committed
over
1 parent 122b8be commit 1534c5b

File tree

138 files changed

+43
-9583
lines changed

Some content is hidden

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

138 files changed

+43
-9583
lines changed

.editorconfig

-11
This file was deleted.

.gitattributes

-16
This file was deleted.

.github/CODE_OF_CONDUCT.md

-73
This file was deleted.

.github/CONTRIBUTING.md

-16
This file was deleted.

.github/FUNDING.yml

-3
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

-64
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

-35
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

-20
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

-42
This file was deleted.

.github/release-drafter.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name-template: 'v$NEXT_MINOR_VERSION'
2+
tag-template: 'v$NEXT_MINOR_VERSION'
3+
prerelease: true
4+
exclude-labels:
5+
- 'skip-changelog'
6+
categories:
7+
- title: '🚀 Features'
8+
labels:
9+
- 'new-feature'
10+
- 'feature'
11+
- 'enhancement'
12+
- title: '🐛 Bug fixes'
13+
labels:
14+
- 'fix'
15+
- 'bugfix'
16+
- 'bug'
17+
- title: '📖 Docs'
18+
labels:
19+
- 'docs'
20+
- title: '📦 Dependencies'
21+
labels:
22+
- 'dependencies'
23+
- title: '🧰 Maintenance'
24+
label: 'chore'
25+
change-template: '- #$NUMBER: $TITLE'
26+
template: |
27+
## Changes
28+
29+
$CHANGES

.github/stale.yml

-17
This file was deleted.

.github/workflows/ci.yml

-40
This file was deleted.

.github/workflows/issue-interceptor.yml

-18
This file was deleted.

0 commit comments

Comments
 (0)