-
Notifications
You must be signed in to change notification settings - Fork 927
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update issue templates (#905)
- Loading branch information
1 parent
1febcb8
commit 1122b76
Showing
5 changed files
with
118 additions
and
7 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug report to help us improve the module. | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Version | ||
module: <!-- ex: 5.9.0 --> | ||
nuxt: <!-- ex: 2.0.0 --> | ||
|
||
### Nuxt configuration | ||
#### [mode](https://nuxtjs.org/api/configuration-mode): <!--universal is the default --> | ||
- [ ] universal | ||
- [ ] spa | ||
|
||
### Nuxt configuration | ||
<!-- | ||
If relevant, please include the configuration you are using for this module. | ||
For example: | ||
``` | ||
auth: { | ||
cookie: { | ||
options: { | ||
// ... | ||
}, | ||
}, | ||
redirect: { | ||
// ... | ||
}, | ||
strategies: { | ||
google: { | ||
// ... | ||
}, | ||
} | ||
``` | ||
--> | ||
|
||
## Reproduction | ||
> :warning: without a minimal reproduction we won't be able to look into your issue | ||
<!-- | ||
CodeSandbox template to use as a base for minimal repros: https://codesandbox.io/s/nuxt-auth-demo-45icg | ||
**Helpful Links:** | ||
- https://codesandbox.io/ | ||
- https://github.com/nuxt-community/auth-module | ||
--> | ||
|
||
#### What is expected? | ||
#### What is actually happening? | ||
#### Steps to reproduce | ||
## Additional information | ||
## Checklist | ||
* [ ] I have tested with the latest Nuxt version and the issue still occurs | ||
* [ ] I have tested with the latest module version and the issue still occurs | ||
* [ ] I have searched the issue tracker and this issue hasn't been reported yet | ||
|
||
### Steps to reproduce | ||
|
||
|
||
### What is expected? | ||
|
||
|
||
### What is actually happening? | ||
<!-- Add any other context or screenshots about the feature request here. --> | ||
|
||
### Performance analysis? | ||
<!-- Add any performance metrics or regressions here --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Nuxt Community Discord | ||
url: https://discord.nuxtjs.org/ | ||
about: Consider asking questions about the module here. | ||
- name: Documentation | ||
url: https://auth.nuxtjs.org/ | ||
about: Check our documentation before reporting issues or questions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea or enhancement for this project. | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Is your feature request related to a problem? Please describe. | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
### Describe the solution you'd like to see | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
### Describe alternatives you've considered | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
### Additional context | ||
<!-- Add any other context or screenshots about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about the module. | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
**IMPORTANT!** | ||
Please make sure to look for an answer to your question in our documentation before asking a question here. | ||
If you have a general question regarding @nuxt/auth, please use Discord `auth` channel. Thanks! | ||
Documentation: https://auth.nuxtjs.org/ | ||
Nuxt Discord: https://discord.nuxtjs.org/ | ||
--> |