Skip to content

Commit

Permalink
Merge pull request #967 from hashtopolis/issue/template-fix
Browse files Browse the repository at this point in the history
[BUG] fixed all issue templates to changes of github
  • Loading branch information
zyronix committed Aug 28, 2023
2 parents c970231 + 70a4b5e commit c4cdfb4
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 91 deletions.
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/BUG.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Bug Report
description: File a bug report
title: "[BUG]: "
labels: ["bug"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Before you submit a bug report please make sure that the same bug was not reported previously.
Further, make sure to include as much information as possible to help identifying it.
- type: input
id: version
attributes:
label: Version Information
description: Which version(s) of the backend, frontend and ui (depending on the bug) are you using.
validations:
required: true
- type: input
id: hashcat
attributes:
label: Hashcat
description: If applicable, which version of Hashcat were you running?
validations:
required: false
- type: textarea
id: description
attributes:
label: Description
description: Describe your issue in as much detail as possible, this may include the exact task command you are trying to run, debug output from the client by running "hashtopolis.exe -d" or with debug flag set on the python client and steps to reproduce.
value: "<<It's broke>> is not a description."
validations:
required: true
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/ENHANCEMENT.md

This file was deleted.

20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/ENHANCEMENT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Enhancement
description: Enhancement of a feature or functionality
title: "[ENHANCEMENT]: "
labels: ["enhancement"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Please try to describe the desired enhancement as exactly as possible.
- type: textarea
id: description
attributes:
label: Description
description: "Describe your enhancement proposal as detailed as possible, providing examples helps to understand the desired behavior."
value: "Enhancement Description"
validations:
required: true

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/EPIC.md

This file was deleted.

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/EPIC.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Epic
description: Feature issue for large additions/changes. Should only be used by Collaborators.
title: "[EPIC]: "
labels: ["epic"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Please try to describe the desired new addition in detail, i.e. by providing example behaviour, needed actions, handling etc.
- type: textarea
id: description
attributes:
label: Description
description: "Describe your EPIC feature here."
value: "make sure you only propose epic features"
validations:
required: true
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/FEATURE.md

This file was deleted.

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Feature
description: Request a new feature or functionality
title: "[FEATURE]: "
labels: ["feature"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Please try to describe the desired new functionality in detail, i.e. by providing example behaviour, needed actions, handling etc.
- type: textarea
id: description
attributes:
label: Description
description: "Describe desired functionality here."
value: "make sure that no feature request exists with the same request already"
validations:
required: true

0 comments on commit c4cdfb4

Please sign in to comment.