Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Bug Report
about: Report errors and problems
---
<!-- First, thank you for reporting a bug. That takes time and we appreciate that! -->
<!-- Let's start with common details: -->

| Subject | Details |
| :------------- | :---------------------------------------------------------------------------- |
| Language level | e.g. PHP 7.3 (invoke php -v or check composer.json) |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Language level | e.g. PHP 7.3 (invoke php -v or check composer.json) |
| Set | e.g. php73, symfony40... (`--set php73`)

| Framework | e.g. N/A, Symfony, Nette |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Framework | e.g. N/A, Symfony, Nette |
|


Copy link
Copy Markdown
Member

@TomasVotruba TomasVotruba Jun 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Command You've Run | e.g. `vendor/bin/rector process src --level php73`

Current behaviour
--
<!-- description/screenshot -->

Expected behaviour
--
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/2_Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Feature Request
about: RFC and ideas for new features and improvements
---

<!-- First, thank you for making a request. That takes time and we appreciate that! -->

Description (screenshot):
--

Example
--
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/3_Support_question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Support Question
about: Questions about using this library
---

Question
--