chore: comment out instructions in issue/pr templates (#944)

This commit is contained in:
James Hegedus 2021-05-19 18:46:39 +10:00 committed by GitHub
parent a1ef92adb0
commit 1a22172d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 25 deletions

View File

@ -1,38 +1,38 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ""
labels: '' labels: "bug"
assignees: '' assignees: ""
--- ---
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. <!-- A clear and concise description of what the bug is. -->
**To Reproduce** **To Reproduce**
Tell us what actions you performed before the issue occurred <!-- Tell us what actions you performed before the issue occurred -->
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 4. See error
**Expected behavior** **Expected behavior**
Tell us what should have happened <!-- Tell us what should have happened -->
**Actual behavior** **Actual behavior**
Tell us what happened instead <!-- Tell us what happened instead -->
### Environment ### Environment
<!-- Copy the output of `asdf info` here --> <!-- Copy the output of `asdf info` here -->
```shell ```shell
``` ```
@ -40,7 +40,9 @@ Tell us what happened instead
**asdf plugins affected (if relevant)**: **asdf plugins affected (if relevant)**:
**Screenshots** **Screenshots**
If applicable, add screenshots to help explain your problem.
<!-- If applicable, add screenshots to help explain your problem. -->
**Additional context** **Additional context**
Add any other context about the problem here.
<!-- Add any other context about the problem here. -->

View File

@ -1,23 +1,27 @@
--- ---
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ""
labels: '' labels: "enhancement"
assignees: '' assignees: ""
--- ---
**Is your feature request related to a problem? Please describe.** **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
**Describe the solution you'd like** **Describe the solution you'd like**
A clear and concise description of what you want to happen.
<!-- A clear and concise description of what you want to happen. -->
**Describe similar asdf features and why they are not sufficient** **Describe similar asdf features and why they are not sufficient**
Describe asdf features you tried to use to accomplish what you wanted. Explain why they are insufficient for the task you were trying to accomplish.
<!-- Describe asdf features you tried to use to accomplish what you wanted. Explain why they are insufficient for the task you were trying to accomplish. -->
**Describe workarounds you've considered** **Describe workarounds you've considered**
A clear and concise description of any alternative solutions or features you've considered.
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Additional context** **Additional context**
Add any other context or screenshots about the feature request here.
<!-- Add any other context or screenshots about the feature request here. -->

View File

@ -1,12 +1,9 @@
# Summary # Summary
Provide a general description of the code changes in your pull request. <!-- Provide a general description of the code changes in your pull request. -->
Fixes: List issue numbers here Fixes: List issue numbers here
## Other Information ## Other Information
If there is anything else that is relevant to your pull request include that <!-- If there is anything else that is relevant to your pull request include that information here. Thank you for contributing to asdf! -->
information here.
Thank you for contributing to asdf!