forked from MessageKit/MessageKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into development-patch-from-master
# Conflicts: # README.md
- Loading branch information
Showing
11 changed files
with
173 additions
and
32 deletions.
There are no files selected for viewing
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,49 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug? | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Hi, thanks so much for opening an issue! 🤗 | ||
To better pinpoint (and solve) the issue you're experiencing, we could use some information on your behalf. | ||
--> | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps/code to reproduce the behavior: | ||
<!-- | ||
If the bug can be reproduced in the MessageKit example app, this is really helpful to us! | ||
In some cases it can be really helpful to provide a short example of your code. | ||
If so, please wrap these code blocks in backticks, like this: | ||
```swift | ||
*your code goes here* | ||
``` | ||
Please, *do not* submit screenshots of code, instead copy and paste it as above. | ||
--> | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment** | ||
- What version of MessageKit are you using? | ||
- What version of iOS are you running on? | ||
- What version of Swift are you running on? | ||
- What device(s) are you testing on? Are these simulators? | ||
- Is the issue you're experiencing reproducible in the example app? | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
<!-- When referencing a dependency manager-related issue (think CocoaPods, Carthage, SwiftPM), please add its configuration file and version here. --> |
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,22 @@ | ||
--- | ||
name: "\U0001F4A1Feature request" | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: feature request | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Hey! Thanks so much for wanting to help improve MessageKit 😃 We always welcome PRs. If you would also be interested in implementing your feature request, please let us know! --> | ||
|
||
**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. |
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,34 @@ | ||
--- | ||
name: "❓ Question/Support" | ||
about: Ask a question about how to use MessageKit | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
🛑 Read this 🛑 | ||
Before you open an issue. Please check the following to see if your question is answered there: | ||
- The quick start guide: https://github.com/MessageKit/MessageKit/blob/master/Documentation/QuickStart.md | ||
- The FAQ: https://github.com/MessageKit/MessageKit/blob/master/Documentation/FAQs.md | ||
- The example project: https://github.com/MessageKit/MessageKit/tree/master/Example | ||
Please also search through previous issues to see if your question was previously addressed. | ||
Also consider posting(/crossposting) your question to StackOverflow (with the tag 'messagekit'). | ||
⚠️ If you need to include code, please wrap it in backticks so it will get Swift highlighting like this: | ||
```swift | ||
*your code goes here* | ||
``` | ||
Please, do not upload screenshots of code. | ||
If relevant, please let us know the following things: | ||
- What version of MessageKit are you using? | ||
- What version of iOS are you running on? | ||
- What version of Swift are you running on? | ||
- What device(s) are you testing on? Are these simulators? | ||
- Is the issue you're experiencing reproducable in the example app? | ||
Please make sure your title describes your issue well. We will try our best to answer your question in a timely manner. Remember that this project is run by helpful volunteers, and we can't make any guarantees on turnaround time. | ||
--> |
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 Example app | ||
name: Build Example app | ||
|
||
on: pull_request | ||
|
||
|
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 Framework | ||
name: Build Framework | ||
|
||
on: pull_request | ||
|
||
|
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 Tests | ||
name: Tests | ||
|
||
on: pull_request | ||
|
||
|
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
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