diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..fed0db5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ + + +### 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] +``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..20f29803 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + +### 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 + + + +### Motivation and Context + + + +