From 7f6c2b57b1d074e00a9821bd7cb03ce8c4d07e28 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 10 Feb 2026 15:55:01 -0800 Subject: [PATCH] remove the issue template --- .github/ISSUE_TEMPLATE/contribution.yml | 34 ------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/contribution.yml diff --git a/.github/ISSUE_TEMPLATE/contribution.yml b/.github/ISSUE_TEMPLATE/contribution.yml deleted file mode 100644 index e931b80ab..000000000 --- a/.github/ISSUE_TEMPLATE/contribution.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Contribution Proposal -description: Propose a change or feature (required for new contributors before submitting a PR) -labels: [] -body: - - type: markdown - attributes: - value: | - **Before you start:** Read [CONTRIBUTING.md](https://github.com/ghostty-org/ghostty/blob/main/CONTRIBUTING.md). - - Keep this short. If it doesn't fit on one screen, it's too long. Write in your own voice. Do not use AI. - - - type: textarea - id: what - attributes: - label: What do you want to change? - description: Be specific and concise. - validations: - required: true - - - type: textarea - id: why - attributes: - label: Why? - description: What problem does this solve? - validations: - required: true - - - type: textarea - id: how - attributes: - label: How? (optional) - description: Brief technical approach if you have one in mind. - validations: - required: false