mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge remote-tracking branch 'refs/remotes/origin/2.0.3_Working_Changes'
This commit is contained in:
commit
28632f158e
4 changed files with 31 additions and 24 deletions
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -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
28
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal 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
|
||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue