Skip to content

Commit 5038483

Browse files
committed
chore: Add github issue template
1 parent 3d55388 commit 5038483

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Report an issue
2+
description: Create a report to help us improve
3+
labels: ["bug"]
4+
body:
5+
- type: input
6+
attributes:
7+
label: Plugin version
8+
description: What version of `payload-authjs` are you using?
9+
placeholder: 1.0.0
10+
validations:
11+
required: true
12+
- type: input
13+
attributes:
14+
label: Payload version
15+
description: What version of `payload` are you using?
16+
placeholder: 3.0.0
17+
validations:
18+
required: true
19+
- type: input
20+
attributes:
21+
label: Auth.js version
22+
description: What version of `Auth.js`/`next-auth` are you using?
23+
placeholder: 5.0.0-beta.25
24+
validations:
25+
required: true
26+
- type: textarea
27+
attributes:
28+
label: Describe the bug
29+
description: A clear and concise description of what the bug is.
30+
placeholder: A clear and concise description of what the bug is
31+
validations:
32+
required: true
33+
- type: textarea
34+
attributes:
35+
label: To Reproduce
36+
description: Steps to reproduce the behavior.
37+
placeholder: |
38+
1. Go to '...'
39+
2. Click on '....'
40+
3. Scroll down to '....'
41+
4. See error
42+
validations:
43+
required: true
44+
- type: textarea
45+
attributes:
46+
label: Additional context / Screenshots
47+
description: Add any other context about the problem here. If applicable, add screenshots to help explain your problem.
48+
placeholder: Add other context here (e.g. screenshots, logs, etc.)
49+
validations:
50+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Feature request / Ideas
4+
url: https://github.com/CrawlerCode/payload-authjs/discussions/new?category=feature-request-ideas
5+
about: Share ideas for new features
6+
- name: Ask a question
7+
url: https://github.com/CrawlerCode/payload-authjs/discussions/new?category=q-a
8+
about: Ask questions

0 commit comments

Comments
 (0)