File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments