mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-12 04:31:04 +00:00
Added questions template and more
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: 'Bug report'
|
||||||
about: Create a bug report to improve SecLists
|
about: 'Create a bug report to improve SecLists'
|
||||||
title: ''
|
title: '[Bug report]: TITLE'
|
||||||
labels: ''
|
labels: 'bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -10,20 +10,20 @@ assignees: ''
|
|||||||
<!--- Hello! Thank you for taking the time to fill out the bug report. Please do note that the bug report form is for broken/incorrect wordlists and not for requesting wordlists to be added/modified. If you want to submit suggestions, you should submit it in the feature request form. -->
|
<!--- Hello! Thank you for taking the time to fill out the bug report. Please do note that the bug report form is for broken/incorrect wordlists and not for requesting wordlists to be added/modified. If you want to submit suggestions, you should submit it in the feature request form. -->
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
<!--- A clear and concise description of what the bug is(Missing entry in file, wonky script behavior, etc) -->
|
<!--- A clear and concise description of what the bug is. (Missing entry in file, wonky script behavior, etc) -->
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
<!--- This section only applies if you are reporting a broken a script. If you are not, delete this section -->
|
<!--- This section only applies if you are reporting a broken a script. If it does not, delete this section. -->
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
<!--- This section is the same as above -->
|
<!--- This section is the same as above. -->
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
<!--- If applicable, add screenshots to help explain your problem. -->
|
<!--- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
<!--- Add any other context about the problem here that will help us solve the issue
|
<!--- Add any other context about the problem here that will help us solve the issue.
|
||||||
If you have any sources please add them here -->
|
If you have any sources please add them here. -->
|
||||||
|
|
||||||
**Checklist**
|
**Checklist**
|
||||||
<!-- Tick if applicable -->
|
<!-- Tick if applicable -->
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest a feature/wordlist to be added to SecLists
|
about: 'Suggest a feature/wordlist to be added to SecLists'
|
||||||
title: ''
|
title: '[Feature request]: TITLE'
|
||||||
labels: ''
|
labels: 'proposal'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -13,10 +13,10 @@ assignees: ''
|
|||||||
<!--- A clear and concise description of what should be added to the repository. -->
|
<!--- A clear and concise description of what should be added to the repository. -->
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
<!--- Add any other context about the problem/missing feature here that will help us fix the problem or add the missing features
|
<!--- Add any other context about the problem/missing feature here that will help us fix the problem or add the missing features.
|
||||||
If you have any sources please add them here -->
|
If you have any sources please add them here. -->
|
||||||
|
|
||||||
**Checklist**
|
**Checklist**
|
||||||
<!-- Tick if applicable -->
|
<!-- Tick if applicable. -->
|
||||||
|
|
||||||
- [ ] I intend to refer to this issue in a pull request that I wil open later.
|
- [ ] I intend to refer to this issue in a pull request that I wil open later.
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Pull request
|
name: 'Pull request'
|
||||||
about: Create a pull request to improve SecLists
|
about: 'Create a pull request to improve SecLists'
|
||||||
title: ''
|
title: '[Pull request]: TITLE'
|
||||||
labels: ''
|
labels: 'enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -12,6 +12,12 @@ assignees: ''
|
|||||||
**Describe the added commits**
|
**Describe the added commits**
|
||||||
<!--- A clear and concise description of what is being added to the repository. -->
|
<!--- A clear and concise description of what is being added to the repository. -->
|
||||||
|
|
||||||
|
**Purpose of pull request**
|
||||||
|
<!--- Tell us what made you decide to open a pull request. --->
|
||||||
|
|
||||||
|
**Source**
|
||||||
|
<!--- Put/link the source here. -->
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
<!--- Add any other context about the problem/missing feature that you are fixing/solving here
|
<!--- Add any other context about the problem/missing feature that you are fixing/solving here.
|
||||||
Tag the issue here if applicable-->
|
Tag the issue here if applicable. -->
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
name: 'Question'
|
||||||
|
about: 'Ask a question about the project'
|
||||||
|
title: '[Question]: TITLE'
|
||||||
|
labels: 'question'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--- Hello! Thank you for taking the time to ask a question. Please make sure that the question you are asking has not been asked before. -->
|
||||||
|
|
||||||
|
**Describe the question/problem**
|
||||||
|
<!--- Ask anything here. -->
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
<!--- If you have any additional details that you want to add here to clarify the question add them here! -->
|
||||||
|
|
||||||
Reference in New Issue
Block a user