Issue templates (#3254)

Add bug report and feature request templates.
This commit is contained in:
Stephen De Gabrielle 2020-07-15 15:50:19 +01:00 committed by GitHub
parent 454a586a79
commit bda8215447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 29 deletions

23
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,23 @@
---
name: Bug report
about: Report a problem with Racket or Racket's tools
title: ''
labels:
assignees: ''
---
**What version of Racket are you using?**
e.g. 7.7 [cs]
**What program did you run?**
Please include a short example that triggers the bug
**What should have happened?**
**If you got an error message, please include it here.**
**Please include any other revelant details**
e.g. the Operating system used or how you are running the code.

View File

@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest an idea to discuss
title: "[Feature Request]"
labels: feature-request
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A description of what you want to happen.
**Describe alternatives you've considered**
A description of any alternative solutions or features you've considered.
***Do you want to contribute to this feature***
If you're interested in working on the development of this feature, say so here.
**[Optional]Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -1,29 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
If this bug is particular to running in DrRacket, please note that here.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Racket version**
Such as 6.12, 7.1, or a snapshot
**Operating System**
Such as Linux, Mac, or Windows, including the version.
**Additional context**
Add any other context about the problem here.