From d3260ab6ce51976c53bcda7e748cfafec1b18c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Wed, 17 Apr 2024 17:43:10 +0200 Subject: [PATCH] Reworked issue templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan Luis Cano Rodríguez --- .github/ISSUE_TEMPLATE/config.yml | 13 +++---- .github/ISSUE_TEMPLATE/doc-improvement.md | 4 +-- .github/ISSUE_TEMPLATE/feature-request.md | 20 ----------- .../software_design_proposal.md | 36 ------------------- 4 files changed, 7 insertions(+), 66 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/software_design_proposal.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 37923fa5b0..c545302842 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Slack organisation - about: Come chat with the community! + - name: Suggest a new feature + about: Feature request, enhancement idea, new functionality? Open a discussion! + url: https://github.com/kedro-org/kedro/discussions/new?category=idea + - name: Ask for help + about: Come chat with the community in Slack! url: https://slack.kedro.org/ - - name: Documentation - url: https://kedro.readthedocs.io/en/stable/ - about: To learn more about how Kedro works - - name: Website - url: https://kedro.org/ - about: Learn about features, project examples and our demo diff --git a/.github/ISSUE_TEMPLATE/doc-improvement.md b/.github/ISSUE_TEMPLATE/doc-improvement.md index 64523d37bc..5a85c44a13 100644 --- a/.github/ISSUE_TEMPLATE/doc-improvement.md +++ b/.github/ISSUE_TEMPLATE/doc-improvement.md @@ -6,10 +6,10 @@ labels: 'Component: Documentation' --- ## Description - + ### Documentation page (if applicable) ## Context - + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index b52de098bd..0000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Let us know if you have a feature request or enhancement -title: '' -labels: 'Issue: Feature Request' -assignees: '' - ---- - -## Description -<!-- Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..." --> - -## Context -<!-- Why is this change important to you? How would you use it? How can it benefit other users? --> - -## Possible Implementation -<!-- (Optional) Suggest an idea for implementing the addition or change. --> - -## Possible Alternatives -<!-- (Optional) Describe any alternative solutions or features you've considered. --> diff --git a/.github/ISSUE_TEMPLATE/software_design_proposal.md b/.github/ISSUE_TEMPLATE/software_design_proposal.md deleted file mode 100644 index 3b200468f5..0000000000 --- a/.github/ISSUE_TEMPLATE/software_design_proposal.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Software design proposal -about: To propose and request comments on a software design decision -title: '<Title>' -labels: 'Type: Design Proposal' -assignees: '' - ---- - -## Introduction -<!-- A high-level, short overview of the problem(s) you are designing a solution for. --> - -## Background -<!-- Provide the reader with the context surrounding the problem(s) you are trying to solve. --> - -## Problem -<!-- Be as concrete as you can about: --> - -### What's in scope - -### What's not in scope - -## Design -<!-- Explain your design to the solution here. Diagrams could help. --> - -### Alternatives considered -<!-- Explain the trade off between different alternatives to your solution. --> - -## Testing -<!-- Explain the testing strategies to verify your design correctness (if possible). --> - -## Rollout strategy -<!-- Is the change backward compatible? If not, what is the migration strategy? --> - -## Future iterations -<!-- Will there be future iterations of this design? -->