From 9d90150ab3a0960d211b6a1d7f1a39b64ded744e Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Fri, 4 Aug 2023 10:29:23 -0700 Subject: [PATCH] Update GitHub Discussions Templates (#26) --- ...ardinalkit.yml => challenges-and-help.yml} | 46 ++++++------- .../DISCUSSION_TEMPLATE/healthkitonfhir.yml | 64 ------------------- .github/DISCUSSION_TEMPLATE/ideas.yml | 20 +++++- .../DISCUSSION_TEMPLATE/researchkitonfhir.yml | 63 ------------------ .github/DISCUSSION_TEMPLATE/show-and-tell.yml | 2 +- 5 files changed, 40 insertions(+), 155 deletions(-) rename .github/DISCUSSION_TEMPLATE/{cardinalkit.yml => challenges-and-help.yml} (71%) delete mode 100644 .github/DISCUSSION_TEMPLATE/healthkitonfhir.yml delete mode 100644 .github/DISCUSSION_TEMPLATE/researchkitonfhir.yml diff --git a/.github/DISCUSSION_TEMPLATE/cardinalkit.yml b/.github/DISCUSSION_TEMPLATE/challenges-and-help.yml similarity index 71% rename from .github/DISCUSSION_TEMPLATE/cardinalkit.yml rename to .github/DISCUSSION_TEMPLATE/challenges-and-help.yml index 1c678e4..985f913 100644 --- a/.github/DISCUSSION_TEMPLATE/cardinalkit.yml +++ b/.github/DISCUSSION_TEMPLATE/challenges-and-help.yml @@ -6,37 +6,31 @@ # SPDX-License-Identifier: MIT # -title: "[CardinalKit] " -labels: ["CardinalKit"] +title: "" +labels: ["Challenges & Help"] body: - type: markdown attributes: value: | - Please use this form to describe your CardinalKit-related question. + Thanks for taking the time to share any questions or challenges you have with a Stanford Biodesign Digital Health Group-related project! - type: dropdown - attributes: - label: What CardinalKit module is your challenge related to? - options: - - CardinalKit - - Account - - Contact - - FHIR - - HealthKitDataSource - - LocalStorage - - Onboarding - - Scheduler - - SecureStorage - - Other module - validations: - required: true - - type: textarea - id: description - attributes: - label: Description - description: Please provide a description of the challenge you encountered. - placeholder: A clear and concise description of the problem you are having. Please include screenshots or error messages. - validations: - required: true + attributes: + label: What Stanford Biodesign Digital Health Group-related project challenge related to? Use the [Stanford Spezi GitHub Discussions](https://github.com/orgs/StanfordSpezi/discussions) page to discuss any Spezi-related challenges. + options: + - LLMonFHIR + - HealthGPT + - Phoenix + - HealthKitOnFHIR + - ResearchKitOnFHIR + - XCTRuntimeAssertions + - XCTHealthKit + - XCTestExtensions + - ImageSource + - action-swiftlint + - ContinousIntegration + - SwiftPackageTemplate + - TemplateApplication + - Other project - type: textarea id: reproduction attributes: diff --git a/.github/DISCUSSION_TEMPLATE/healthkitonfhir.yml b/.github/DISCUSSION_TEMPLATE/healthkitonfhir.yml deleted file mode 100644 index 46088e2..0000000 --- a/.github/DISCUSSION_TEMPLATE/healthkitonfhir.yml +++ /dev/null @@ -1,64 +0,0 @@ -# -# This source file is part of the Stanford Biodesign Digital Health Group open-source organization -# -# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md) -# -# SPDX-License-Identifier: MIT -# - -title: "[HealthKitOnFHIR] " -labels: ["HealthKitOnFHIR"] -body: - - type: markdown - attributes: - value: | - Please use this form to describe your HealthKitOnFHIR-related challenges or questions. - - type: textarea - id: description - attributes: - label: Description - description: | - Please provide a description of the challenge you encountered. - - Ideally, provide your FHIR output if you have questions or challenges with the produced FHIR mapping. - Please also describe your HealthKitOnFHIR configuration. - placeholder: A clear and concise description of the problem you are having. Please include screenshots or error messages. - validations: - required: true - - type: textarea - id: reproduction - attributes: - label: Reproduction - description: | - Please provide a description of how to reproduce the problem you are facing. - - If you are facing a problem in your application, please provide a link to a failing UI test or unit test to reproduce the issue. - If you face a build error or a problem with releasing your application, please link a GitHub Action run reproducing the error outside of your development. - placeholder: | - What steps did you follow to get the problem? - Provide links and steps on how to reproduce the problem. - validations: - required: true - - type: textarea - id: expectedbehavior - attributes: - label: Expected behavior - description: Please provide a clear and concise description of what you expected to happen. - placeholder: A clear and concise description of what you expected to happen. - validations: - required: true - - type: textarea - id: additionalcontext - attributes: - label: Additional context - description: | - Please provide any additional context that might be relevant to your setup problem. - placeholder: Any additional context that might be relevant to your problem. - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md) - options: - - label: I agree to follow this projects's Code of Conduct and Contributing Guidelines - required: true diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml index 28627aa..9cbddc6 100644 --- a/.github/DISCUSSION_TEMPLATE/ideas.yml +++ b/.github/DISCUSSION_TEMPLATE/ideas.yml @@ -6,13 +6,31 @@ # SPDX-License-Identifier: MIT # -title: "[Ideas] " +title: "" labels: ["Ideas"] body: - type: markdown attributes: value: | Thanks for taking the time to share your improvement idea! + - type: dropdown + attributes: + label: What Stanford Biodesign Digital Health Group-related project is your idea related to? Use the [Stanford Spezi GitHub Discussions](https://github.com/orgs/StanfordSpezi/discussions) page to discuss any Spezi-related improvements. + options: + - LLMonFHIR + - HealthGPT + - Phoenix + - HealthKitOnFHIR + - ResearchKitOnFHIR + - XCTRuntimeAssertions + - XCTHealthKit + - XCTestExtensions + - ImageSource + - action-swiftlint + - ContinousIntegration + - SwiftPackageTemplate + - TemplateApplication + - Other project - type: textarea id: usecase attributes: diff --git a/.github/DISCUSSION_TEMPLATE/researchkitonfhir.yml b/.github/DISCUSSION_TEMPLATE/researchkitonfhir.yml deleted file mode 100644 index 705de0c..0000000 --- a/.github/DISCUSSION_TEMPLATE/researchkitonfhir.yml +++ /dev/null @@ -1,63 +0,0 @@ -# -# This source file is part of the Stanford Biodesign Digital Health Group open-source organization -# -# SPDX-FileCopyrightText: 2022 Stanford University and the project authors (see CONTRIBUTORS.md) -# -# SPDX-License-Identifier: MIT -# - -title: "[ResearchKitOnFHIR] " -labels: ["ResearchKitOnFHIR"] -body: - - type: markdown - attributes: - value: | - Please use this form to describe your ResearchKitOnFHIR-related challenges or questions. - - type: textarea - id: description - attributes: - label: Description - description: | - Please provide a description of the challenge you encountered. - - Please ensure that you searched the [ResearchKit issues](https://github.com/ResearchKit/ResearchKit/issues) for a related issue to ensure that the problem is not a ResearchKit issue itself. - placeholder: A clear and concise description of the problem you are having. Please include screenshots or error messages. - validations: - required: true - - type: textarea - id: reproduction - attributes: - label: Reproduction - description: | - Please provide a description of how to reproduce the problem you are facing. - - If you are facing a problem in your application, please provide a link to a failing UI test or unit test to reproduce the issue. - If you face a build error or a problem with releasing your application, please link a GitHub Action run reproducing the error outside of your development. - placeholder: | - What steps did you follow to get the problem? - Provide links and steps on how to reproduce the problem. - validations: - required: true - - type: textarea - id: expectedbehavior - attributes: - label: Expected behavior - description: Please provide a clear and concise description of what you expected to happen. - placeholder: A clear and concise description of what you expected to happen. - validations: - required: true - - type: textarea - id: additionalcontext - attributes: - label: Additional context - description: | - Please provide any additional context that might be relevant to your setup problem. - placeholder: Any additional context that might be relevant to your problem. - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md) - options: - - label: I agree to follow this projects's Code of Conduct and Contributing Guidelines - required: true diff --git a/.github/DISCUSSION_TEMPLATE/show-and-tell.yml b/.github/DISCUSSION_TEMPLATE/show-and-tell.yml index 1c7b57d..d2131fe 100644 --- a/.github/DISCUSSION_TEMPLATE/show-and-tell.yml +++ b/.github/DISCUSSION_TEMPLATE/show-and-tell.yml @@ -6,7 +6,7 @@ # SPDX-License-Identifier: MIT # -title: "[Show and Tell] " +title: "" labels: ["Show and Tell"] body: - type: markdown