|
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 |
| 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 |
0 commit comments