From 46a15dc4ccdad853890f73ef40f2dfd0048276c9 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 11 Nov 2022 17:13:47 -0800 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f36a423..da51279a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ SwiftUI client applicaitons for iOS, iPadOS and macOS. ## Code Standards -- Use SwiftUI (Maps are an exception) +- Use SwiftUI (Maps are the exception) - Use Hierarchical icons - Use Core Data for persistence - Requires SwiftLint - see https://github.com/realm/SwiftLint From 3f30925166481e3a082c786a010a0a78e4c62ae0 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 16 Nov 2022 18:38:41 -0800 Subject: [PATCH 2/6] Create feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..e2a1f446 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,29 @@ +name: Enhancement Request +description: Request for a new feature +title: "[Enhancement]: " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + Thanks for your request this will not gurantee that we will implement it, but it will be reviewed. + + - type: dropdown + id: soc + attributes: + label: OS + description: What OS will support your feature? + multiple: true + options: + - iOS + - iPadOS + - macOS + validations: + required: true + - type: textarea + id: body + attributes: + label: Description + description: Please provide details about your enhancement. + validations: + required: true From 6ab475f470722d38794773a81af0df6bff5034bf Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 16 Nov 2022 18:39:32 -0800 Subject: [PATCH 3/6] Delete feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 9c9fa154..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature idea for this project -title: 'Feature Request: ' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From 29e3a98f4f1bfe3497e07a53b99e0d61aa5448d9 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 16 Nov 2022 18:40:04 -0800 Subject: [PATCH 4/6] Update feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index e2a1f446..71a6ae15 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,5 +1,5 @@ -name: Enhancement Request -description: Request for a new feature +name: Feature Request +description: Request a new feature title: "[Enhancement]: " labels: ["enhancement"] body: @@ -7,7 +7,6 @@ body: attributes: value: | Thanks for your request this will not gurantee that we will implement it, but it will be reviewed. - - type: dropdown id: soc attributes: From 84a6cb13d05332878182bc95c7ee9c31ca079d80 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 16 Nov 2022 18:41:33 -0800 Subject: [PATCH 5/6] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a43d91c3..2a67d302 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Meshtastic Public Beta Test Flight Link + - name: Test Flight Beta Link url: https://testflight.apple.com/join/c8nNl8q1 - about: Please submit any bugs through TestFlight, bugs submitted as GitHub issues will be closed. + about: Please submit bugs through the App Store or TestFlight, bugs submitted as GitHub issues will be closed. From 374cb6dcd441eb68c8b61a04d4d1190de014165a Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 16 Nov 2022 18:43:50 -0800 Subject: [PATCH 6/6] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index da51279a..161cfc25 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Meshtastic Apple Clients -[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/Meshtastic-Apple)](https://cla-assistant.io/meshtastic/Meshtastic-Apple) -[![Fiscal Contributors](https://opencollective.com/meshtastic/tiers/badge.svg?label=Fiscal%20Contributors&color=deeppink)](https://opencollective.com/meshtastic/) - ## Overview SwiftUI client applicaitons for iOS, iPadOS and macOS.