Skip to content

Commit cbcaf89

Browse files
committed
docs(community): issue template added
1 parent 74d2e86 commit cbcaf89

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
BEFORE YOU OPEN A NEW ISSUE PLEASE READ THIS:
13+
14+
- please use the template below to report your bug
15+
- please use our discussions page for feature requests or
16+
when asking for help
17+
- if it's not reproducible we can't work on it
18+
- make sure your bug is really related to this package and not
19+
to your implementation of the model or some of your dependencies
20+
- please be patient, sometimes we can't answer within a day
21+
22+
-->
23+
24+
25+
**Specify your setup**
26+
27+
- Operating System:
28+
- Node version:
29+
- npm version:
30+
- version of @node-oauth/oauth2-server
31+
- which [OAuth2 workflow](https://datatracker.ietf.org/doc/html/rfc6749.html#section-1.3):
32+
- at [which workflow step](https://datatracker.ietf.org/doc/html/rfc6749.html#section-1.2) does the error occur:
33+
34+
**Describe the bug**
35+
36+
A clear and concise description of what the bug is.
37+
38+
**To Reproduce**
39+
40+
Steps to reproduce the behavior:
41+
1. Go to '...'
42+
2. Click on '....'
43+
3. Scroll down to '....'
44+
4. See error
45+
46+
Alternatively, please add a link to a GitHub repo
47+
that reproduces the error/s.
48+
49+
**Expected behavior**
50+
51+
A clear and concise description of what you expected to happen.
52+
53+
**Screenshots**
54+
55+
If applicable, add screenshots to help explain your problem.
56+
57+
**Additional context**
58+
59+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
blank_issues_enabled: false
3+
contact_links:
4+
-
5+
about: Propose new features
6+
name: 💡 Feature requests
7+
url: https://github.com/node-oauth/node-oauth2-server/discussions/categories/ideas
8+
-
9+
about: Ask a question or for help
10+
name: ❓ Question
11+
url: https://github.com/node-oauth/node-oauth2-server/discussions/categories/q-a
12+
-
13+
about: Chat on our discord
14+
name: 🗯 Chat
15+
url: https://discord.gg/4HTUAcTvqV
16+
-
17+
about: Read the documentation
18+
name: 📜 Documentation
19+
url: https://node-oauthoauth2-server.readthedocs.io/en/latest/

0 commit comments

Comments
 (0)