Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Schneider <[email protected]>
  • Loading branch information
clementbiron and MattiSG authored Jun 19, 2024
1 parent 0149761 commit 51bb04b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/DISCUSSION_TEMPLATE/new-type.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
title: "Add: "
title: "Add <suggested new type name>"
labels: ["New type"]
body:
- type: input
id: name
attributes:
label: Type name
description: The name of the terms type you would like to add.
description: The name of the terms type to add, in Title Case.
placeholder: Business Privacy Policy
validations:
required: true
- type: textarea
id: alternative-type-names
attributes:
label: Alternative type names
description: Different names for the same terms type.
description: Known synonyms for the same terms type.
placeholder: Business Users Privacy Policy, Commercial Privacy Policy
- type: input
id: writer
attributes:
label: Writer
description: The writer of the document, in most cases the service provider itself.
placeholder: intermediation service provider
description: The author of the document, in most cases the service provider itself.
placeholder: service provider
- type: input
id: audience
attributes:
Expand All @@ -38,10 +38,10 @@ body:
attributes:
label: Examples
description: |
Examples of documents of this new terms type with the URL address from which the document can be accessed, the title of the document provided at this URL and the name of the service. For example:
Examples of documents that contain terms of the suggested type, in the form `URL - Title - Service name`, one per line. Provide the URL address at which the document can be accessed; the title of the document provided at this URL; and the name of the service.
`https://www.partners.skyscanner.net/privacy-policy - Corporate Business Contact Privacy Notice - Skyscanner`
placeholder: |
URL - Title - Service name
https://www.partners.skyscanner.net/privacy-policy - Corporate Business Contact Privacy Notice - Skyscanner
- type: textarea
id: references
attributes:
Expand Down

0 comments on commit 51bb04b

Please sign in to comment.