Skip to content

Commit

Permalink
Add separate GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
htr-tech committed Apr 3, 2022
1 parent 4e76a4f commit 6da46d0
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: 🐞 Bug Report
description: Submit a report to help us improve
title: "[Bug]: "
labels: ["bug"]

body:
- type: markdown
attributes:
value: |
***Thanks for taking the time to fill out this report!***
- type: dropdown
id: environment
attributes:
label: Which environment you are using ?
multiple: false
options:
- Linux / Desktop
- Termux / Android
- Windows (lol)

- type: textarea
id: description
attributes:
label: Describe the bug
description: |
*A summary of the issue. Attach screenshots if needed.*
validations:
required: true

- type: textarea
id: logs
attributes:
render: shell
label: Provide log output [Optional]
description: |
*Copy & paste the log output.*
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/02-broken-page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 💔 Broken Page
description: Report broken pages
title: "[Broken Page]: "
labels: ["broken"]

body:
- type: markdown
attributes:
value: |
***If you can fix it, consider creating a PR. That would be appreciated.***
- type: textarea
id: description
attributes:
label: Which Page is broken ?
description: Name of the phishing page which is broken. Attach screenshot if possible.
validations:
required: true
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/03-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: 🚀 Feature Request
description: Suggest an idea for improving zphisher
title: "[Feature Request]: "
labels: ["enhancement"]

body:
- type: textarea
id: description
attributes:
label: Is your proposal related to a problem?
description: Provide a clear and concise description of what the problem is.

- type: textarea
id: solution
attributes:
label: "Describe the solution you'd like"
description: Provide a clear and concise description of what you want to happen.

- type: textarea
id: context
attributes:
label: "Additional context"
description: |
Is there anything else you can add about the proposal?
*You might want to link to related issues here, if you haven't already.*
- type: markdown
attributes:
value: |
***If you can implement the code, consider creating a pull request.*** *Thanks for taking the time to fill out this report!*

0 comments on commit 6da46d0

Please sign in to comment.