Skip to content

Commit

Permalink
Merge pull request #1307 from 100mslive/develop
Browse files Browse the repository at this point in the history
Release 1.6.0: Develop to main
  • Loading branch information
ygit authored May 5, 2023
2 parents 7bcce35 + 25952bc commit 8c41f44
Show file tree
Hide file tree
Showing 86 changed files with 2,271 additions and 776 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/1-bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: 🐛 Bug Report
description: Report a reproducible bug or regression in 100ms Flutter Package
title: "🐛 "
labels: ["Needs Triage 🔍"]
body:
- type: markdown
Expand Down Expand Up @@ -68,7 +69,7 @@ body:
```dart
```
validations:
required: true
required: true
- type: textarea
attributes:
label: Logs
Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/2-question-support.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
name: "❓ Question or Support Request"
about: "Questions and requests for support."
title: ""
title: ""
labels: ["question"]
assignees: ''

assignees: ""
---

# ❓ Question or Support Request

<!-- Do read the 100ms Docs: https://www.100ms.live/docs -->
<!-- You can ask your questions on 100ms Discord as well: https://100ms.live/discord -->


## Describe your question or ask for support

<!-- A clear and concise description of what your doubt is. -->

*
-

<!--
Oh, hi there! 😄
Before posting any questions or asking for support, first do read the 100ms docs at https://www.100ms.live/docs
Before posting any questions or asking for support, first do read the 100ms docs at https://www.100ms.live/docs
To expedite issue processing, please search open and closed issues before submitting a new one.
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md`
Expand Down
27 changes: 12 additions & 15 deletions .github/ISSUE_TEMPLATE/3-feature-request.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,45 @@
---
name: "🚀🆕 Feature Request"
about: "Suggest an idea or possible new feature for this project."
title: ""
title: "🚀 "
labels: ["Needs Triage 🔍"]
assignees: ''

assignees: ""
---

# 🚀 Feature Request

<!-- Do read the 100ms Docs: https://www.100ms.live/docs -->
<!-- You can request for features on 100ms Discord as well: https://100ms.live/discord -->

## 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 [...] -->

*
<!-- 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. -->

*
<!-- 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. -->

*
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

---
- ***

### Any Media to attach?

<!-- If applicable, add screenshots or videos to help explain your request. -->

---


### **Additional context**
<!-- Add any other context or additional information about the problem here.-->

*
<!-- Add any other context or additional information about the problem here.-->

-

## Test Scenarios

Expand Down
23 changes: 12 additions & 11 deletions .github/ISSUE_TEMPLATE/4-docs-bug.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
name: "📚 Documentation issue report"
about: "Report an issue in the documentation."
title: ""
title: "📚 "
labels: ["Needs Triage 🔍"]
assignees: ''

assignees: ""
---
# 📚 Documentation Issue Report

# 📚 Documentation Task

<!-- Do read the 100ms Docs: https://www.100ms.live/docs -->
<!-- You can ask your questions on 100ms Discord as well: https://100ms.live/discord -->

## **Describe the bug**
<!-- A clear and concise description of what the bug is. -->

*
<!-- A clear and concise description of what the bug is. -->

---
- ***

### Steps to Reproduce

Expand All @@ -36,21 +36,22 @@ assignees: ''
---

### Any Media to attach?

<!-- If applicable, add screenshots or videos to help explain your problem. -->

---

## **Describe the solution you'd like**

<!-- A clear and concise description of what you want to happen. -->

*

---
- ***

### **Additional context**

<!-- Add any other context or additional information about the problem here.-->

*
-

<!--
Expand Down
1 change: 1 addition & 0 deletions .trunk/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
plugins
user_trunk.yaml
user.yaml
shims
10 changes: 10 additions & 0 deletions .trunk/config/.yamllint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
rules:
quoted-strings:
required: only-when-needed
extra-allowed: ["{|}"]
empty-values:
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
key-duplicates: {}
octal-values:
forbid-implicit-octal: true
24 changes: 15 additions & 9 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
version: 0.1
cli:
version: 1.1.0
version: 1.9.1
plugins:
sources:
- id: trunk
ref: v0.0.6
ref: v0.0.16
uri: https://github.com/trunk-io/plugins
lint:
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- git-diff-check
- [email protected]
- shellcheck@0.8.0
- gitleaks@8.15.2
- shellcheck@0.9.0
- gitleaks@8.16.3
- [email protected]
- ktlint@0.47.1
- ktlint@0.49.0
runtimes:
enabled:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- node@16.14.2
- node@18.12.1
actions:
enabled:
- trunk-announce
- trunk-check-pre-push
- trunk-fmt-pre-commit
- trunk-upgrade-available
Loading

0 comments on commit 8c41f44

Please sign in to comment.