Merge remote-tracking branch 'refs/remotes/origin/2.0.3_Working_Changes'

This commit is contained in:
Garth Vander Houwen 2022-11-19 12:36:09 -08:00
commit 28632f158e
4 changed files with 31 additions and 24 deletions

View file

@ -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.

28
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View file

@ -0,0 +1,28 @@
name: Feature Request
description: Request 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

View file

@ -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.

View file

@ -4,7 +4,6 @@
<img alt="Meshtastic App Store Launch Image" src="meshtastic-1080x1080.png" />
</a>
## Overview
SwiftUI client applicaitons for iOS, iPadOS and macOS.
@ -17,7 +16,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