mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
chore: clean up issue templates (#1318)
This commit is contained in:
parent
810f0e3107
commit
a6069a3acc
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -4,32 +4,28 @@ about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug, needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug** A clear and concise description of what the bug is.
|
||||
**Describe the bug**
|
||||
|
||||
**To Reproduce** Steps to reproduce the behavior:
|
||||
**Steps to Reproduce**
|
||||
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
<!--
|
||||
Example
|
||||
1. Create a file with the contents ...
|
||||
2. Create a script with the contents ...
|
||||
3. Execute the command ...
|
||||
4. See error
|
||||
-->
|
||||
|
||||
**Expected behavior** A clear and concise description of what you expected to
|
||||
happen.
|
||||
**Expected behavior**
|
||||
|
||||
**Screenshots** If applicable, add screenshots to help explain your problem.
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
**Environment**
|
||||
|
||||
<!-- please complete the following information -->
|
||||
|
||||
- OS: [e.g. Ubuntu 20.04, MacOS 11]
|
||||
- Version
|
||||
|
||||
```
|
||||
deno 1.11.0 (release, x86_64-unknown-linux-gnu)
|
||||
v8 9.1.269.35
|
||||
typescript 4.3.2
|
||||
```
|
||||
|
||||
**Additional context** Add any other context about the problem here.
|
||||
- deno version:
|
||||
- std version:
|
||||
|
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -9,14 +9,14 @@ assignees: ''
|
||||
|
||||
<!-- NOTE: for larger scale feature requests like additions to the standard library, consider opening a new discussion under the "Proposals" category over here: https://github.com/denoland/deno_std/discussions/new?category=proposals -->
|
||||
|
||||
**Is your feature request related to a problem? Please describe.** A clear and
|
||||
concise description of what the problem is.
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
|
||||
**Describe the solution you'd like** A clear and concise description of what you
|
||||
want to happen.
|
||||
<!-- A clear and concise description of what the problem is. -->
|
||||
|
||||
**Describe alternatives you've considered** A clear and concise description of
|
||||
any alternative solutions or features you've considered.
|
||||
**Describe the solution you'd like**
|
||||
|
||||
**Additional context** Add any other context or screenshots about the feature
|
||||
request here.
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
|
||||
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||
|
Loading…
Reference in New Issue
Block a user