Skip to content

Commit 2aae065

Browse files
lberrymagejoshuajbouw
authored andcommitted
Add issue and pull request templates (bevyengine#551)
1 parent 966c644 commit 2aae065

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug to help us improve!
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
9+
**Bevy version**
10+
11+
The release number or commit hash of the version you're using
12+
13+
**Operating system & version**
14+
15+
e.g. Windows 10, Ubuntu 18.04, iOS 14
16+
17+
**What you did**
18+
19+
The steps you took to uncover this bug. Please list full reproduction steps if
20+
feasible.
21+
22+
**What you expected to happen**
23+
24+
What you think should've happened if everything was working properly
25+
26+
**What actually happened**
27+
28+
The actual result of the actions you described
29+
30+
**Additional information**
31+
32+
Any additional information you would like to add such as screenshots, logs, etc.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature Request
3+
about: Propose a new feature!
4+
title: ''
5+
labels: 'enhancement'
6+
assignees: ''
7+
---
8+
9+
**What problem does this solve or what need does it fill?**
10+
11+
A description of why this particular feature should be added
12+
13+
**Describe the solution would you like?**
14+
15+
The solution you propose for the problem presented
16+
17+
**Describe the alternative(s) you've considered?**
18+
19+
Other solutions to solve and/or work around the problem presented
20+
21+
**Additional context**
22+
23+
Any other information you would like to add such as related previous work,
24+
screenshots, benchmarks, etc.

.github/pull_request_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**Checklist**
2+
3+
I confirm that I have done the following (if applicable):
4+
5+
- [] Added a changelog entry
6+
- [] Added respective unit tests

0 commit comments

Comments
 (0)