ISSUE_TEMPLATE: Fixed incorrect links for issue forms

Correct links:

- Bug report

- Feature request

- General Help

add BSD keyword
This commit is contained in:
simbit18
2024-08-05 15:33:41 +02:00
committed by Alan Carvalho de Assis
parent 65e989e063
commit 439b9e9683
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
script: |
const body = context.payload.issue.body;
const bodySplit = body.split(/\[|\]/).map(e => e.toLowerCase());
const oskeywords = ['other', 'linux', 'mac', 'Windows'];
const oskeywords = ['other', 'bsd', 'linux', 'mac', 'windows'];
const archkeywords1 = ['all', 'arm', 'arm64', 'avr', 'ceva', 'hc', 'mips', 'misoc', 'openrisc', 'renesas'];
const archkeywords2 = ['risc-v', 'simulator', 'sparc', 'tricore', 'x86', 'x86_64', 'xtensa', 'z16', 'z80', 'renesas'];
const areakeywords1 = ['applications', 'api', 'board support', 'build system', 'configuring', 'debugging', 'drivers', 'file system', 'installing', 'kconfig'];