Skip to content

Commit 6ebab58

Browse files
Add minor fixes to Issue Templates
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 95a558f commit 6ebab58

File tree

3 files changed

+8
-18
lines changed

3 files changed

+8
-18
lines changed

.github/ISSUE_TEMPLATE/--bug-report.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ Markdown Styling - https://commonmark.org/help/
2424
2525
<!-- Exact Commands -->
2626

27-
### Select Category
28-
<!-- Which of this label correctly describe your Bug Report -->
29-
30-
- Installation Fails []
31-
- Scan Fails []
32-
- License/Copyright not Detected []
33-
- Output Fails []
34-
- Documentation Bug []
35-
- Other []
36-
3727
### System configuration
3828

3929
> For bug reports, it really helps us to know:

.github/ISSUE_TEMPLATE/--first-timers-only.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "First Timers Only issue"
3-
about: Open a First Timers Only issue for someone
3+
about: Issue based guide for new OSS contributors to solve a very easy Issue
44
title: ''
55
labels: 'first timers only'
66
assignees: ''
@@ -20,8 +20,8 @@ docs.
2020

2121
### A first-timer's Issue
2222

23-
Hi, this is a [first-timers-only issue](https://github.com/nexB/scancode-toolkit/labels/%20first%20timers%20only).
24-
This means we've worked to make it more legible to folks who either **haven't contributed to our codebase before,
23+
A [first-timers-only issue](https://github.com/nexB/scancode-toolkit/labels/%20first%20timers%20only)
24+
means we've worked to make it more legible to folks who either **haven't contributed to our codebase before,
2525
or even folks who haven't contributed to open source before**.
2626

2727
If that's you, we're interested in helping you take the first step and can answer questions and

.github/ISSUE_TEMPLATE/--good-first-issue.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
name: "Good First Issue"
3-
about: An easy Issue for contributors new to Scancode Toolkit
2+
name: "Solving a Good First Issue"
3+
about: Issue based guide for new contributors to solve a "Good First Issue"
44
title: ''
5-
labels: 'first issue solving'
5+
labels: 'solving good first issue'
66
assignees: ''
77

88
---
99

1010
<!-- Don't edit the text. -->
1111

12-
Hi, this is a [good first issue](https://github.com/nexB/scancode-toolkit/labels/good%20first%20issue).
13-
This means it's recommended for people who **haven't contributed to our codebase before**.
12+
A [good first issue](https://github.com/nexB/scancode-toolkit/labels/good%20first%20issue)
13+
means it's recommended for people who **haven't contributed to our codebase before**.
1414
If you've solved a good first issue and want to help with more, you are welocome too!
1515

1616
If that's you, we're interested in helping you take the first step and can answer questions and

0 commit comments

Comments
 (0)