Skip to content

Commit 3d4b6ed

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent 1ce36cd commit 3d4b6ed

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### New Issue Checklist
2+
3+
* [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/rs/SDWebImage/blob/master/.github/CONTRIBUTING.md)
4+
* [ ] I have read the [Documentation](http://cocoadocs.org/docsets/CFAlertViewController/)
5+
* [ ] I have searched for a similar issue in the [project](https://github.com/Codigami/CFAlertViewController/issues) and found none
6+
7+
### Issue Info
8+
9+
Info | Value |
10+
-------------------------|-------------------------------------|
11+
Platform Name | e.g. ios
12+
Platform Version | e.g. 8.0
13+
SDWebImage Version | e.g. 2.1.1
14+
Integration Method | e.g. cocoapods / manually
15+
Xcode Version | e.g. Xcode 8.0
16+
Repro rate | e.g. all the time (100%) / sometimes x% / only once
17+
Repro with our demo prj | e.g. does it happen with our demo project?
18+
Demo project link | e.g. link to a demo project that highlights the issue
19+
20+
### Issue Description and Steps
21+
22+
Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue.
23+

0 commit comments

Comments
 (0)