diff options
| author | William Boman <william@redwill.se> | 2023-04-28 14:17:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-28 12:17:24 +0000 |
| commit | 057ac5ca159c83e302a55bd839a96ff1ea2396db (patch) | |
| tree | b96173c458af20a5514338662d838b96c8eda915 /.github | |
| parent | chore: update issue templates (#1273) (diff) | |
| download | mason-057ac5ca159c83e302a55bd839a96ff1ea2396db.tar mason-057ac5ca159c83e302a55bd839a96ff1ea2396db.tar.gz mason-057ac5ca159c83e302a55bd839a96ff1ea2396db.tar.bz2 mason-057ac5ca159c83e302a55bd839a96ff1ea2396db.tar.lz mason-057ac5ca159c83e302a55bd839a96ff1ea2396db.tar.xz mason-057ac5ca159c83e302a55bd839a96ff1ea2396db.tar.zst mason-057ac5ca159c83e302a55bd839a96ff1ea2396db.zip | |
chore: update issue template (#1274)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/package_issue.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/package_issue.yaml b/.github/ISSUE_TEMPLATE/package_issue.yaml index ec8e158a..cf235b34 100644 --- a/.github/ISSUE_TEMPLATE/package_issue.yaml +++ b/.github/ISSUE_TEMPLATE/package_issue.yaml @@ -25,14 +25,12 @@ body: options: - label: "Yes" - - type: dropdown + - type: checkboxes attributes: label: I've manually reviewed logs to find potential errors description: Logs such as `:MasonLog`, `:LspLog`, etc. (don't paste logs without reviewing them yourself first) options: - - "Yes" - validations: - required: true + - label: "Yes" - type: checkboxes attributes: |
