Skip to content

Commit aa6245b

Browse files
committed
New issue templates for Github Issues
1 parent 3019f0c commit aa6245b

File tree

7 files changed

+122
-0
lines changed

7 files changed

+122
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/ncat_bug.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Ncat bug report
3+
about: Report an issue with Ncat
4+
labels: Ncat
5+
assignees: ''
6+
---
7+
8+
**Describe the bug**
9+
A clear and concise description of what the bug is.
10+
11+
**To Reproduce**
12+
Steps to reproduce the behavior, including command-line options.
13+
14+
**Expected behavior**
15+
A clear and concise description of what you expected to happen. For issues related to EOF handling (socket disconnect), see [our document on EOF behavior in Ncat](https://secwiki.org/w/Ncat/EOF_behavior).
16+
17+
**Version info (please complete the following information):**
18+
- OS: [e.g. Linux 4.15, Windows 10 1909]
19+
- Output of `ncat --version`:
20+
21+
**Additional context**
22+
Add any other context about the problem here, such as software version of the service you are connecting Ncat to.

.github/ISSUE_TEMPLATE/nmap_bug.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Nmap bug report
3+
about: Report an issue with Nmap
4+
labels: Nmap
5+
assignees: ''
6+
---
7+
**NOTE: Npcap issues have moved to [the Npcap repository](https://github.com/nmap/npcap/issues/)**
8+
9+
**NOTE: Ncrack issues have moved to [the Ncrack repository](https://github.com/nmap/ncrack/issues/)**
10+
11+
**Describe the bug**
12+
A clear and concise description of what the bug is.
13+
14+
**To Reproduce**
15+
Steps to reproduce the behavior, including command-line options.
16+
17+
**Expected behavior**
18+
A clear and concise description of what you expected to happen.
19+
20+
**Version info (please complete the following information):**
21+
- OS: [e.g. Linux 4.15, Windows 10 1909]
22+
- Output of `nmap --version`:
23+
- Output of `nmap --iflist`
24+
25+
**Additional context**
26+
Add any other context about the problem here, such as special network type.
27+

.github/ISSUE_TEMPLATE/npcap_bug.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Npcap bug report
3+
about: Report an issue with Npcap
4+
labels: Npcap
5+
assignees: ''
6+
---
7+
**NOTE: Npcap issues have moved to [the Npcap repository](https://github.com/nmap/npcap/issues/)**. Please open your issue there instead.

.github/ISSUE_TEMPLATE/nping_bug.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Nping bug report
3+
about: Report an issue with Nping
4+
labels: Nping
5+
assignees: ''
6+
---
7+
8+
**Describe the bug**
9+
A clear and concise description of what the bug is.
10+
11+
**To Reproduce**
12+
Steps to reproduce the behavior, including command-line options.
13+
14+
**Expected behavior**
15+
A clear and concise description of what you expected to happen.
16+
17+
**Version info (please complete the following information):**
18+
- OS: [e.g. Linux 4.15, Windows 10 1909]
19+
- Output of `nping --version`:
20+
- Output of `nmap --version`:
21+
- Output of `nmap --iflist`:
22+
23+
**Additional context**
24+
Add any other context about the problem here, such as special network type.
25+

.github/ISSUE_TEMPLATE/other.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Other issue
3+
about: Report some other issue or request a feature
4+
labels: ''
5+
assignees: ''
6+
---
7+
**NOTE: Npcap issues have moved to [the Npcap repository](https://github.com/nmap/npcap/issues/)**
8+
9+
**NOTE: Ncrack issues have moved to [the Ncrack repository](https://github.com/nmap/ncrack/issues/)**
10+
11+
**Describe the current behavior**
12+
A clear and concise description of what the bug or current behavior is.
13+
14+
**Expected behavior**
15+
Describe what you would like to happen instead.
16+

.github/ISSUE_TEMPLATE/zenmap_bug.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Zenmap bug report
3+
about: Report an issue with Zenmap
4+
labels: Zenmap
5+
assignees: ''
6+
---
7+
8+
**Describe the bug**
9+
A clear and concise description of what the bug is.
10+
11+
**To Reproduce**
12+
Steps to reproduce the behavior, including window titles and command-line options.
13+
14+
**Expected behavior**
15+
A clear and concise description of what you expected to happen.
16+
17+
**Version info (please complete the following information):**
18+
- OS: [e.g. Linux 4.15, Windows 10 1909]
19+
- Zenmap version from `Help` -> `About`
20+
- Output of `nmap --version`:
21+
22+
**Additional context**
23+
Add any other context about the problem here, such as special network type.
24+

0 commit comments

Comments
 (0)