Skip to content

Commit

Permalink
chore: update issue templates (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmulholland authored Dec 9, 2020
1 parent 1febcb8 commit 1122b76
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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 -->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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/
-->

0 comments on commit 1122b76

Please sign in to comment.