Skip to content

Commit

Permalink
Update issue form templates (pester#2180)
Browse files Browse the repository at this point in the history
* remove the both option in command help issue form

* update docs issue link

* make describe env field optional in bug report
  • Loading branch information
fflaten authored May 16, 2022
1 parent 4ea9101 commit f7ee1ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
value: |
Thank you for using Pester and taking the time to report this issue!
Only Pester 4.10.x and 5.x.x are supported.
Pester 5 introduced breaking changes and some features were removed or are not yet migrated. See [Breaking changes in v5](https://pester.dev/docs/migrations/breaking-changes-in-v5)
- type: checkboxes
attributes:
Expand Down Expand Up @@ -53,7 +53,7 @@ body:
(Invoke-WebRequest -Uri "https://git.io/JTinj" -UseBasicParsing).Content | Invoke-Expression
```
validations:
required: true
required: false
- type: textarea
attributes:
label: Possible Solution?
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/commandhelp_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body:
attributes:
value: |
Thank you for using Pester and taking the time to report this issue!
Command Reference-documentation on the website are generated from comment-based help in the functions and should be reported here. All other documentation issues on https://pester.dev should be reported in the [docs-repo](https://github.com/pester/docs).
- type: checkboxes
attributes:
Expand All @@ -23,7 +23,6 @@ body:
options:
- Pester (latest)
- Web (https://pester.dev)
- Both
- Other
validations:
required: true
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ contact_links:
- name: Need help?
url: https://pester.dev/docs/contributing/introduction#where-to-get-support
about: Join our online communities to get help with "How to do _____ with Pester?" questions.
- name: Documentation issue beyond Command Reference?
url: https://github.com/pester/docs/issues/new
about: Please report non-command documentation issue for https://pester.dev in the docs repo
- name: Documentation issues or requests beyond Command Reference?
url: https://github.com/pester/docs/issues/new/choose
about: Please report non-command documentation issues and request for https://pester.dev in the docs repo
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
value: |
Thank you for using Pester!
Good ideas are always welcome and there's no commitment to implement it yourself, but feel free to contribute after an initial discussion.
Remember to try out the latest version of Pester - maybe your request is already available. See [README](https://github.com/pester/Pester) and [Releases](https://github.com/pester/Pester/releases) for the latest updates and newest features.
- type: checkboxes
attributes:
Expand Down

0 comments on commit f7ee1ba

Please sign in to comment.