mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
docs: Align GitHub issue templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
8228f770b9
commit
2b16d01ecb
3 changed files with 11 additions and 10 deletions
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Bug report
|
name: 🐞 Bug report
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
labels: [ "bug", "0. Needs triage" ]
|
labels: [ "bug", "0. Needs triage" ]
|
||||||
body:
|
body:
|
||||||
|
@ -6,7 +6,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thank you for contributing! Before reporting, please ensure the following:
|
Thank you for contributing! Before reporting, please ensure the following:
|
||||||
|
|
||||||
* You've [searched for similar issues](https://github.com/nextcloud/talk-android/issues) and didn't find a duplicate.
|
* You've [searched for similar issues](https://github.com/nextcloud/talk-android/issues) and didn't find a duplicate.
|
||||||
* You've written a clear and descriptive title for this issue, something like "Crash when trying to send a file on group chat"
|
* You've written a clear and descriptive title for this issue, something like "Crash when trying to send a file on group chat"
|
||||||
* You agree to Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/)
|
* You agree to Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/)
|
||||||
|
@ -64,9 +64,9 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## Server information
|
## Server information
|
||||||
|
|
||||||
If you're unsure about any of these fields, just leave them empty.
|
If you're unsure about any of these fields, just leave them empty.
|
||||||
- type: input
|
- type: input
|
||||||
id: server-version
|
id: server-version
|
||||||
|
|
11
.github/ISSUE_TEMPLATE/config.yml
vendored
11
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,8 +1,9 @@
|
||||||
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
|
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
|
||||||
# SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro.brey@nextcloud.com>
|
|
||||||
# SPDX-FileCopyrightText: 2021 Joas Schilling <coding@schilljs.com>
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Community Support and Help
|
- name: 🗺️ Feature request for the full Nextcloud Talk suite
|
||||||
url: https://help.nextcloud.com/
|
url: https://github.com/nextcloud/spreed/issues/new/choose
|
||||||
about: For questions and general help
|
about: Suggest an idea for Nextcloud Talk for all users, client and server
|
||||||
|
- name: ❓ Community Support and Help
|
||||||
|
url: https://help.nextcloud.com/
|
||||||
|
about: Configuration, webserver/proxy or performance issues and other questions
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Feature request
|
name: 🚀 Feature request specifically for Nextcloud Talk Android
|
||||||
about: Suggest an idea for Nextcloud Talk Android
|
about: Suggest an idea for Nextcloud Talk Android
|
||||||
title: ''
|
title: ''
|
||||||
labels: 0. Needs triage, enhancement
|
labels: 0. Needs triage, enhancement
|
||||||
|
|
Loading…
Reference in a new issue