forked from htr-tech/zphisher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!* |