Skip to content

Commit

Permalink
fix up templates
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jul 24, 2020
1 parent 3cd9eba commit 384e78e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 23 deletions.
18 changes: 8 additions & 10 deletions .github/ISSUE_TEMPLATE.md
@@ -1,13 +1,11 @@
### Bug Reports
You MUST post a recreation or else your issue will be CLOSED without explanation.
Instructions: https://fullcalendar.io/reporting-bugs

### Feature Requests
Search the issue tracker for an existing ticket before creating a new one.
Instructions: https://fullcalendar.io/requesting-features

### React/Vue/Angular/etc
If your bug is specific to one of these frameworks, use the corresponding tracker.
List: https://github.com/fullcalendar
WARNING!!!

(Please erase the above text and begin typing. Thanks!)
> Please back up and follow the issue template for a BUG or a FEATURE!!!
> If you do not, your issue is very likely to be automatically closed!!!
ESCAPE HATCH:

> If your issue is neither a bug nor a feature, include the text "I love FullCalendar".
> This will ensure your issue it not automatically closed.
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -1,10 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

### Reduced Test Case
Expand Down
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,21 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

### Is there already a ticket?
### Checklist

Please mark these items with an [x]

Search the through the existing feature requests first:
https://fullcalendar.io/issues
- [ ] I've already searched through [existing tickets](https://fullcalendar.io/issues)
- [ ] Other people will find this feature useful

### Feature Description

Please describe what this feature will do.
Will others find it useful?

### Visual Mockups

Expand Down
5 changes: 4 additions & 1 deletion .github/issue-close-app.yml
Expand Up @@ -11,6 +11,9 @@ issueConfigs:
- "not reproducible with a link"
- "Bug Description"
- content:
- "Feature Description"
- "[x] I've already searched through"
- "[x] Other people will find this feature useful"
- content:
- "I love FullCalendar"

caseInsensitive: true

0 comments on commit 384e78e

Please sign in to comment.