diff --git a/.github/ISSUE_TEMPLATE/--feature-request.md b/.github/ISSUE_TEMPLATE/--feature-request.md index 5663c1c3b80..4a3c256d12c 100644 --- a/.github/ISSUE_TEMPLATE/--feature-request.md +++ b/.github/ISSUE_TEMPLATE/--feature-request.md @@ -4,10 +4,9 @@ about: Suggest an idea for this project title: '' labels: new feature assignees: '' - --- - + - new feature ## Select Category + -- [ ] Enhancement -- [ ] Add License/Copyright -- [ ] Scan Feature -- [ ] Packaging -- [ ] Documentation -- [ ] Expand Support -- [ ] Other +- [ ] Enhancement +- [ ] Add License/Copyright +- [ ] Scan Feature +- [ ] Packaging +- [ ] Documentation +- [ ] Expand Support +- [ ] Other ## **Describe the Update** - + ## **How This Feature will help you/your organization** - ## **Possible Solution/Implementation Details** - + ## **Example/Links if Any** + ## **Can you help with this Feature** + + diff --git a/.github/ISSUE_TEMPLATE/--lic-det-bug-report.md b/.github/ISSUE_TEMPLATE/--lic-det-bug-report.md index 88627d82f30..a4edebb2db7 100644 --- a/.github/ISSUE_TEMPLATE/--lic-det-bug-report.md +++ b/.github/ISSUE_TEMPLATE/--lic-det-bug-report.md @@ -4,9 +4,7 @@ about: Create a Report for a License Detection Bug title: '' labels: 'bug', 'license scan', 'new and improved data' assignees: '' - --- - + + Fixes #0000 @@ -15,10 +17,11 @@ Make sure these boxes are checked before your pull request (PR) is ready to be r * [ ] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/blob/develop/CONTRIBUTING.rst) * [ ] PR is descriptively titled 📑 and links the original issue above 🔗 * [ ] Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR - Run [tests](https://scancode-toolkit.readthedocs.io/en/latest/contribute/contrib_dev.html#running-tests) locally to check for errors. + Run [tests](https://scancode-toolkit.readthedocs.io/en/latest/contribute/contrib_dev.html#running-tests) locally to check for errors. * [ ] Commits are in uniquely-named feature branch and has no merge conflicts 📁 * [ ] Updated documentation pages (if applicable) * [ ] Updated CHANGELOG.rst (if applicable) +