Skip to content

Commit 8aff9c2

Browse files
authored
Merge branch 'master' into development
2 parents ce7beaa + 10c98b0 commit 8aff9c2

2 files changed

Lines changed: 55 additions & 17 deletions

File tree

.github/issue_template.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
1-
## General Information
1+
<!--
2+
Hi, thanks so much for opening an issue! 🤗
23
3-
* MessageKit Version:
4+
To better pinpoint (and solve) the issue you're experiencing, we could use some information on your behalf.
45
5-
* iOS Version(s):
6+
Please let us know the following things:
67
7-
* Swift Version:
8-
9-
* Devices/Simulators:
10-
11-
* Reproducible in ChatExample? (Yes/No):
12-
13-
14-
15-
## What happened?
16-
17-
18-
19-
20-
## What did you expect to happen?
8+
- What version of MessageKit are you using?
9+
- What version of iOS are you running on?
10+
- What version of Swift are you running on?
11+
- What device(s) are you testing on? Are these simulators?
12+
- Is the issue you're experiencing reproducable in the example app?
2113
14+
In some cases it can be really helpful to provide a short example of your code.
15+
If so, please wrap these code blocks in backticks, like this:
2216
17+
```swift
18+
*your code goes here*
19+
```
2320
21+
The code will automatically get its syntax highlighted, and doesn't need to be indented 4 spaces to be shown as code.
2422
23+
When referencing a dependency manager-related issue (think CocoaPods, Carthage, SwiftPM), please add its configuration file and version to the issue.
24+
It would be helpful to put the contents in a code block too, using ```ruby for CocoaPods and ```swift for SwiftPM.
2525
26+
Also please make sure your title describes your problem well. Questions end with a question mark.
2627
28+
Thanks again, and let us know if there are any other questions you might have.
29+
-->

.github/stale.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
3+
# Number of days of inactivity before an Issue or Pull Request becomes stale
4+
daysUntilStale: 14
5+
6+
# Number of days of inactivity before a stale Issue or Pull Request is closed
7+
daysUntilClose: 7
8+
9+
# Issues or Pull Requests with these labels will never be considered stale
10+
exemptLabels:
11+
- "enhancement"
12+
- "confirmed bug"
13+
- "discussion"
14+
- "feature request"
15+
- "documentation"
16+
17+
# Label to use when marking as stale
18+
staleLabel: stale
19+
20+
# Comment to post when marking as stale. Set to `false` to disable
21+
markComment: >
22+
This issue has been marked as stale because it has not had
23+
recent activity. It will be closed if no further activity occurs.
24+
25+
# Comment to post when removing the stale label. Set to `false` to disable
26+
unmarkComment: false
27+
28+
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
29+
closeComment: >
30+
This issue has been auto-closed because there hasn't been any activity for at least 21 days.
31+
However, we really appreciate your contribution, so thank you for that! 🙏
32+
Also, feel free to [open a new issue](https://github.com/MessageKit/MessageKit/issues/new) if you still experience this problem 👍.
33+
34+
# Limit to only `issues`
35+
only: issues

0 commit comments

Comments
 (0)