-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #641 from GetStream/release/2.2.0
chore(llc,core,ui,localization): 2.2.0
- Loading branch information
Showing
141 changed files
with
6,906 additions
and
3,052 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
name: Bug Report | ||
description: Create a report to help us improve | ||
labels: [bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: dropdown | ||
id: packages | ||
attributes: | ||
label: Which packages are you using? | ||
description: You may select more than one. | ||
multiple: true | ||
options: | ||
- stream_chat | ||
- stream_chat_flutter | ||
- stream_chat_flutter_core | ||
- stream_chat_persistance | ||
- stream_chat_localizations | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: platforms | ||
attributes: | ||
label: On what platforms did you experience the issue? | ||
description: You may select more than one. | ||
multiple: true | ||
options: | ||
- iOS | ||
- Android | ||
- Web | ||
- Windows | ||
- MacOS | ||
- Linux | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: version | ||
attributes: | ||
label: What version are you using? | ||
description: Please specify the package names and versions | ||
placeholder: package - version | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also, what did you expect to happen? | ||
placeholder: Description of the bug and what was expected. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro-steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: How do you trigger this bug? Please walk us through it step by step. | ||
value: | | ||
1. Go to '...' | ||
2. Click on '...' | ||
3. Scroll down to '...' | ||
... | ||
render: bash | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Supporting info to reproduce | ||
description: Please add any relevant code, screenshots and info needed to reproduce this issue. | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: textarea | ||
id: flutter-analyze | ||
attributes: | ||
label: Flutter analyze output | ||
description: Paste the output of `flutter analyze` here. | ||
placeholder: If there are any analysis errors, try resolving them before filing this issue. | ||
render: shell | ||
- type: textarea | ||
id: flutter-doctor | ||
attributes: | ||
label: Flutter doctor output | ||
description: Paste the output of `flutter doctor -v` here. | ||
render: shell | ||
- 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/GetStream/stream-chat-flutter/blob/develop/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: "I agree to follow this project's Code of Conduct" | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
labels: [enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to help us improve! | ||
- type: dropdown | ||
id: packages | ||
attributes: | ||
label: Please select which package this feature is related to | ||
description: You may select more than one. | ||
multiple: true | ||
options: | ||
- stream_chat | ||
- stream_chat_flutter | ||
- stream_chat_flutter_core | ||
- stream_chat_persistance | ||
- stream_chat_localizations | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: platforms | ||
attributes: | ||
label: Which platforms would this feature impact? | ||
description: You may select more than one. | ||
multiple: true | ||
options: | ||
- iOS | ||
- Android | ||
- Web | ||
- Windows | ||
- MacOS | ||
- Linux | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Is your feature request related to a problem? | ||
description: A clear description of what the problem is. | ||
placeholder: "Example: I'm always frustrated when [...]" | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: "Describe the solution that you'd like" | ||
description: A clear description of what you want to happen. | ||
placeholder: "Example: When clicking this I want that." | ||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: "Describe alternatives that you have considered" | ||
description: "A clear description of any alternative solutions or features you've considered." | ||
placeholder: "Example: Instead of this it should do that." | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: "Additional context" | ||
description: "Add any other context or screenshots about the feature request here." | ||
- 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/GetStream/stream-chat-flutter/blob/develop/CODE_OF_CONDUCT.md) | ||
options: | ||
- label: "I agree to follow this project's Code of Conduct" | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 'PR Title is Conventional' | ||
name: 'PR is Conventional and Semantic' | ||
on: | ||
pull_request_target: | ||
types: | ||
|
@@ -9,7 +9,7 @@ on: | |
- develop | ||
|
||
jobs: | ||
main: | ||
conventional_pr_title: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: amannn/[email protected] | ||
|
@@ -25,3 +25,20 @@ jobs: | |
requireScope: true | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
semantic_changelog_update: | ||
needs: conventional_pr_title # Trigger after the [conventional_pr_title] completes | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: GetStream/verify-semantic-changelog-update@main | ||
with: | ||
scopes: | | ||
{ | ||
"llc": "packages/stream_chat", | ||
"ui": "packages/stream_chat_flutter", | ||
"core": "packages/stream_chat_flutter_core", | ||
"localization": "packages/stream_chat_flutter_localizations", | ||
"persistence": "packages/stream_chat_persistence" | ||
} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.