Skip to content

Commit 912de9e

Browse files
committed
introduces Github Issue Templates
1 parent 3ad0422 commit 912de9e

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: 🐛 Bug report
3+
about: If something isn't working as expected.
4+
---
5+
6+
<!---
7+
1. Verify first that your issue/request is not already reported on GitHub.
8+
9+
2. PLEASE FILL OUT ALL REQUIRED INFORMATION BELOW! Otherwise it might take more time to properly handle this bug report.
10+
-->
11+
12+
# Bug report
13+
14+
15+
## OS
16+
- **Host operating system and version:**
17+
- **PHP version:**
18+
- **PHPUnit version:**
19+
20+
## Summary
21+
<!-- Explain the problem briefly -->
22+
23+
## Expected behaviour
24+
25+
26+
## Actual behaviour
27+
28+
29+
## Other information
30+
<!-- Add the command and url (when open-source project) you used to analyse data source -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: ❓ Support question
4+
url: https://github.com/llaville/phpunit-LoggerTestListener/discussions/new
5+
about: Please open a new discussion instead. Thank you.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: 🚀 Feature request
3+
about: I have a suggestion and may want to implement it !
4+
---
5+
6+
<!---
7+
1. Verify first that your feature request is not already reported on GitHub.
8+
9+
2. Verify that your feature is not already implemented
10+
11+
3. PLEASE FILL OUT ALL REQUIRED INFORMATION BELOW! Otherwise it might take more time to properly handle this feature request
12+
-->
13+
14+
# Feature request
15+
16+
## Summary
17+
<!-- Explain your feature idea briefly -->
18+
19+
## Description
20+
<!-- Explain what you actually want to accomplish with that feature -->

0 commit comments

Comments
 (0)