diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-23 19:16:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-23 19:16:08 +0200 |
commit | ae6aa3fc411baad073d24f10b4534e86fe77564c (patch) | |
tree | e69315c56279259d3ed5acc4b17a96ed3658a94e /.github/ISSUE_TEMPLATE/30-blank.yaml | |
parent | da0f5ea0b4366ccc2b065103a7bc37552b1fe8de (diff) | |
parent | 0f2248ea12713822c546e362487aa94bb29e2899 (diff) |
Merge branch 'main' into DRTVWR-588-maint-W
Diffstat (limited to '.github/ISSUE_TEMPLATE/30-blank.yaml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/30-blank.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/30-blank.yaml b/.github/ISSUE_TEMPLATE/30-blank.yaml new file mode 100644 index 0000000000..abe2623378 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-blank.yaml @@ -0,0 +1,10 @@ +name: Blank Issue +description: Don’t see your issue here? Open a blank issue. +labels: [triage] +body: +- type: textarea + attributes: + label: Description + description: Please describe your issue. + validations: + required: true |