Migrates to Pester5+ tests #59

Merged
OCram85 merged 47 commits from Pester5 into master 2022-07-14 13:37:13 +02:00
4 changed files with 18 additions and 23 deletions
Showing only changes of commit 8d49ea5d70 - Show all commits

View File

@ -1,11 +1,10 @@
---
name: Default
about: Use this template if nothing seems to work.
----
name: "Default"
about: "Use this template if nothing seems to work."
title: ":question: "
labels: question
assignees: ''
---
labels:
- question
----
#### :grey_question: Simply ask your question here: :grey_question:

View File

@ -1,12 +1,10 @@
---
name: Bug report
about: This template is used to report bugs!
----
name: "Bug"
about: "This template is used to report bugs!"
title: ":lady_beetle: "
labels: bug
assignees: OCram85
---
labels:
- bug
----
<!--
This bug report is ony for content provided in this repository!

View File

@ -1,12 +1,10 @@
---
name: Feature request
about: Suggest an idea for this project
----
name: "Enhancement"
about: "Wite about new features."
title: ":flying_saucer: "
labels: enhancement
assignees: ''
---
labels:
- enhancement
----
<!--
This issue template is used to describe whished features.
-->