From 9a8d181da5d756ff1f393a66adaaec2dda0e73e9 Mon Sep 17 00:00:00 2001 From: Mark Probst Date: Tue, 21 Jul 2026 18:25:35 -0400 Subject: [PATCH 1/2] Define issue submission policy --- .github/ISSUE_TEMPLATE/bug_report.md | 54 +++++------------------ .github/ISSUE_TEMPLATE/config.yml | 4 -- .github/ISSUE_TEMPLATE/feature_request.md | 40 ----------------- .github/ISSUE_TEMPLATE/question.md | 13 ++++++ .github/pull_request_template.md | 5 +-- CONTRIBUTING.md | 7 +++ 6 files changed, 32 insertions(+), 91 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 997807e906..7edc6ead78 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,56 +1,22 @@ --- -name: New Bug Report -about: Use this template for reporting new bugs. -title: "[BUG]: bug description here" +name: Bug report +about: Report a reproducible problem with quicktype +title: "[BUG]: " labels: bug --- - - -## Issue Type - - - -## Context (Environment, Version, Language) - - - -Input Format: -Output Language: - - - -CLI, npm, or app.quicktype.io: -Version: - ## Description - - - -## Input Data - - - - -## Expected Behaviour / Output - - - -## Current Behaviour / Output + - +## Reproduction -## Steps to Reproduce + - - +## Expected behavior -1. -2. -3. -4. + -## Possible Solution +## Environment - + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dd39e6d267..3ba13e0cec 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1 @@ blank_issues_enabled: false -# contact_links: -# - name: GitHub Community Support -# url: https://github.com/orgs/community/discussions -# about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 5aab66de0c..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Feature Request -about: Use this template for requesting new features. -title: "[FEATURE]: feature description here" -labels: enhancement ---- - - - -## Context (Input, Language) - - - -Input Format: -Output Language: - -## Description - - - - -## Current Behaviour / Output - - - -## Proposed Behaviour / Output - - - -## Solution - - - -## Alternatives - - - -## Context - - diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..b4523326e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,13 @@ +--- +name: Question +about: Ask a question about using quicktype +title: "[QUESTION]: " +--- + +## Question + + + +## Context + + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 86eeba0109..7f63750ad2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,9 +4,8 @@ ## Related Issue - - - + + ## Motivation and Context diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..8b38dffb86 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing + +We do not accept feature requests as GitHub issues. If you want to add or change functionality, please submit a pull request instead. + +Use the provided issue templates for bug reports and questions. + +The use of coding agents is encouraged, but please use an Opus-class model or stronger rather than a lower-capability model. Review and test all generated changes before submitting them. From 7e88e2ef3f377d9473c3a0c960473f1ffc88a592 Mon Sep 17 00:00:00 2001 From: Mark Probst Date: Tue, 21 Jul 2026 18:36:28 -0400 Subject: [PATCH 2/2] Restore bug report template fields --- .github/ISSUE_TEMPLATE/bug_report.md | 48 ++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7edc6ead78..9287a6b0c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,18 +5,52 @@ title: "[BUG]: " labels: bug --- + + +## Issue Type + + + +## Context (Environment, Version, Language) + + + +Input Format: +Output Language: + + + +CLI, npm, or app.quicktype.io: +Version: + ## Description - + + + +## Input Data + + + + +## Expected Behaviour / Output + + + +## Current Behaviour / Output -## Reproduction + - +## Steps to Reproduce -## Expected behavior + + - +1. +2. +3. +4. -## Environment +## Possible Solution - +