Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue and pull request templates #551

Merged
merged 1 commit into from
Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug Report
about: Report a bug to help us improve!
title: ''
labels: 'bug'
assignees: ''
---

**Bevy version**

The release number or commit hash of the version you're using

**Operating system & version**

e.g. Windows 10, Ubuntu 18.04, iOS 14

**What you did**

The steps you took to uncover this bug. Please list full reproduction steps if
feasible.

**What you expected to happen**

What you think should've happened if everything was working properly

**What actually happened**

The actual result of the actions you described

**Additional information**

Any additional information you would like to add such as screenshots, logs, etc.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature Request
about: Propose a new feature!
title: ''
labels: 'enhancement'
assignees: ''
---

**What problem does this solve or what need does it fill?**

A description of why this particular feature should be added

**Describe the solution would you like?**

The solution you propose for the problem presented

**Describe the alternative(s) you've considered?**

Other solutions to solve and/or work around the problem presented

**Additional context**

Any other information you would like to add such as related previous work,
screenshots, benchmarks, etc.
6 changes: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**Checklist**

I confirm that I have done the following (if applicable):

- [] Added a changelog entry
- [] Added respective unit tests