From 71c1c0f6b095f141781e41a1395567574a8210ee Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 11 Aug 2022 14:22:19 +0100 Subject: [PATCH] Remove ISSUE_TEMPLATE directory. --- .github/ISSUE_TEMPLATE/bug_report.yml | 71 --------------------------- .github/ISSUE_TEMPLATE/config.yml | 12 ----- 2 files changed, 83 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index c25b9d314..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,71 +0,0 @@ -name: Bug Report -description: Something isn't working as expected -labels: [bug] -body: -- type: markdown - attributes: - value: | - Thank you for contributing to the Composable Architecture! - - Before you submit your issue, please complete each text area below with the relevant details for your bug, and complete the steps in the checklist -- type: textarea - attributes: - label: Description - description: | - A short description of the incorrect behavior. - - If you think this issue has been recently introduced and did not occur in an earlier version, please note that. If possible, include the last version that the behavior was correct in addition to your current version. - validations: - required: true -- type: checkboxes - attributes: - label: Checklist - options: - - label: If possible, I've reproduced the issue using the `master` branch of this package. - required: false - - label: This issue hasn't been addressed in an [existing GitHub issue](https://github.com/trading-point/reactiveswift-composable-architecture/issues). - required: true -- type: textarea - attributes: - label: Expected behavior - description: Describe what you expected to happen. - validations: - required: false -- type: textarea - attributes: - label: Actual behavior - description: Describe or copy/paste the behavior you observe. - validations: - required: false -- type: textarea - attributes: - label: Steps to reproduce - description: | - Explanation of how to reproduce the incorrect behavior. - - This could include an attached project or link to code that is exhibiting the issue, and/or a screen recording. - placeholder: | - 1. ... - validations: - required: false -- type: input - attributes: - label: The Composable Architecture version information - description: The version of the Composable Architecture used to reproduce this issue. - placeholder: "'0.38.0' for example, or a commit hash" -- type: input - attributes: - label: Destination operating system - description: The OS running your TCA application. - placeholder: "'iOS 15' for example" -- type: input - attributes: - label: Xcode version information - description: The version of Xcode used to reproduce this issue. - placeholder: "The version displayed from 'Xcode 〉About Xcode'" -- type: textarea - attributes: - label: Swift Compiler version information - description: The version of Swift used to reproduce this issue. - placeholder: Output from 'xcrun swiftc --version' - render: shell diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index b89f318f7..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,12 +0,0 @@ -blank_issues_enabled: false - -contact_links: - - name: Discussion - url: https://github.com/pointfreeco/swift-composable-architecture/discussions - about: Composable Architecture Q&A, ideas, and more - - name: Documentation - url: https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/ - about: Read the Composable Architecture's documentation - - name: Videos - url: https://www.pointfree.co/collections/composable-architecture - about: Watch videos to get a behind-the-scenes look at how the Composable Architecture was motivated and built