Skip to content

Commit 5223eab

Browse files
committed
template changes
1 parent 84b5a0a commit 5223eab

7 files changed

Lines changed: 27 additions & 50 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: "[REPORT]"
5-
labels: ""
5+
labels: "bug"
66
assignees: tmotagam
77
---
88

@@ -18,7 +18,7 @@ A clear and concise description of what you expected to happen.
1818
**Screenshots**
1919
Add screenshots to help explain your problem.
2020

21-
**Desktop (please complete the following information):**
21+
**Desktop (please complete the following information and give more info if possible):**
2222

2323
- OS: [e.g. iOS]
2424
- Version [e.g. 22]

.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.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: "[REQUEST]"
5-
labels: ''
5+
labels: "enhancement"
66
assignees: tmotagam
7-
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Question
33
about: Ask questions about sqlite-electron
44
title: "[QUESTION]"
5-
labels: ""
5+
labels: "question"
66
assignees: tmotagam
77
---
88

.github/issue-close-app.yml

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

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Pull Request
2+
3+
## Description
4+
5+
A clear and concise description of what this pull request does. Include references to relevant issues or feature requests.
6+
7+
- Fixes #<issue-number> (if applicable)
8+
- Implements <feature/bugfix>
9+
- Related to <link to design document, ticket, or issue>
10+
11+
## Type of Change
12+
13+
Please select the type of change made in this pull request
14+
15+
- [ ] Bugfix
16+
- [ ] Feature
17+
- [ ] Refactor
18+
- [ ] Documentation Update
19+
20+
## Additional Notes:
21+
22+
Include any other information that is relevant to the PR, such as performance considerations, known limitations, or work left to be done.

.github/stale.yml

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

0 commit comments

Comments
 (0)