Skip to content

Commit 4c24c55

Browse files
committed
✨ Add Github templates
1 parent 2c243d4 commit 4c24c55

File tree

6 files changed

+56
-0
lines changed

6 files changed

+56
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!-- Please Include: -->
2+
3+
- **Clear steps to reproduce the issue**:
4+
5+
- **Relevant error messages and/or screenshots**:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new feature
4+
---
5+
6+
- **Describe the Feature Request**
7+
8+
- **Describe Preferred Solution**

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--
2+
Remove the fields that are not appropriate
3+
Please include:
4+
-->
5+
6+
- **What does this PR do?**
7+
8+
- **Any background context you want to provide?**
9+
10+
- **Screenshots**
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
exclude:
2+
- dev
3+
- feature-*

.github/release-drafter.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name-template: v$NEXT_PATCH_VERSION
2+
tag-template: v$NEXT_PATCH_VERSION
3+
categories:
4+
- title: 🚀 Features
5+
label: feature
6+
- title: 🐛 Bug Fixes
7+
label: fix
8+
- title: 🧰 Maintenance
9+
label: chore
10+
tag-template: - $TITLE @$AUTHOR (#$NUMBER)
11+
template: |
12+
## Changes
13+
14+
$CHANGES

.github/stale.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 60
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- 'Priority: High :one:'
8+
- 'Priority: High :two:'
9+
# Label to use when marking an issue as stale
10+
staleLabel: 'Wontfix :x:'
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This issue has been automatically marked as stale because it has not had
14+
recent activity. It will be closed if no further activity occurs.
15+
# Comment to post when closing a stale issue. Set to `false` to disable
16+
closeComment: false

0 commit comments

Comments
 (0)