mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-27 10:54:14 +01:00
Added headings and version in feature/bug reports
This commit is contained in:
parent
5f18ed48c6
commit
4116f94814
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
30
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,29 +1,41 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
title: ""
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
_If you are pasting terminal output or code snippets, place them in a code block (three backticks) in accordance with Markdown formatting for easier reading_
|
||||
<!-- If you are pasting terminal output or code snippets, place them in a
|
||||
code block (three backticks) in accordance with Markdown formatting for
|
||||
easier reading -->
|
||||
|
||||
**Describe the bug**
|
||||
## Bug Description
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Describe the target system**
|
||||
Provide as much detail about the target host as possible. If this is a TryHackMe or Hack The Box or similar machine, please provide the machine name and/or link as well.
|
||||
## pwncat version
|
||||
Provide the output of `pwncat --version` or a commit hash if working from
|
||||
a development branch.
|
||||
|
||||
**To Reproduce**
|
||||
```
|
||||
$ pwncat --version
|
||||
0.4.2
|
||||
```
|
||||
|
||||
## Target System (aka "victim")
|
||||
Provide as much detail about the target host as possible. If this is a TryHackMe
|
||||
or Hack The Box or similar machine, please provide the machine name and/or link
|
||||
as well.
|
||||
|
||||
## Steps to Reproduce
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
## Expected Behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
## Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
9
.github/ISSUE_TEMPLATE/feature_request.md
vendored
9
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -4,17 +4,16 @@ about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
## Is the feature related to a problem? Please describe.
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
## Feature Description
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
## Alternatives
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
## Additional Context
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
Loading…
Reference in New Issue
Block a user