Skip to content

Commit 7835970

Browse files
committed
#11 Add bug report template
1 parent 09c002a commit 7835970

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "Bug report"
3+
about: "Report something that's broken."
4+
---
5+
6+
<!-- DO NOT THROW THIS AWAY -->
7+
<!-- Fill out the FULL versions with patch versions -->
8+
9+
- Package Version: #.#.#
10+
- Nova Version: #.#.#
11+
- PHP Version: #.#.#
12+
13+
### Description:
14+
15+
16+
### Steps To Reproduce:
17+
18+
<!-- If possible, please provide a code snippet to demonstrate your issue -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature request
4+
url: https://github.com/laravel/framework/discussions
5+
about: 'For ideas or feature requests, start a new discussion'
6+
- name: Support Questions & Other
7+
url: https://github.com/InteractionDesignFoundation/nova-unlayer-field/discussions
8+
about: 'This repository is only for reporting bugs. If you have a question or need help using the library, click:'

0 commit comments

Comments
 (0)