-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix formatting with prettier * Regenerate yarn.lock --------- Co-authored-by: Audrey Lambert <[email protected]>
- Loading branch information
Showing
111 changed files
with
4,290 additions
and
3,410 deletions.
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
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 |
---|---|---|
|
@@ -2,83 +2,83 @@ name: Bug report for Tchap Web (in browser) | |
description: File a bug report if you are using Element in a web browser like Firefox, Chrome, Edge, and so on. | ||
labels: [web, v4, bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- 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: result | ||
attributes: | ||
label: Outcome | ||
placeholder: Tell us what went wrong | ||
value: | | ||
#### What did you expect? | ||
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: result | ||
attributes: | ||
label: Outcome | ||
placeholder: Tell us what went wrong | ||
value: | | ||
#### What did you expect? | ||
#### What happened instead? | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system | ||
placeholder: Windows, macOS, Ubuntu, Arch Linux… | ||
validations: | ||
required: false | ||
- type: input | ||
id: browser | ||
attributes: | ||
label: Browser information | ||
description: Which browser are you using? Which version? | ||
placeholder: e.g. Chromium Version 92.0.4515.131 | ||
validations: | ||
required: false | ||
- type: input | ||
id: webapp-url | ||
attributes: | ||
label: URL for webapp | ||
description: Which URL are you using to access the webapp? If a private server, tell us what version of Element Web you are using. | ||
placeholder: e.g. tchap.gouv.fr | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Application version | ||
description: You can find the version information in Settings -> Help & About. | ||
placeholder: e.g. Element version 1.7.34, olm version 3.2.3 | ||
validations: | ||
required: false | ||
- type: input | ||
id: homeserver | ||
attributes: | ||
label: Homeserver | ||
description: | | ||
Which server is your account registered on? If it is a local or non-public homeserver, please tell us what is the homeserver implementation (ex: Synapse/Dendrite/etc.) and the version. | ||
placeholder: e.g. matrix.org or Synapse 1.50.0rc1 | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: rageshake | ||
attributes: | ||
label: Will you send logs? | ||
description: | | ||
Did you know that you can send a /rageshake command from the web application to submit logs for this issue? Trigger the defect, then type `/rageshake` into the message input area followed by a description of the problem and send the command. You will be able to add a link to this defect report and submit anonymous logs to the developers. | ||
options: | ||
- "Yes" | ||
- "No" | ||
validations: | ||
required: true | ||
#### What happened instead? | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating system | ||
placeholder: Windows, macOS, Ubuntu, Arch Linux… | ||
validations: | ||
required: false | ||
- type: input | ||
id: browser | ||
attributes: | ||
label: Browser information | ||
description: Which browser are you using? Which version? | ||
placeholder: e.g. Chromium Version 92.0.4515.131 | ||
validations: | ||
required: false | ||
- type: input | ||
id: webapp-url | ||
attributes: | ||
label: URL for webapp | ||
description: Which URL are you using to access the webapp? If a private server, tell us what version of Element Web you are using. | ||
placeholder: e.g. tchap.gouv.fr | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Application version | ||
description: You can find the version information in Settings -> Help & About. | ||
placeholder: e.g. Element version 1.7.34, olm version 3.2.3 | ||
validations: | ||
required: false | ||
- type: input | ||
id: homeserver | ||
attributes: | ||
label: Homeserver | ||
description: | | ||
Which server is your account registered on? If it is a local or non-public homeserver, please tell us what is the homeserver implementation (ex: Synapse/Dendrite/etc.) and the version. | ||
placeholder: e.g. matrix.org or Synapse 1.50.0rc1 | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: rageshake | ||
attributes: | ||
label: Will you send logs? | ||
description: | | ||
Did you know that you can send a /rageshake command from the web application to submit logs for this issue? Trigger the defect, then type `/rageshake` into the message input area followed by a description of the problem and send the command. You will be able to add a link to this defect report and submit anonymous logs to the developers. | ||
options: | ||
- "Yes" | ||
- "No" | ||
validations: | ||
required: true |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Questions & support | ||
url: https://tchap.beta.gouv.fr/#contact | ||
about: Please ask and answer questions here. | ||
- name: Questions & support | ||
url: https://tchap.beta.gouv.fr/#contact | ||
about: Please ask and answer questions here. |
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 |
---|---|---|
@@ -1,10 +1,7 @@ | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
|
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
Oops, something went wrong.