Skip to content

Commit dc0cb6f

Browse files
committed
chore: adding issue templates
1 parent 957a865 commit dc0cb6f

3 files changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: "\U0001F41E Bug report"
3+
about: Create a report to help us improve
4+
title: ''
5+
type: Bug
6+
labels: ['pending triage']
7+
assignees: ''
8+
---
9+
10+
<!-- ⚠️ Please DON'T ignore the issue template -->
11+
12+
<!-- 💡 Consider upgrading to the latest version before sending the issue -->
13+
14+
**Describe the bug**
15+
16+
A clear and concise description of what the bug is.
17+
18+
**Minimal reproduction**
19+
20+
Steps to reproduce the behavior:
21+
22+
1. Go to '...'
23+
2. Click on '....'
24+
3. Scroll down to '....'
25+
4. See the error
26+
27+
**Environment**
28+
29+
- Smile version (or githash):
30+
- Browser:
31+
- OS:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Questions & Discussions
3+
url: https://github.com/nyuccl/smile/discussions
4+
about: Use GitHub discussions for message-board style questions and discussions.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: "\U00002728 Feature request"
3+
about: Suggest an idea for this project
4+
title: ''
5+
type: Feature
6+
assignees: ''
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
12+
**Describe the solution you'd like**
13+
A clear and concise description of what you want to happen.
14+
15+
**Describe alternatives you've considered**
16+
A clear and concise description of any alternative solutions or features you've considered.

0 commit comments

Comments
 (0)