mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
5a65341e82
Remove old Markdown templates and replace with new YAML templates. Improve wording slightly, add links. Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
21 lines
824 B
YAML
21 lines
824 B
YAML
name: Matrix SDK bug or enhancement
|
|
description: Report issue or ask for a feature in the [Android Matrix SDK](https://github.com/matrix-org/matrix-android-sdk2)
|
|
title: "[SDK] "
|
|
labels: [matrix-sdk]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this issue!
|
|
|
|
Please report security issues by email to security@matrix.org
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Report issue or ask for a feature in the [Android Matrix SDK](https://github.com/matrix-org/matrix-android-sdk2)
|
|
placeholder: This issue template should be used by third party application maintainers, to report a bug or to request a feature on the SDK module of the Element Android application.
|
|
validations:
|
|
required: true
|