Skip to content

Commit

Permalink
Minor correction of GitHub templates (#1184)
Browse files Browse the repository at this point in the history
* Minor correction of GitHub templates
  • Loading branch information
it-praktyk authored and nohwnd committed Jan 4, 2019
1 parent c578925 commit 3089e4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please update Pester - before submitting a bug report - and retest your code und
If you would like to submit a bug report, please provide the output of a code provided below.
If you would like write about anything else - like a feature request - feel free to remove a provided template text.
If you would like to write about anything else - like a feature request - feel free to remove a provided template text.
Operating System, Pester version, and PowerShell version:
Expand Down Expand Up @@ -63,7 +63,7 @@ Please remember that you can limit Pester output behavior using the `-Show` para

<!--
Have a solution in mind? Bug fix pull requests are always welcome.
Have a solution in mind? Bug fix pull requests are always welcome.
https://github.com/pester/Pester/wiki/Contributing-to-Pester has detailed instructions on how to contribute.
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thank you for contributing to Pester!
Before you continue, please review the article [Contributing to Pester](https://github.com/pester/Pester/wiki/Contributing-to-Pester) and [Development rules - technical](https://github.com/pester/Pester/wiki/Developement-rules---technical).
Our continues integration system doesn't send any notifications about failed tests. Please return to the opened pull request (after ~60 minutes) to check if is everything OK.
Our continuous integration system doesn't send any notifications about failed tests. Please return to the opened pull request (after ~60 minutes) to check if is everything OK.
-->

Expand All @@ -16,7 +16,7 @@ Please provide a descriptive title of the pull request in the field 'Title' too.
Please provide us information on how your pull request improves Pester or what fixes.
If your pull request integrate Pester with another system (e.g. a continues integration product) please provide instruction how the updated code can be tested.
If your pull request integrates Pester with another system (e.g. a continuous integration product), please provide instructions how the updated code can be tested.
If your pull request resolves the issue reported previously, please mention it by using `#<issue_number>` syntax.
Expand Down

0 comments on commit 3089e4b

Please sign in to comment.