misc changes

dev
sandeep 2021-10-19 19:45:10 +05:30
parent 28f068f505
commit f498f165c2
4 changed files with 11 additions and 23 deletions

View File

@ -1,4 +1,4 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: Ask an question / advise on using nuclei
url: https://github.com/projectdiscovery/nuclei/discussions/categories/q-a

View File

@ -7,13 +7,13 @@ assignees: ''
---
<!-- Please ensure all the information are available to start working on the feature -->
<!-- If you are unsure about feature or it's just an Idea, please use raise the discussion at https://github.com/projectdiscovery/nuclei/discussions/categories/ideas instead -->
<!-- or Join our discord server at https://discord.gg/projectdiscovery and discuss the idea in #nuclei channel -->
<!-- Please make sure to provide a detailed description with all the relevant information that might be required to start working on this feature. -->
<!-- In case you are not sure about your request or whether the particular feature is already supported or not, please start a discussion at https://github.com/projectdiscovery/nuclei/discussions/categories/ideas instead -->
<!-- or Join our discord server at https://discord.gg/projectdiscovery and discuss the idea on the #nuclei channel. -->
**Please describe your feature request**
<!-- A clear and concise description of feature to implement -->
**Describe the use case of this feature**
<!-- A clear and concise description of how the requested feature is useful and where it can be used? -->
<!-- A clear and concise description of the feature request's motivation and the use-cases in which it could be useful. -->

View File

@ -6,24 +6,22 @@ labels: 'Type: Bug'
---
<!-- Please make sure you are posting an issue pertaining to the Nuclei engine -->
<!-- Please do not submit support requests or "How to" questions here. Instead, please use GitHub Discussion: https://github.com/projectdiscovery/nuclei/discussions -->
<!-- or Join our discord server at https://discord.gg/projectdiscovery and post the question in #nuclei channel -->
<!-- For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/nuclei/discussions -->
<!-- or Join our discord server at https://discord.gg/projectdiscovery and post the question on the #nuclei channel -->
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
**Nuclei version:**
<!-- You can find current version of nuclei with "nuclei -version" -->
<!-- Make sure you are running latest version of nuclei to ensure you are not reporting an issue for the outdated version of the project -->
<!-- We only accept issues that are reproducible on the latest version of nuclei. -->
<!-- You can find the latest version of project at https://github.com/projectdiscovery/nuclei/releases/ -->
**Current behavior:**
<!-- Describe how the bug manifests. -->
**Expected behavior:**
<!-- Describe what the behavior would be without the bug. -->
**Steps to reproduce:**
<!-- Please explain the steps required to replicate the issue inclduing example command to run -->
<!-- Please explain the steps required to replicate the issue, including the command line arguments used. -->
**Other information:**

View File

@ -1,23 +1,13 @@
## Proposed changes
<!-- Describe the overall picture of your modifications to help maintainers to understand the pull request. Make sure to link to the issue if it fixes a problem or solves a feature request. -->
<!-- Describe the overall picture of your modifications to help maintainers understand the pull request. PRs are required to be associated to their related issue tickets or feature request. -->
## Types of changes
What types of changes does your code introduce in Nuclei?
<!-- Put an "x" in the boxes that apply -->
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation Update (if none of the other choices apply)
## Checklist
<!-- Put an "x" in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code. -->
- [ ] Pull request is created against the [dev](https://github.com/projectdiscovery/nuclei/tree/dev) branch
- [ ] Lint and unit tests are passing with my changes
- [ ] All checks passed (lint, unit/integration/regression tests etc.) with my changes
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added necessary documentation (if appropriate)