Skip to content

Commit 290edc8

Browse files
committed
chore: disable blank issues
1 parent ce7d4a0 commit 290edc8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug Report
22
description: Help us improve react-native-date-picker
3-
title: ''
4-
labels: []
3+
title: '[Bug]: '
4+
labels: [bug]
55
assignees: []
66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
blank_issues_enabled: true
2-
contact_links:
3-
- name: React Native Date Picker Issues
4-
url: https://github.com/henninghall/react-native-date-picker/issues
5-
about: Please search existing issues before creating a new one.
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)