Skip to content

Commit e33a9be

Browse files
authored
Merge pull request #34 from Aeliot-Tm/issue-templates
Add issue templates
2 parents 736e355 + e6fa2d5 commit e33a9be

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

.github/ISSUE_TEMPLATE/1_BUG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: 🐞 Bug Report
3+
about: Something is broken?
4+
labels: bug
5+
---
6+
7+
<!--
8+
- Please do not report an issue if you are not using "PHP CS Fixer Baseline" directly, but rather a third-party wrapper around it.
9+
- Please fill in this template according to your issue.
10+
- Please keep the table shown below at the top of your issue.
11+
- Please include the output of "composer info | sort" if you installed "PHP CS Fixer Baseline" using Composer.
12+
- Please post code as text (using proper markup). Do not post screenshots of code.
13+
- Please make sure that you have configured your PHP interpreter like so: `error_reporting=-1`, `zend.assertions=1`.
14+
- Please remove this comment before submitting your issue.
15+
-->
16+
17+
| Q | A |
18+
|-------------------------------|-----------------|
19+
| PHP CS Fixer Baseline version | x.y.z |
20+
| PHP version | x.y.z |
21+
| Installation Method | Composer / PHAR |
22+
23+
#### Summary
24+
25+
<!-- Provide a summary describing the problem you are experiencing. -->
26+
27+
#### Current behavior
28+
29+
<!-- What is the current (buggy) behavior? -->
30+
31+
#### How to reproduce
32+
33+
<!-- Provide steps to reproduce the bug. -->
34+
35+
#### Expected behavior
36+
37+
<!-- What was the expected (correct) behavior? -->
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: ⚠️ PHP Compatibility Issue
3+
about: A change in PHP requires adaption in PHP CS Fixer Baseline?
4+
labels: type/change-in-php-requires-adaptation
5+
---
6+
7+
<!--
8+
- Please do not report an issue if you are not using "PHP CS Fixer Baseline" directly, but rather a third-party wrapper around it.
9+
- Please do not report an issue if you are using a third-party extension such as alternative output printers.
10+
- Please fill in this template according to your issue.
11+
- Please keep the table shown below at the top of your issue.
12+
- Please include the output of "composer info | sort" if you installed "PHP CS Fixer Baseline" using Composer.
13+
- Please post code as text (using proper markup). Do not post screenshots of code.
14+
- Please remove this comment before submitting your issue.
15+
-->
16+
17+
| Q | A |
18+
|-------------------------------|-----------------|
19+
| PHP CS Fixer Baseline version | x.y.z |
20+
| PHP version | x.y.z |
21+
| Installation Method | Composer / PHAR |
22+
23+
#### Summary
24+
25+
<!-- Provide a summary describing the problem you are experiencing. -->
26+
27+
#### Current behavior
28+
29+
<!-- What is the current behavior? -->
30+
31+
#### How to reproduce
32+
33+
<!-- Provide steps to reproduce the issue. -->
34+
35+
#### Expected behavior
36+
37+
<!-- What was the expected (correct) behavior? -->
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: 🎉 Feature Request
3+
about: You have a neat idea that should be implemented?
4+
labels: enhancement
5+
---
6+
7+
<!-- Provide a summary of the feature you would like to see implemented. -->

0 commit comments

Comments
 (0)