From 28f068f505799dc43b93e6d0c4a1cbd2de242e80 Mon Sep 17 00:00:00 2001 From: sandeep Date: Tue, 19 Oct 2021 19:23:05 +0530 Subject: [PATCH] misc update --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cd774eeb..a04337c1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,16 +8,16 @@ What types of changes does your code introduce in Nuclei? -- [] 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) +- [ ] 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 -- [] Pull request is created against the [dev](https://github.com/projectdiscovery/nuclei/tree/dev) branch -- [] Lint and unit tests are passing 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) \ No newline at end of file +- [ ] Pull request is created against the [dev](https://github.com/projectdiscovery/nuclei/tree/dev) branch +- [ ] Lint and unit tests are passing 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) \ No newline at end of file