- Adds issue type to each template - Differentiates user-submitted "Change Request" from internal "Planned Feature". This allows us to separate user-submitted ideas from work we've planned through the new feature workflow, and automatically set the github project. - Adds template for docs change - Makes additional context section optional, I noticed many issues put "n/a" or similar in this section anyway. - Disables blank issue adds generic "Task" issue template
16 lines
574 B
YAML
16 lines
574 B
YAML
name: Localization Request
|
|
description: Request a new language or translation.
|
|
title: "[L10N]: "
|
|
labels: ["localization"]
|
|
type: "Task"
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Language
|
|
description: Specify the language you'd like to add or translate. A list of currently supported languages can be found in our [Weblate project](https://hosted.weblate.org/engage/browsertrix/).
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Context
|
|
description: Any background information that helps us understand the request. |