Skip to content

Commit 6da46d0

Browse files
committed
Add separate GitHub issue templates
1 parent 4e76a4f commit 6da46d0

File tree

3 files changed

+85
-0
lines changed

3 files changed

+85
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: 🐞 Bug Report
2+
description: Submit a report to help us improve
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
***Thanks for taking the time to fill out this report!***
11+
12+
- type: dropdown
13+
id: environment
14+
attributes:
15+
label: Which environment you are using ?
16+
multiple: false
17+
options:
18+
- Linux / Desktop
19+
- Termux / Android
20+
- Windows (lol)
21+
22+
- type: textarea
23+
id: description
24+
attributes:
25+
label: Describe the bug
26+
description: |
27+
*A summary of the issue. Attach screenshots if needed.*
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: logs
33+
attributes:
34+
render: shell
35+
label: Provide log output [Optional]
36+
description: |
37+
*Copy & paste the log output.*
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 💔 Broken Page
2+
description: Report broken pages
3+
title: "[Broken Page]: "
4+
labels: ["broken"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
***If you can fix it, consider creating a PR. That would be appreciated.***
11+
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Which Page is broken ?
16+
description: Name of the phishing page which is broken. Attach screenshot if possible.
17+
validations:
18+
required: true
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: 🚀 Feature Request
2+
description: Suggest an idea for improving zphisher
3+
title: "[Feature Request]: "
4+
labels: ["enhancement"]
5+
6+
body:
7+
- type: textarea
8+
id: description
9+
attributes:
10+
label: Is your proposal related to a problem?
11+
description: Provide a clear and concise description of what the problem is.
12+
13+
- type: textarea
14+
id: solution
15+
attributes:
16+
label: "Describe the solution you'd like"
17+
description: Provide a clear and concise description of what you want to happen.
18+
19+
- type: textarea
20+
id: context
21+
attributes:
22+
label: "Additional context"
23+
description: |
24+
Is there anything else you can add about the proposal?
25+
*You might want to link to related issues here, if you haven't already.*
26+
27+
- type: markdown
28+
attributes:
29+
value: |
30+
***If you can implement the code, consider creating a pull request.*** *Thanks for taking the time to fill out this report!*

0 commit comments

Comments
 (0)