Skip to content

Commit

Permalink
chore: comment out instructions in issue/pr templates (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed May 19, 2021
1 parent a1ef92a commit 1a22172
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
24 changes: 13 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,46 +1,48 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

title: ""
labels: "bug"
assignees: ""
---

**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**

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:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error


**Expected behavior**

Tell us what should have happened
<!-- Tell us what should have happened -->

**Actual behavior**

Tell us what happened instead
<!-- Tell us what happened instead -->

### Environment

<!-- Copy the output of `asdf info` here -->

```shell

```

**asdf plugins affected (if relevant)**:

**Screenshots**
If applicable, add screenshots to help explain your problem.

<!-- If applicable, add screenshots to help explain your problem. -->

**Additional context**
Add any other context about the problem here.

<!-- Add any other context about the problem here. -->
22 changes: 13 additions & 9 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,23 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

title: ""
labels: "enhancement"
assignees: ""
---

**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**
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 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**
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**
Add any other context or screenshots about the feature request here.

<!-- Add any other context or screenshots about the feature request here. -->
7 changes: 2 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,12 +1,9 @@
# 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

## Other Information

If there is anything else that is relevant to your pull request include that
information here.

Thank you for contributing to asdf!
<!-- If there is anything else that is relevant to your pull request include that information here. Thank you for contributing to asdf! -->

0 comments on commit 1a22172

Please sign in to comment.