Merge pull request #1791 from crytic/fix/github-templates

fix misc. character, remove invalid fields
pull/1763/merge
alpharush 2 years ago committed by GitHub
commit 0ec4874606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/DISCUSSION_TEMPLATE/trouble_with_installation.yml
  2. 2
      .github/ISSUE_TEMPLATE/false_negative.yml

@ -48,8 +48,6 @@ body:
label: "Output of running `slither-doctor .`:"
id: logs
type: textarea
description: "Get help troubleshooting slither installation"
labels:
- installation-help
name: "Trouble with Installing Slither"
title: "[Installation-Help]: "

@ -57,5 +57,5 @@ body:
description: "Slither missed a bug it should find."
labels:
- false-negative
name: False Negative"
name: False Negative
title: "[False Negative]: "

Loading…
Cancel
Save