parent
454a586a79
commit
bda8215447
23
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal 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.
|
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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.
|
29
.github/ISSUE_TEMPLATE_DRAFT/bug_report.md
vendored
29
.github/ISSUE_TEMPLATE_DRAFT/bug_report.md
vendored
|
@ -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.
|
Loading…
Reference in New Issue
Block a user