From 9373ae36fd23b0b0d7599b36d19866dc10b35636 Mon Sep 17 00:00:00 2001 From: Vamsi Avula Date: Sat, 28 Dec 2024 00:26:25 +0530 Subject: [PATCH] github: add a barebones ISSUE_TEMPLATE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not everyone might read CONTRIBUTING.md and hopefully this makes it easier to file things in the right place? (Ironically, this is a PR for something that wasn't discussed 😅) Change-Id: Id0000000d9dce224d4f31a892e80b21a4452bdc3 --- .github/ISSUE_TEMPLATE/bug-reports.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-reports.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug-reports.md b/.github/ISSUE_TEMPLATE/bug-reports.md new file mode 100644 index 000000000..9db289d49 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-reports.md @@ -0,0 +1,14 @@ +--- +name: Bug Reports +about: Bug Reports with clear steps to reproduce +--- + +# Description + +# Steps to Reproduce + +# Expected Behavior + +# Actual Behavior + +# Additional Information diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..1d4417d8a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Feature Requests and Others + about: Feature Requests, Bug Reports without clear steps to reproduce, etc. + url: https://github.com/ghostty-org/ghostty/discussions