1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00

Added headings and version in feature/bug reports

This commit is contained in:
Caleb Stewart 2021-06-16 18:15:44 -04:00
parent 5f18ed48c6
commit 4116f94814
2 changed files with 25 additions and 14 deletions

View File

@ -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.

View File

@ -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.