Skip to content

Commit

Permalink
Added Labels Dynamically,added comments explaining what each pattern …
Browse files Browse the repository at this point in the history
…detects,corrected typos,added place holder to guid users for a better experiece
  • Loading branch information
Zaidco committed Jan 21, 2025
1 parent 364f660 commit 98c5be9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ body:
- type: textarea
id: exceptedbhv
attributes:
label: "Excepted behavior"
label: "Expected behavior"
#Field ID excepted behaviouy should likely be expected bhv (for "Expected behavior")
description: "A clear and concise description of what you expected to happen."
validations:
required: true
Expand All @@ -43,3 +44,12 @@ body:
description: "Is there anything else we should know about this bug report?"
validations:
required: false
#Added placeholders to guide users
- type: textarea
id: context
attributes:
label: "Additional context"
description: "Is there anything else we should know about this bug report?"
placeholder: "E.g., recent changes in your setup, related logs, etc."
labels: ["bug", "triage-needed"] #added more labels

6 changes: 6 additions & 0 deletions spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,10 @@
<Match>
<Bug pattern="HARD_CODE_KEY" />
</Match>
<!-- Detects hardcoded encryption keys -->
<Match>
<Bug pattern="HARD_CODE_KEY" />
</Match>

</FindBugsFilter>

0 comments on commit 98c5be9

Please sign in to comment.