-
Notifications
You must be signed in to change notification settings - Fork 602
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 #241 from AliSoftware/templates
Add issue and pull request templates
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 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,29 @@ | ||
<!-- Thanks for taking the time to report your issue with OHHTTPStubs! When submitting your issue, please make sure to check the following boxes by putting an x in each appropriate [ ] so we can fully understand the context of your problem and help you better --> | ||
|
||
### New Issue Checklist | ||
|
||
- [ ] I have tried with the latest version of OHHTTPStubs | ||
- [ ] I have read the [README](https://github.com/AliSoftware/OHHTTPStubs/blob/master/README.md) | ||
- [ ] I have read the [Using the right Swift Version of `OHHTTPStubs` for your project](https://github.com/AliSoftware/OHHTTPStubs#using-the-right-swift-version-of-ohhttpstubs-for-your-project) section | ||
- [ ] I have searched in the [existing issues](https://github.com/AliSoftware/OHHTTPStubs/issues?utf8=✓&q=is%3Aissue) | ||
- [ ] I have read [the OHHTTPStubs wiki](https://github.com/AliSoftware/OHHTTPStubs/wiki) to see if there wasn't a detailed page talking about my issue | ||
|
||
### Environment | ||
|
||
- version of OHHTTPStubs: [LIB VERSION HERE] | ||
- integration method you are using: | ||
* [ ] Cocoapods | ||
* [ ] Carthage | ||
* [ ] submodule | ||
* [ ] other | ||
- version of the tool you use: [INSERT VERSION HERE] | ||
|
||
### Issue Description | ||
|
||
[DESCRIBE YOUR ISSUE HERE] | ||
|
||
##### Complete output when you encounter the issue (if any) | ||
|
||
``` | ||
[INSERT OUTPUT 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,17 @@ | ||
<!-- Thanks for contributing to OHHTTPStubs! Before you submit your pull request, please make sure to check the following boxes by putting an x in the [ ] --> | ||
|
||
### Checklist | ||
|
||
- [ ] I've checked that all new and existing tests pass | ||
- [ ] I've updated the documentation if necessary | ||
- [ ] I've added an entry in the CHANGELOG to credit myself | ||
|
||
### Description | ||
|
||
<!--- Describe your changes in detail --> | ||
|
||
### Motivation and Context | ||
|
||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
<!--- Please describe in detail how you tested your changes. ---> |