[Chore] Add consideration to templates (#1180)

* add consideration to templates

* use emoji for better visibility

* fix: always run CodeQL

---------

Co-authored-by: Alain Nicolas <alain.nicolas@consensys.net>
This commit is contained in:
The Dark Jester
2025-06-20 11:45:48 +02:00
committed by GitHub
parent 0c1649788e
commit d102593c0a
4 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ labels: Bug
assignees: ''
---
🔐 🔐 `Should this be a security advisory instead?` 🔐 🔐
_Remenber not to put too much unhelpful information or too little important information, be specific._
## Impact

View File

@@ -6,6 +6,8 @@ assignees: ''
---
🔐 🔐 `Should this be a security advisory instead?` 🔐 🔐
## Description
Write a clear and concise description of what you want to happen. Add any considered drawbacks.

View File

@@ -7,6 +7,8 @@ assignees: ''
---
🔐 🔐 `Should this be a security advisory instead?` 🔐 🔐
## Problem Statement
- Contains some manner of action item.
- Contains the service the action pertains to

View File

@@ -150,7 +150,6 @@ jobs:
code-analysis:
needs: [ filter-commit-changes ]
if: ${{ always() && needs.filter-commit-changes.outputs.has-changes-requiring-build == 'true' }}
uses: ./.github/workflows/codeql.yml
testing: