# Conflicts: # README.md # app/build.gradle # app/lint-baseline.xml # app/src/main/java/com/keylesspalace/tusky/components/notifications/NotificationsFragment.kt # app/src/main/java/com/keylesspalace/tusky/components/notifications/StatusNotificationViewHolder.kt # app/src/main/java/com/keylesspalace/tusky/components/preference/PreferencesFragment.kt # app/src/main/java/com/keylesspalace/tusky/util/ThemeUtils.kt # app/src/main/res/layout/activity_about.xml # app/src/main/res/layout/item_emoji_pref.xml # app/src/main/res/values-ar/strings.xml # app/src/main/res/values-bg/strings.xml # app/src/main/res/values-cy/strings.xml # app/src/main/res/values-de/strings.xml # app/src/main/res/values-fa/strings.xml # app/src/main/res/values-gd/strings.xml # app/src/main/res/values-gl/strings.xml # app/src/main/res/values-hu/strings.xml # app/src/main/res/values-is/strings.xml # app/src/main/res/values-it/strings.xml # app/src/main/res/values-ja/strings.xml # app/src/main/res/values-nl/strings.xml # app/src/main/res/values-oc/strings.xml # app/src/main/res/values-pt-rBR/strings.xml # app/src/main/res/values-pt-rPT/strings.xml # app/src/main/res/values-ru/strings.xml # app/src/main/res/values-si/strings.xml # app/src/main/res/values-sv/strings.xml # app/src/main/res/values-tr/strings.xml # app/src/main/res/values-uk/strings.xml # app/src/main/res/values-vi/strings.xml # app/src/main/res/values-zh-rCN/strings.xml # app/src/main/res/values/strings.xml # fastlane/metadata/android/ru/full_description.txt # fastlane/metadata/android/zh-Hans/full_description.txt
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
name: Bug Report
|
|
description: If something isn't working as expected
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Make sure that you are submitting a new bug that was not previously reported or already fixed.
|
|
|
|
Please use a concise and distinct title for the issue.
|
|
|
|
If possible, attach screenshots, videos or links to posts to illustrate the problem.
|
|
- type: textarea
|
|
attributes:
|
|
label: Detailed description
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce the problem
|
|
description: What were you trying to do?
|
|
value: |
|
|
1.
|
|
2.
|
|
3.
|
|
...
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Debug information
|
|
description: |
|
|
This info can be copied from the 'About' screen in Tusky 24+.
|
|
If you are on a lower version or can't access the screen, please provide us with the Tusky Version, Android Version, Device and the Mastodon instance this problem occurred on.
|
|
placeholder: |
|
|
Tusky Test 22.0-b814c2c0
|
|
Android 12
|
|
Fairphone 4
|
|
mastodon.social
|
|
validations:
|
|
required: true
|