mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
modify bug.md
This commit is contained in:
parent
4599ea620a
commit
c4b72607d8
10
.github/ISSUE_TEMPLATE/bug.md
vendored
10
.github/ISSUE_TEMPLATE/bug.md
vendored
@ -13,13 +13,19 @@ Install ENV:
|
||||
* NIC:
|
||||
|
||||
Arpl version:
|
||||
* arpl:
|
||||
* addons:
|
||||
* modules:
|
||||
* lkms:
|
||||
|
||||
DSM model:
|
||||
DSM version:
|
||||
DSM:
|
||||
* model:
|
||||
* version:
|
||||
|
||||
Issue:
|
||||
|
||||
logs:
|
||||
|
||||
(Plz review the content of #173, #175, #226 first)
|
||||
...
|
||||
|
||||
|
2
.github/workflows/issues.yml
vendored
2
.github/workflows/issues.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Check Issues
|
||||
run: |
|
||||
if echo "${{ github.event.issue.body }}" | grep -q "DS"; then
|
||||
if echo "${{ github.event.issue.body }}" | grep -q "ENV"; then
|
||||
echo "FALG=true" >> $GITHUB_ENV
|
||||
else
|
||||
echo "FALG=false" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user