Skip to content

Commit 0582b66

Browse files
committed
docs: FIx validations position
1 parent 230b0c3 commit 0582b66

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ body:
3535
// Your code here
3636
const result = parse(formData);
3737
```
38-
validations:
39-
required: true
38+
validations:
39+
required: true
4040

4141
- type: input
4242
id: version
4343
attributes:
4444
label: safe-formdata version
4545
placeholder: e.g., 0.1.0
46-
validations:
47-
required: true
46+
validations:
47+
required: true

.github/ISSUE_TEMPLATE/security_report.yml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@ name: Security Issue
22
description: Report a security concern within the FormData parsing boundary
33
title: "[Security]: "
44
labels: ["security"]
5-
blank_issues_enabled: false
6-
contact_links:
7-
- name: Security Vulnerability (Private)
8-
url: https://github.com/roottool/safe-formdata/security/advisories/new
9-
about: Report a security vulnerability privately via GitHub Security Advisories
10-
- name: Question or Discussion
11-
url: https://github.com/roottool/safe-formdata/discussions
12-
about: Ask questions or discuss ideas about safe-formdata
13-
- name: Documentation
14-
url: https://github.com/roottool/safe-formdata#readme
15-
about: Read the README for API documentation, design principles, and usage examples
165
body:
176
- type: markdown
187
attributes:
@@ -42,8 +31,8 @@ body:
4231
attributes:
4332
label: Description
4433
description: Detailed description of the security issue or concern
45-
validations:
46-
required: true
34+
validations:
35+
required: true
4736

4837
- type: textarea
4938
id: reproduction
@@ -57,13 +46,13 @@ body:
5746
// Demonstration code here
5847
const result = parse(formData);
5948
```
60-
validations:
61-
required: true
49+
validations:
50+
required: true
6251

6352
- type: input
6453
id: version
6554
attributes:
6655
label: Affected safe-formdata version
6756
placeholder: e.g., 0.1.0
68-
validations:
69-
required: true
57+
validations:
58+
required: true

0 commit comments

Comments
 (0)