mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
github: implement newer version of issue templates
Moves away from the older version of GitHub issue templates, includes automatic labelling. more reading: https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates
This commit is contained in:
3
.github/ISSUE_TEMPLATE.md
vendored
3
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,3 +0,0 @@
|
|||||||
I am using Monolog version 1|2
|
|
||||||
|
|
||||||
... the problem/suggestion/question here ...
|
|
9
.github/ISSUE_TEMPLATE/Bug_Report.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/Bug_Report.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Create a bug report
|
||||||
|
labels: Bug
|
||||||
|
---
|
||||||
|
|
||||||
|
Monolog version 1|2
|
||||||
|
|
||||||
|
Write your bug report here.
|
7
.github/ISSUE_TEMPLATE/Feature.md
vendored
Normal file
7
.github/ISSUE_TEMPLATE/Feature.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: Feature
|
||||||
|
about: Suggest a new feature or enhancement
|
||||||
|
labels: Feature
|
||||||
|
---
|
||||||
|
|
||||||
|
Write your suggestion here.
|
9
.github/ISSUE_TEMPLATE/Question.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/Question.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: Ask a question regarding software usage
|
||||||
|
labels: Support
|
||||||
|
---
|
||||||
|
|
||||||
|
Monolog version 1|2
|
||||||
|
|
||||||
|
Write your question here.
|
Reference in New Issue
Block a user