Skip to content

Commit b8ff201

Browse files
authored
Update WEBSITE.yaml
1 parent 68a9f76 commit b8ff201

1 file changed

Lines changed: 37 additions & 10 deletions

File tree

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,45 @@
11
name: Java DevRel Websites
2-
description: Fill issues related to https//inside.java, https://dev.java, etc.
3-
title: "[issue]:"
2+
description: Issue(s) or suggestion(s) related to Java DevRel sites, ex. https://inside.java, https://dev.java, etc.
3+
title: "[Web Issue]:"
4+
labels: ["webiste"]
5+
assignees:
6+
- octocat
47
body:
58
- type: markdown
69
attributes:
710
value: |
8-
If you believe you have found a security vulnerability please report it through [Oracle's Security Vulnerability reporting process](https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html).
9-
Thanks for taking the time to fill out this bug report!
10-
- type: checkboxes
11-
id: terms
11+
:warning: If you believe you have found a security vulnerability in the Java Playground please report it through [Oracle's Security Vulnerability reporting process](https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html).
12+
13+
Thanks for taking the time to fill out this report!
14+
- type: textarea
15+
id: what-happened
1216
attributes:
13-
label: Code of Conduct
14-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
17+
label: What happened?
18+
description: "Also tell us, what did you expect to happen? Make sure to inlcude any relevant information. If needed, you can upload screeshot(s) in this area."
19+
placeholder: Please, tell us what you see and on which site.
20+
value: "An issue happened!"
21+
validations:
22+
required: true
23+
- type: dropdown
24+
id: browsers
25+
attributes:
26+
label: What browsers are you seeing the problem on?
27+
multiple: true
1528
options:
16-
- label: I agree to follow this project's Code of Conduct
17-
required: true
29+
- Firefox
30+
- Chrome
31+
- Safari
32+
- Microsoft Edge
33+
- Brave
34+
- Other
35+
validations:
36+
required: true
37+
- type: input
38+
id: contact
39+
attributes:
40+
label: Contact Details (optional)
41+
description: If you agree to be contacted should we need more info, please leave your email. Note that your email will be visible in this report.
42+
placeholder: ex. email@example.com
43+
validations:
44+
required: false
1845

0 commit comments

Comments
 (0)