update our guidelines, templates

This commit is contained in:
Mitchell Hashimoto
2026-02-03 10:58:26 -08:00
parent dd77c2e797
commit 00c33eaf72
4 changed files with 89 additions and 22 deletions

34
.github/ISSUE_TEMPLATE/contribution.yml vendored Normal file
View File

@@ -0,0 +1,34 @@
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