chore: issue templates

This commit is contained in:
Hiroki Osame
2023-03-02 19:07:00 +09:00
parent d0c576efeb
commit 02b477dea4

View File

@@ -26,7 +26,10 @@ body:
attributes: attributes:
label: aicommits version label: aicommits version
description: | description: |
> aicommits --version Run and paste the output of:
```sh
aicommits --version
```
placeholder: v0.0.0 placeholder: v0.0.0
validations: validations:
required: true required: true
@@ -35,7 +38,7 @@ body:
label: Environment label: Environment
description: | description: |
Run and paste the output of: Run and paste the output of:
``` ```sh
npx envinfo --system --binaries npx envinfo --system --binaries
``` ```