Skip to content

Commit

Permalink
'issue-template'
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh <[email protected]>
  • Loading branch information
Dinesh101041 committed Apr 15, 2021
1 parent 8b4ba38 commit 87ac42e
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 10 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: '🐛 Bug '
about: Report a Bug
title: ''
labels: bug
assignees: ''

---

## Instructions To Reproduce the 🐛 Bug:

1.Describe the bug <br>
* A clear and concise description of what the bug is.
* Check the Develop Console tab and copy any error text there might be: https://scancode-workbench.readthedocs.io/en/develop/basics/check_for_errors_in_the_developer_tools.html

2.Steps to reproduce the behavior<br>
* Go to '...'<br>
* Click on '....'<br>
* Scroll down to '....'<br>
* See error

3.Expected behavior<br>
* A clear and concise description of what you expected to happen.

4.Actual behavior<br>
* A clear and concise description of what actually happened.

5.Screenshots<br>
* Add screenshots to help explain your problem, if applicable.

6.OS and Vesrion <br>
* What OS are you running on? (Windows/MacOS/Linux)
* What version of scancode-workbench are you running on?
* What version of scancode-toolkit was used to generate the scan file?

7.Additional context<br>
* Add any other context about the problem here.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/Documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Documentation
about: Report a documentation issue
title: ''
labels: documentation
assignees: ''
---
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_Request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: '🚀 Feature request'
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---


---

## 🚀 Feature
* A clear and concise description of the feature proposal.

## Motivation & Examples

* Tell us why the feature is useful.

* Describe what the feature would look like, if it is implemented.<br>
* Best demonstrated using **code examples** in addition to words.
10 changes: 0 additions & 10 deletions ISSUE_TEMPLATE.md

This file was deleted.

0 comments on commit 87ac42e

Please sign in to comment.