diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..a42e14702 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,48 @@ +--- +name: New Bug Report +about: Use this template for reporting new bugs. +title: "[BUG]: bug description here" +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 + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Possible Solution + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..dd39e6d26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +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 new file mode 100644 index 000000000..bad3daebb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,33 @@ +--- +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/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..0e624cecf --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +## Description + + +## Related Issue + + + + +## Motivation and Context + + + +## Previous Behaviour / Output + + +## New Behaviour / Output + + +## How Has This Been Tested? + + + +## Screenshots (if appropriate):