Skip to content

Commit ca5ab87

Browse files
committed
chore: make new templates
1 parent 5f41026 commit ca5ab87

File tree

4 files changed

+97
-42
lines changed

4 files changed

+97
-42
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: 🐞 Bug Report 🐛
2+
description: File a bug report
3+
title: '[bug]: '
4+
labels: ['potential bug']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for filing a bug report!
10+
11+
Do you need some help?
12+
======================
13+
The issue tracker is meant for feature requests and bug reports only. This isn't the best place for
14+
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before
15+
you ask a question, here are some resources to get help first:
16+
17+
- [Read the docs](https://react-spring.io)
18+
- [Explore examples](https://github.com/pmndrs/reat-spring/tree/main/demo/src/sandbox)
19+
- Look for/ask questions on [Stack Overflow](https://stackoverflow.com/questions/ask?tags=react-spring)
20+
- Ask in [GitHub Discussions](https://github.com/pmndrs/react-spring/discussions)
21+
- Ask in [discord](https://discord.gg/ZZjjNvJ)
22+
23+
### Test Case Starter:
24+
https://codesandbox.io/s/react-spring-bug-report-vbhrr
25+
- type: checkboxes
26+
id: packages
27+
attributes:
28+
label: Which react-spring target are you using?
29+
options:
30+
- label: '`@react-spring/web`'
31+
- label: '`@react-spring/three`'
32+
- label: '`@react-spring/native`'
33+
- label: '`@react-spring/konva`'
34+
- label: '`@react-spring/zdog`'
35+
- type: input
36+
attributes:
37+
label: What version of react-spring are you using?
38+
validations:
39+
required: true
40+
- type: textarea
41+
attributes:
42+
label: "What's Wrong?"
43+
description: A concise description of what you expected to happen
44+
validations:
45+
required: true
46+
- type: textarea
47+
attributes:
48+
label: To Reproduce
49+
description: Steps to reproduce the behavior
50+
validations:
51+
required: true
52+
- type: textarea
53+
attributes:
54+
label: Expected Behaviour
55+
description: What you expected to happen
56+
validations:
57+
required: true
58+
- type: input
59+
attributes:
60+
label: Link to repo
61+
description: This is highly encouraged, provide either a Codesandbox demo or Github Repo
62+
validations:
63+
required: true

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
nmae: ⚡️ Feature Proposal
2+
description: Submit a proposal for a new feature
3+
title: '[feat]: '
4+
labels: ['enhancement']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for contributing a feature request!
10+
11+
Do you need some help?
12+
======================
13+
The issue tracker is meant for feature requests and bug reports only. This isn't the best place for
14+
support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before
15+
you ask a question, here are some resources to get help first:
16+
17+
- [Read the docs](https://react-spring.io)
18+
- [Explore examples](https://github.com/pmndrs/reat-spring/tree/main/demo/src/sandbox)
19+
- Look for/ask questions on [Stack Overflow](https://stackoverflow.com/questions/ask?tags=react-spring)
20+
- Ask in [GitHub Discussions](https://github.com/pmndrs/react-spring/discussions)
21+
- Ask in [discord](https://discord.gg/ZZjjNvJ)
22+
- type: textarea
23+
attributes:
24+
label: A clear and concise description of what the feature is
25+
validations:
26+
required: true
27+
- type: textarea
28+
attributes:
29+
label: Why should this feature be included?
30+
validations:
31+
required: true
32+
- type: textarea
33+
attributes:
34+
label: Please provide an example for how this would work

0 commit comments

Comments
 (0)