-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue triage: remove old templates, add new ones #3883
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
name: Bug report for the Element Android app | ||
description: Report any issues that you have found with the Element app. Please [check open issues](https://github.com/vector-im/element-android/issues) first, in case it has already been reported. | ||
labels: [T-Defect] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
|
||
Please report security issues by email to [email protected] | ||
- type: textarea | ||
id: reproduction-steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please attach screenshots, videos or logs if you can. | ||
placeholder: Tell us what you see! | ||
value: | | ||
1. Where are you starting? What can you see? | ||
2. What do you click? | ||
3. More steps… | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-result | ||
attributes: | ||
label: What did you expect? | ||
placeholder: Tell us what you expected to happen in as much detail as you can. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: actual-result | ||
attributes: | ||
label: What happened? | ||
placeholder: Tell us what went wrong | ||
validations: | ||
required: true | ||
- type: input | ||
id: device | ||
attributes: | ||
label: Your phone model | ||
placeholder: e.g. Samsung S6 | ||
validations: | ||
required: false | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system version | ||
placeholder: e.g. Android 10.0 | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Application version and app store | ||
description: You can find the version information in Settings -> Help & About. | ||
placeholder: e.g. Element version 1.7.34, olm version 3.2.3 from F-Droid | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: rageshake | ||
attributes: | ||
label: Have you submitted a rageshake? | ||
description: | | ||
Did you know that you can shake your phone to submit logs for this issue? Trigger the defect, then shake your phone and you will see a popup asking if you would like to open the bug report screen. Click YES, and describe the issue, mentioning that you have also filed a bug. Submit the report to send anonymous logs to the developers. | ||
options: | ||
- 'Yes' | ||
- 'No' | ||
validations: | ||
required: true | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Enhancement request | ||
description: Do you have a suggestion or feature request? | ||
labels: [T-Enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to propose a new feature or make a suggestion. | ||
- type: textarea | ||
id: usecase | ||
attributes: | ||
label: Your use case | ||
description: What would you like to be able to do? Please feel welcome to include screenshots or mock ups. | ||
placeholder: Tell us what you would like to do! | ||
value: | | ||
#### What would you like to do? | ||
|
||
#### Why would you like to do it? | ||
|
||
#### How would you like to achieve it? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: alternative | ||
attributes: | ||
label: Have you considered any alternatives? | ||
placeholder: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
placeholder: Is there anything else you'd like to add? | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Issue templates: modernise and sync with element-web |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not ask for the homeserver type and version anymore? In some circumstance it can be useful. Synapse is not the only implementation of a Matrix server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way for the user to find out homeserver version? (we didn't ask for it before)