Skip to content

Commit fa58483

Browse files
committed
Add GitHub issue templates
1 parent d221476 commit fa58483

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-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/2_Idea.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: "Idea / Feature request"
3+
about: "For new ideas or feature requests."
4+
---
5+
6+
### Idea:
7+
8+
9+
### Goal:
10+
11+
<!-- What is the problem that this ideal solves? -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Support Questions & Other
4+
url: https://github.com/InteractionDesignFoundation/nova-html-code-field/discussions
5+
about: 'If you have a question or need help using the library, click:'

0 commit comments

Comments
 (0)