Skip to content

Commit

Permalink
chore: Use GitHub's issue templates (grapheneX#192)
Browse files Browse the repository at this point in the history
* update bug template

* update feature request and add spaces

* add config

* fix typo
  • Loading branch information
jxdv authored Mar 2, 2024
1 parent ca321b6 commit 9334267
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 50 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Bug Report
description: You have experienced an issue with gX
title: 'bug: '
labels: ["bug"]

body:
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

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

- type: textarea
id: log-msg
attributes:
label: Provide logs
description: Provide log messages / reproduction steps that will help us understand the situation.

- type: textarea
id: desktop-data
attributes:
label: Desktop information
description: Provide information about your OS and its environment (OS / Browser / gX version)
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Feature Request
description: You want a new feature for gX
title: 'feat: '
labels: ["enhancement", "feature"]

body:
- type: textarea
id: feature-description
attributes:
label: Describe the feature you want
description: A clear and concise description of the feature you want.
validations:
required: true

- type: textarea
id: related-problem
attributes:
label: Describe the problem your feature is related to
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

0 comments on commit 9334267

Please sign in to comment.