Skip to content

Commit

Permalink
Use issue forms (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Jul 22, 2024
1 parent 5f5b107 commit ade84ea
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 73 deletions.
78 changes: 78 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
name: Bug Report
description: Create a report to help us improve
title: "[Bug]: "
labels: ["bug"]

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Describe the bug
description: Describe the bug clearly
validations:
required: true

- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen
validations:
required: true

- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem
validations:
required: false

- type: textarea
id: computer-info
attributes:
label: Computer information
description: |
Examples:
- **OS edition**: [e.g. Windows 11 Home]
- **Extension version**: [e.g. 5.6.0]
- **VSCode version**: [e.g. 1.91.1]
value: |
- **OS edition**:
- **Extension version**:
- **VSCode version**:
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](../../CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's **Code of Conduct**
required: true
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/icon-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: Icon Request.
description: Ask for specific icons to be added
title: "[Icon Request]: <icon_name>"
labels: ["icon-request"]

body:
- type: checkboxes
id: icon-type
attributes:
label: Icon Type
options:
- label: Folder
- label: File
required: true

- type: textarea
id: folder-names
attributes:
label: Folder names
placeholder: |
- folder-name
- another-folder-name
- ...
validations:
required: false

- type: textarea
id: file-names
attributes:
label: File names
placeholder: |
- file-name
- another-file-name
- ...
validations:
required: false

- type: textarea
id: graphic-ideas
attributes:
label: Graphic ideas
description: A clear description of the icon you would like. If the icons are separate for folder and files, please create separate issues.
placeholder: Include a link to sample icons if possible
validations:
required: false

- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context about the icons here.
placeholder: I consider these icons necessary because ...
validations:
required: false

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](../../CODE_OF_CONDUCT.md).
options:
- label: I agree to follow this project's **Code of Conduct**
required: true
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/icon_request.md

This file was deleted.

0 comments on commit ade84ea

Please sign in to comment.