Merge pull request #2823 from BOINC/add-issue-templates

Add issue templates
This commit is contained in:
lfield 2018-11-16 09:55:10 +01:00 committed by GitHub
commit 4d78db6b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 0 deletions

25
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**Steps To Reproduce**
1.
2.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**System Information (please complete the following information):**
- OS:
- BOINC Version:
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
---
**Describe the problem**
A clear and concise description of the problem you're looking to solve.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -0,0 +1,7 @@
---
name: Other issues
about: Use this template for any other issues.
---
This template is for miscellaneous issues not covered by the other issue categories.