Skip to content

Commit 5e67d58

Browse files
authored
further improve form validation
if one of two checkboxes can be marked, do not require it always require screenshot
1 parent 920a039 commit 5e67d58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/attribution_missing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ body:
2626
- label: The usage of the tiles is non-trivial. (Not a development site, not test code, not a personal project with negligible traffic, etc.)
2727
required: true
2828
- label: You have contacted the website/app owner or representative using the Love Letter model/template (https://osmfoundation.org/wiki/Licence/Attribution_Reminder_Templates) more than a week ago and no proper attribution has been added.
29-
required: true
29+
required: false
3030
- label: Or you have made a good faith effort to find working contact information for the website/app owner or representative but were unable to find a means to contact them.
31-
required: true
31+
required: false
3232
- type: markdown
3333
attributes:
3434
value: "## By checking the boxes above, you self-certify that you have fulfilled these criteria.\n---\n"
@@ -54,6 +54,8 @@ body:
5454
- type: markdown
5555
attributes:
5656
value: "Screenshot and URL of the Unattributed Map:"
57+
validations:
58+
required: true
5759
- type: checkboxes
5860
attributes:
5961
label: "The infringement is a:"
@@ -80,5 +82,3 @@ body:
8082
- type: markdown
8183
attributes:
8284
value: "By submitting this form, you affirm that all the details provided above are true and accurate to the best of your knowledge.\nAny updates and follow-ups will take place in the issue tracker here."
83-
validations:
84-
required: false

0 commit comments

Comments
 (0)