mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 03:43:56 -05:00
[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:
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -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
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user