Skip to content

Commit 1122b76

Browse files
authored
chore: update issue templates (#905)
1 parent 1febcb8 commit 1122b76

File tree

5 files changed

+118
-7
lines changed

5 files changed

+118
-7
lines changed

.github/ISSUE_TEMPLATE.md

-7
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
name: Bug report
3+
about: Report a bug report to help us improve the module.
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Version
11+
module: <!-- ex: 5.9.0 -->
12+
nuxt: <!-- ex: 2.0.0 -->
13+
14+
### Nuxt configuration
15+
#### [mode](https://nuxtjs.org/api/configuration-mode): <!--universal is the default -->
16+
- [ ] universal
17+
- [ ] spa
18+
19+
### Nuxt configuration
20+
<!--
21+
If relevant, please include the configuration you are using for this module.
22+
For example:
23+
```
24+
auth: {
25+
cookie: {
26+
options: {
27+
// ...
28+
},
29+
},
30+
redirect: {
31+
// ...
32+
},
33+
strategies: {
34+
google: {
35+
// ...
36+
},
37+
}
38+
```
39+
-->
40+
41+
## Reproduction
42+
> :warning: without a minimal reproduction we won't be able to look into your issue
43+
<!--
44+
CodeSandbox template to use as a base for minimal repros: https://codesandbox.io/s/nuxt-auth-demo-45icg
45+
46+
**Helpful Links:**
47+
- https://codesandbox.io/
48+
- https://github.com/nuxt-community/auth-module
49+
-->
50+
51+
#### What is expected?
52+
#### What is actually happening?
53+
#### Steps to reproduce
54+
## Additional information
55+
## Checklist
56+
* [ ] I have tested with the latest Nuxt version and the issue still occurs
57+
* [ ] I have tested with the latest module version and the issue still occurs
58+
* [ ] I have searched the issue tracker and this issue hasn't been reported yet
59+
60+
### Steps to reproduce
61+
62+
63+
### What is expected?
64+
65+
66+
### What is actually happening?
67+
<!-- Add any other context or screenshots about the feature request here. -->
68+
69+
### Performance analysis?
70+
<!-- Add any performance metrics or regressions here -->

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Nuxt Community Discord
4+
url: https://discord.nuxtjs.org/
5+
about: Consider asking questions about the module here.
6+
- name: Documentation
7+
url: https://auth.nuxtjs.org/
8+
about: Check our documentation before reporting issues or questions.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea or enhancement for this project.
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Is your feature request related to a problem? Please describe.
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
### Describe the solution you'd like to see
14+
<!-- A clear and concise description of what you want to happen. -->
15+
16+
### Describe alternatives you've considered
17+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
18+
19+
### Additional context
20+
<!-- Add any other context or screenshots about the feature request here. -->

.github/ISSUE_TEMPLATE/question.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Question
3+
about: Ask a question about the module.
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
**IMPORTANT!**
13+
Please make sure to look for an answer to your question in our documentation before asking a question here.
14+
15+
If you have a general question regarding @nuxt/auth, please use Discord `auth` channel. Thanks!
16+
17+
Documentation: https://auth.nuxtjs.org/
18+
Nuxt Discord: https://discord.nuxtjs.org/
19+
20+
-->

0 commit comments

Comments
 (0)