2
0
Adam Shaw 5 жил өмнө
parent
commit
0c1c1f45ca

+ 25 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,25 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+### Reduced Test Case
+
+You must paste a link to a [REDUCED TEST CASE](https://fullcalendar.io/reduced-test-cases).
+If you do not, this issue will automatically be closed.
+To prevent this, include the text "not reproducible with a link" (assuming it's true).
+
+### Bug Description
+
+Describe how to recreate the bug.
+What do you expect to happen?
+What happens instead?
+
+### Screenshots
+
+If the bug is visual, include a screenshot if possible.
+If not, erase this section.

+ 23 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,23 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+### Is there already a ticket?
+
+Search the through the existing feature requests first:
+https://fullcalendar.io/issues
+
+### Feature Description
+
+Please describe what this feature will do.
+Will others find it useful?
+
+### Visual Mockups
+
+If you are requesting a new UI, please include a mockup.
+If not, erase this section.