Skip to content

Commit c99cbca

Browse files
authoredJan 15, 2025··
Create tools.yml
1 parent a640b57 commit c99cbca

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/tools.yml

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
name: FOSS Compliance Tools
2+
description: Add your tool.
3+
title: "[FOSS Compliance Tools]: "
4+
labels: ["community"]
5+
projects: ["aboutcode-org/17"]
6+
assignees:
7+
-
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this form! This data will be used as a shared, public record of the features and capabilities of different FOSS tools for compliance.
13+
- type: input
14+
id: project
15+
attributes:
16+
label: project
17+
description: What is the name of your FOSS tool for compliance?
18+
placeholder: ex. FOSS Tool for Compliance
19+
validations:
20+
required: true
21+
- type: input
22+
id: contact
23+
attributes:
24+
label: Contact Details
25+
description: How can someone get in touch with you if we need more info?
26+
placeholder: ex. email@example.com
27+
validations:
28+
required: true
29+
- type: input
30+
id: website
31+
attributes:
32+
label: website
33+
description: Where can someone get more information?
34+
placeholder: ex. https://fosscompliancetool.org
35+
validations:
36+
required: true
37+
- type: textarea
38+
id: summary
39+
attributes:
40+
label: summary
41+
description: Please provide a brief summary of your tool.
42+
placeholder: Tell us all about it!
43+
value:
44+
validations:
45+
required: true
46+
- type: dropdown
47+
id: license
48+
attributes:
49+
label: License
50+
description: What license is used for your tool?
51+
options:
52+
-
53+
default: 0
54+
required: true
55+
- type: checkboxes
56+
id: features
57+
attributes:
58+
label: features
59+
description: What features does your tool provide?
60+
options:
61+
- Software identification
62+
- Vulnerability identification
63+
-
64+
- Alerting
65+
- Compliance automation
66+
validations:
67+
required: true
68+
- type: dropdown
69+
id: browsers
70+
attributes:
71+
label: What browsers are you seeing the problem on?
72+
multiple: true
73+
options:
74+
- Firefox
75+
- Chrome
76+
- Safari
77+
- Microsoft Edge
78+
- type: textarea
79+
id: logs
80+
attributes:
81+
label: Relevant log output
82+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
83+
render: shell
84+
85+
- type: checkboxes
86+
id: FOSS
87+
attributes:
88+
label: FOSS?
89+
description: By submitting this, you confirm that the tool and information shared is distributed with a free and open source license.
90+
options:
91+
- label: I confirm the tool is FOSS
92+
required: true
93+
- type: checkboxes
94+
id: terms
95+
attributes:
96+
label: Code of Conduct
97+
description: By submitting this, you agree to follow our [Code of Conduct](https://github.com/aboutcode-org/workshop/blob/main/CODE_OF_CONDUCT.rst).
98+
options:
99+
- label: I agree to follow this project's Code of Conduct
100+
required: true

0 commit comments

Comments
 (0)
Please sign in to comment.