From 4c6db1d3d9c38056a3680afa410045ee5064d806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Wed, 17 Jul 2024 16:22:16 +0200 Subject: [PATCH 1/4] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..1a631a06 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,35 @@ +name: 🐛 Bug Report +description: File a bug report. +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: bug-description + attributes: + label: What happened? + description: Please describe the bug. + placeholder: Description of the bug. + validations: + required: true + - type: textarea + id: steps-to-reproduce + attributes: + label: What are the steps to reproduce? + description: Please describe the steps to reproduce the bug. + placeholder: | + Step 1: ... + Step 2: ... + Step 3: ... + validations: + required: true + - type: textarea + id: expected-behavior + attributes: + label: What is the expected behavior? + description: Please describe the behavior you expect of Shape Docs. + placeholder: I expect that Shape Docs would... + validations: + required: true From 2f0209e91812abaea17b59b75ac3691eb19b56be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Wed, 17 Jul 2024 16:23:31 +0200 Subject: [PATCH 2/4] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..ab639056 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,37 @@ +name: ✨ Feature Request +description: Suggest an idea for this project +labels: ["feature"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request! + - type: textarea + id: problem + attributes: + label: Is your feature request related to a problem? + description: A clear and concise description of what the problem is. + placeholder: Yes, the problem is that... + validations: + required: true + - type: textarea + id: solution + attributes: + label: What solution would you like? + description: A clear and concise description of what you want to happen. + placeholder: I would like that... + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: What alternatives have you considered? + description: A clear and concise description of any alternative solutions or features you've considered. + placeholder: I have considered to... + validations: + required: true + - type: textarea + id: context + attributes: + label: Any additional context? + description: Add any other context or screenshots about the feature request here. From e81ca22afdaafe11b2170d80c51d3260bcb27521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Wed, 17 Jul 2024 16:23:50 +0200 Subject: [PATCH 3/4] Create question.yml --- .github/ISSUE_TEMPLATE/question.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 00000000..6e26497f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,17 @@ +name: ❓ Question +description: Ask a question about this project +labels: ["question"] +body: + - type: textarea + id: question + attributes: + label: Your Question + description: A clear and concisely formulated question. + placeholder: I'd like to ask... + validations: + required: true + - type: textarea + id: context + attributes: + label: Any additional context? + description: Add any other context or screenshots about the question request here. From 963f0048307e1c0446b6cfd1473aa44e9cbfd173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=2E=20St=C3=B8vring?= Date: Wed, 17 Jul 2024 16:24:48 +0200 Subject: [PATCH 4/4] Create pull_request_template.md --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..4739b265 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ + + +## Description + + +## Motivation and Context + + + +## Screenshots (if appropriate): + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)