#1469 prototype github issue template

This commit is contained in:
Ivan Shcherbak 2019-06-03 07:59:54 +03:00
parent 351e6d2ad5
commit 14c2e4c20f
No known key found for this signature in database
GPG Key ID: 96A1E006966314A2
3 changed files with 37 additions and 0 deletions

18
.github/ISSUE_TEMPLATE/1_Bug_report.md vendored Normal file
View File

@ -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) |
| Framework | e.g. N/A, Symfony, Nette |
Current behaviour
--
<!-- description/screenshot -->
Expected behaviour
--

View File

@ -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
--

View File

@ -0,0 +1,7 @@
---
name: Support Question
about: Questions about using this library
---
Question
--