Skip to content

Commit

Permalink
Merge pull request benawad#2747 from amitojsingh366/patch-58
Browse files Browse the repository at this point in the history
refactor: make issue templates look better
  • Loading branch information
overlisting authored May 13, 2021
2 parents 01328f5 + 1f70387 commit e321a9a
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 49 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Bug Report
description: Create a report to help us improve
labels: 'bug'
body:

- type: markdown
attributes:
value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible.
- type: markdown
attributes:
value: 'Please first verify that your issue doesn't already exist'
- type: textarea
attributes:
label: Describe the bug
description: 'A clear and concise description of what the bug is.'
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: 'Steps to reproduce the behavior:'
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: 'A clear and concise description of what you expected to happen.'
validations:
required: true
- type: input
attributes:
label: Screenshots
description: 'If applicable, add screenshots to help explain your problem.'
validations:
required: true
- type: input
attributes:
label: What device are you on?
description: 'Details about your device such as the OS, the browser, etc.'
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: true
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/2.feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Feature request
description: Suggest an idea for this project
labels: 'enhancement'
body:

- type: markdown
attributes:
value: Thanks for taking the time to file a feature request! Please fill out this form as completely as possible.
- type: markdown
attributes:
value: 'Please first verify that your feature request doesn't already exist'
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: 'A clear and concise description of what the problem is. Ex. I'm always frustrated when'
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: 'A clear and concise description of what you want to happen.'
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: 'A clear and concise description of any alternative solutions or features you've considered.'
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: 'Add any other context or screenshots about the feature request here.'
validations:
required: true
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: Ask a question
url: https://github.com/benawad/dogehouse/discussions
about: Ask questions and discuss with other community members
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit e321a9a

Please sign in to comment.