Skip to content

Commit 8e0f2d8

Browse files
author
Pedro Ribeiro
authoredJun 25, 2020
Merge pull request #19 from rapid7/master
asasas
2 parents b595c97 + 329f46d commit 8e0f2d8

File tree

148 files changed

+3574
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+3574
-406
lines changed
 

‎.github/ISSUE_TEMPLATE.md ‎.github/ISSUE_TEMPLATE/bug_report.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
---
2+
name: Bug Report 🐞
3+
about: Something isn't working as expected? Here is the right place to report.
4+
labels: "bug"
5+
---
6+
7+
<!--
8+
Please fill out each section below, otherwise, your issue will be closed. This info allows Metasploit maintainers to diagnose (and fix!) your issue as quickly as possible.
9+
10+
Useful Links:
11+
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
12+
- Reporting a Bug: https://github.com/rapid7/metasploit-framework/wiki/Reporting-a-Bug
13+
14+
Before opening a new issue, please search existing issues: https://github.com/rapid7/metasploit-framework/issues
15+
-->
16+
117
## Steps to reproduce
218

319
How'd you do it?
@@ -9,6 +25,10 @@ This section should also tell us any relevant information about the
925
environment; for example, if an exploit that used to work is failing,
1026
tell us the victim operating system and service versions.
1127

28+
## Were you following a specific guide/tutorial or reading documentation?
29+
30+
If yes link the guide/tutorial or documentation you were following here, otherwise you may omit this section.
31+
1232
## Expected behavior
1333

1434
What should happen?
@@ -38,4 +58,3 @@ Get this with the `version` command in msfconsole (or `git log -1 --pretty=oneli
3858

3959
What OS are you running Metasploit on?
4060

41-

‎.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Termux Issues?
4+
url: https://github.com/rapid7/metasploit-framework/issues/11023
5+
about: Termux is not officially supported, check here for more info

0 commit comments

Comments
 (0)
Please sign in to comment.