Update issue templates
This commit is contained in:
parent
d257398333
commit
0f9467c61b
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Is something not working as expected?
|
about: Is something not working as expected?
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
name: Documentation
|
name: Documentation
|
||||||
about: Found a typo or something that isn't crystal clear in our docs?
|
about: Found a typo or something that isn't crystal clear in our docs?
|
||||||
|
title: 'docs: '
|
||||||
|
labels: documentation
|
||||||
|
assignees: DirtyF
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- Thanks for taking the time to open an issue and help us make Jekyll better! -->
|
<!-- Thanks for taking the time to open an issue and help us make Jekyll better! -->
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Want us to add any features to Jekyll?
|
about: Want us to add any features to Jekyll?
|
||||||
|
title: 'feat: '
|
||||||
|
labels: feature
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
---
|
---
|
||||||
name: Question
|
name: Question
|
||||||
about: Have any questions about how Jekyll works?
|
about: Have any questions about how Jekyll works?
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue