-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #213 from metrico/dev
Weekly Update
- Loading branch information
Showing
258 changed files
with
15,717 additions
and
14,899 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: Bug report | ||
description: File a bug reports regarding Qryn view. | ||
labels: ['bug'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out an issue, this template is meant for any issues related to the Qryn view | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug. | ||
description: "A clear and concise description of what the bug is." | ||
placeholder: When you select query, it disappears. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Reproduction | ||
description: | | ||
How can this bug be reproduced? | ||
Provide screenshots or recordings if possible | ||
placeholder: | | ||
1. Switch on... | ||
2. Press button '....' | ||
3. Wait for the moon phase | ||
4. It disappears | ||
validations: | ||
required: true | ||
- type: input | ||
id: app-version | ||
attributes: | ||
label: Application version | ||
description: Specify version of Qryn view | ||
validations: | ||
required: true | ||
- type: input | ||
id: browser-version | ||
attributes: | ||
label: Browser version | ||
description: Specify version of your browser | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: Attach your debug logs here | ||
render: Text | ||
# Avoid rendering as Markdown here. | ||
- type: textarea | ||
id: anything-else | ||
attributes: | ||
label: Anything else? | ||
description: Let us know if you have anything else to share. |
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,24 @@ | ||
name: Feature Request | ||
description: For feature requests regarding the Qryn view. | ||
labels: ['feature request'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to fill out an issue, this template is meant for any feature suggestions. | ||
- type: textarea | ||
id: proposal | ||
attributes: | ||
label: "Description of the feature you're suggesting." | ||
description: | | ||
Please describe your feature request in as many details as possible. | ||
- Describe what it should do. | ||
- Note whetever it is to extend existing functionality or introduce new functionality. | ||
- Provide mock-up if possible | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: anything-else | ||
attributes: | ||
label: Anything else? | ||
description: Let us know if you have anything else to share. |
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 |
---|---|---|
|
@@ -25,3 +25,4 @@ yarn-error.log* | |
cert.pem | ||
key.pem | ||
src/setupProxy.js | ||
src/setupProxy.ts |
Oops, something went wrong.