diff options
| author | William Boman <william@redwill.se> | 2022-07-26 01:50:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-25 23:50:05 +0000 |
| commit | 68b0e621520c3cdc5e482fc8e72fbb365ddb2398 (patch) | |
| tree | 02b07116b152939c2336e7f4c8bb449a76972169 /.github | |
| parent | feat: add write-good (#151)a (diff) | |
| download | mason-68b0e621520c3cdc5e482fc8e72fbb365ddb2398.tar mason-68b0e621520c3cdc5e482fc8e72fbb365ddb2398.tar.gz mason-68b0e621520c3cdc5e482fc8e72fbb365ddb2398.tar.bz2 mason-68b0e621520c3cdc5e482fc8e72fbb365ddb2398.tar.lz mason-68b0e621520c3cdc5e482fc8e72fbb365ddb2398.tar.xz mason-68b0e621520c3cdc5e482fc8e72fbb365ddb2398.tar.zst mason-68b0e621520c3cdc5e482fc8e72fbb365ddb2398.zip | |
chore: clean up package issue template (#153)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/package_issue.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/ISSUE_TEMPLATE/package_issue.yaml b/.github/ISSUE_TEMPLATE/package_issue.yaml index b8ca7132..0280ab47 100644 --- a/.github/ISSUE_TEMPLATE/package_issue.yaml +++ b/.github/ISSUE_TEMPLATE/package_issue.yaml @@ -87,22 +87,6 @@ body: - type: textarea attributes: - label: LspInfo - placeholder: ":LspInfo contents" - render: Text - validations: - required: true - - - type: textarea - attributes: - label: LspLog - placeholder: "Are there any relevant logs in :LspLog? (don't paste its contents here)" - render: Text - validations: - required: false - - - type: textarea - attributes: label: Healthcheck placeholder: ":checkhealth mason" render: Text |
