Updated PR template
This commit is contained in:
30
.github/PULL_REQUEST_TEMPLATE.md
vendored
30
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,26 +1,20 @@
|
|||||||
|
# Pull Request
|
||||||
|
|
||||||
Thanks for submitting a PR! Please fill in this template where appropriate:
|
Thanks for submitting a PR! Please fill in this template where appropriate:
|
||||||
|
|
||||||
## Category
|
## Category
|
||||||
|
*e.g. Bug, Module, Extension, Core Functionality, Documentation, Tests*
|
||||||
(Bug / module / extension / core functionality / documentation / tests)
|
|
||||||
|
|
||||||
## Feature/Issue Description
|
## Feature/Issue Description
|
||||||
|
**Q:** Please give a brief summary of your feature/fix
|
||||||
|
**A:**
|
||||||
|
|
||||||
This Module is added to ...
|
**Q:** Give a technical rundown of what you have changed (if applicable)
|
||||||
This Extension is used by doing ...
|
**A:**
|
||||||
This Bug can be reproduced by ...
|
|
||||||
The Documentation describes ...
|
|
||||||
This Test covers ...
|
|
||||||
|
|
||||||
|
## Test Cases
|
||||||
|
**Q:** Describe your test cases, what you have covered and if there are any use cases that still need addressing.
|
||||||
|
**A:**
|
||||||
|
|
||||||
## Describe what changes
|
## Wiki Page
|
||||||
Describe how the change affects BeEF's usability ...
|
*If you are adding a new feature that is not easily understood without context, please draft a section to be added to the Wiki below.*
|
||||||
Describe how to replicate the issue/bug that this is fixing ...
|
|
||||||
Describe what this improves
|
|
||||||
|
|
||||||
## Test cases
|
|
||||||
Describe what the goal of the test is, what it covers and if there are any use cases that still need to be covered.
|
|
||||||
spec/beef/extensions/example_extension.rb
|
|
||||||
|
|
||||||
## Relevant wiki page
|
|
||||||
If it is not easily understandable without little pre-knowledge or context, there should be a section in the Wiki somewhere explaining it.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user