-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add issue and pull request templates #241
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
0c6b325
Add issue and pull request templates
Liquidsoul a536b39
Review
Liquidsoul 2558d7f
Remove formatting in HTML comments in templates
Liquidsoul 63f51f3
Change wording in template's comment
Liquidsoul 05fecfc
Remove trailing dots in template's checklists
Liquidsoul b86aa3a
Fix output quoting in issue template
Liquidsoul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
- [ ] 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. ---> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an HTML comment on top of the
PULL_REQUEST_TEMPLATE.md
down below, why not adding a similar one here too?