Skip to content

Commit 35db546

Browse files
Fix issue template YAML
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 383f1eb commit 35db546

File tree

1 file changed

+27
-38
lines changed

1 file changed

+27
-38
lines changed

.github/ISSUE_TEMPLATE/tools.yml

+27-38
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ body:
3232
placeholder: ex. https://fosscompliancetool.org
3333
validations:
3434
required: true
35-
- type: input
35+
- type: input
3636
id: code_view_url
3737
attributes:
3838
label: Repo
3939
description: Where can someone see the code?
4040
placeholder: ex. https://github.com/repo
4141
validations:
4242
required: true
43-
- type: input
43+
- type: input
4444
id: license_expression
4545
attributes:
4646
label: License
@@ -58,7 +58,7 @@ body:
5858
This is a brief summary of the tool.
5959
validations:
6060
required: true
61-
- type: input
61+
- type: input
6262
id: primary_language
6363
attributes:
6464
label: Language
@@ -73,64 +73,53 @@ body:
7373
description: What capabalities does your tool provide? List is based on capabilities defined by (OpenChain Project Tooling Work Group)(https://github.com/Open-Source-Compliance/Sharing-creates-value/tree/master/Tooling-Landscape/Capabilities).
7474
options:
7575
- label: Resolve dependencies
76-
- label: Analyze package manifests
77-
- label: Analyze package files
78-
- label: Analyze containers
79-
- label: Analyze binaries
80-
- label: Analyze ELF binaries
81-
- label: Analyze Windows binaries
82-
- label: Download source package
83-
- label: Analyze source code
84-
- label: Inventory for packages and components
85-
- label: License obligations database
86-
- label: Scan for copyright
87-
- label: Scan for license
88-
- label: Analyze forensic code
89-
- label: Check policies
90-
- label: Obligation fulfillment
91-
- label: Generate compliance documents
92-
- label: Consistent artifact compliance
76+
- label: Analyze package manifests
77+
- label: Analyze package files
78+
- label: Analyze containers
79+
- label: Analyze binaries
80+
- label: Analyze ELF binaries
81+
- label: Analyze Windows binaries
82+
- label: Download source package
83+
- label: Analyze source code
84+
- label: Inventory for packages and components
85+
- label: License obligations database
86+
- label: Scan for copyright
87+
- label: Scan for license
88+
- label: Analyze forensic code
89+
- label: Check policies
90+
- label: Obligation fulfillment
91+
- label: Generate compliance documents
92+
- label: Consistent artifact compliance
9393
- type: textarea
9494
id: capabilities_other
9595
attributes:
9696
label: Other capabilities?
9797
description: List other capabilities not included above.
98-
placeholder:
99-
value:
100-
validations:
101-
- type: textarea
98+
- type: textarea
10299
id: roadmap_short
103100
attributes:
104101
label: Short-term Roadmap
105102
description: Please list what is planned for your tool in the next 3-6 months. You can also include a URL if there is a public roadmap available.
106-
placeholder:
107-
value:
108-
validations:
109-
- type: textarea
103+
- type: textarea
110104
id: roadmap_long
111105
attributes:
112106
label: Long-term Roadmap
113107
description: Please list what is planned for your tool after the next 6 months. You can also include a URL if there is a public roadmap available.
114-
placeholder:
115-
value:
116-
validations:
117-
- type: checkboxes
108+
- type: checkboxes
118109
id: features_commercial
119110
attributes:
120111
label: Is there a commercial version of your tool that provides additional features for users?
121-
description:
122112
options:
123113
- label: Yes
124-
- labe: No
114+
- label: No
125115
required: true
126-
- type: checkboxes
116+
- type: checkboxes
127117
id: data_commercial
128118
attributes:
129119
label: Does your tool use proprietary data sources?
130-
description:
131120
options:
132121
- label: Yes
133-
- labe: No
122+
- label: No
134123
required: true
135124
- type: checkboxes
136125
id: FOSS
@@ -148,7 +137,7 @@ body:
148137
options:
149138
- label: I agree to follow this project's Code of Conduct
150139
required: true
151-
- type: checkboxes
140+
- type: checkboxes
152141
id: sharing
153142
attributes:
154143
label: Data sharing

0 commit comments

Comments
 (0)