Skip to content

Commit f236a36

Browse files
Bug, feature request templates (#490)
* Added bug, feature request templates --------- Co-authored-by: Alexander Batishchev <abatishchev@gmail.com>
1 parent 17f732a commit f236a36

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: bug
5+
---
6+
7+
**Version, target platform, OS**
8+
Which package and what version, is it the latest?
9+
What are the target platform and the OS?
10+
11+
**Exception message, stack trace**
12+
If avaliable
13+
14+
**Description**
15+
A clear and concise description of the issue
16+
17+
**How to reproduce**
18+
Add here the steps to reproduce the issue
19+
20+
**Additional context**
21+
Add any other context about the problem here
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for the project
4+
---
5+
6+
**Version, target platform, OS**
7+
Which package and what version, is it the latest?
8+
What are the target platform and the OS?
9+
10+
**Describe the problem you are trying to solve.**
11+
Summary of the proposed changes
12+
13+
**Available workarounds**
14+
Is it possible to achieve what you're asking for in a different way?
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Description
2+
3+
Resolves #xyz.
4+
5+
A summary of the changes and which issue it resolves.
6+
7+
## Checklist
8+
9+
- [ ] Tests added
10+
- [ ] Version bumped
11+
- [ ] Changelog updated

0 commit comments

Comments
 (0)