Skip to content

Commit 98c5be9

Browse files
committed
Added Labels Dynamically,added comments explaining what each pattern detects,corrected typos,added place holder to guid users for a better experiece
1 parent 364f660 commit 98c5be9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ body:
2525
- type: textarea
2626
id: exceptedbhv
2727
attributes:
28-
label: "Excepted behavior"
28+
label: "Expected behavior"
29+
#Field ID excepted behaviouy should likely be expected bhv (for "Expected behavior")
2930
description: "A clear and concise description of what you expected to happen."
3031
validations:
3132
required: true
@@ -43,3 +44,12 @@ body:
4344
description: "Is there anything else we should know about this bug report?"
4445
validations:
4546
required: false
47+
#Added placeholders to guide users
48+
- type: textarea
49+
id: context
50+
attributes:
51+
label: "Additional context"
52+
description: "Is there anything else we should know about this bug report?"
53+
placeholder: "E.g., recent changes in your setup, related logs, etc."
54+
labels: ["bug", "triage-needed"] #added more labels
55+

spotbugs-exclude.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,10 @@
205205
<Match>
206206
<Bug pattern="HARD_CODE_KEY" />
207207
</Match>
208+
<!-- Detects hardcoded encryption keys -->
209+
<Match>
210+
<Bug pattern="HARD_CODE_KEY" />
211+
</Match>
212+
208213
</FindBugsFilter>
214+

0 commit comments

Comments
 (0)