Skip to content

Commit 7add64a

Browse files
authored
Merge pull request selfcustody#293 from qlrd/ci_issues_and_pr_templates
Ci issues and pr templates
2 parents a304206 + cf4aa34 commit 7add64a

4 files changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
3+
name: 🐞 Bug report
4+
about: Create a report to help us improve
5+
title: "[Bug] the title of bug report"
6+
labels: bug
7+
assignees: ''
8+
9+
---
10+
11+
#### Describe the bug
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: 🔥 Enhancement
3+
about: New feature or request
4+
title: "[Enhancement] the title of new feature or enhancement"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
#### Describe the new feature or enhancement
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: 🥺 Help wanted
3+
about: Help needed to use a feature, perform or understand a procedure
4+
title: "[Help] the title of help wanted report"
5+
labels: help wanted
6+
assignees: ''
7+
8+
---
9+
10+
#### Describe the problem you need help

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- Thank you for contributing! -->
2+
3+
### Description
4+
5+
<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->
6+
7+
### What is the purpose of this pull request? <!-- (put an "X" next to an item) -->
8+
9+
- [ ] Bug fix
10+
- [ ] New Feature
11+
- [ ] Documentation update
12+
- [ ] Other

0 commit comments

Comments
 (0)