Skip to content

Commit

Permalink
Merge pull request #213 from metrico/dev
Browse files Browse the repository at this point in the history
Weekly Update
  • Loading branch information
jacovinus authored Jan 5, 2023
2 parents c5d0723 + 8e45065 commit 1a49436
Show file tree
Hide file tree
Showing 258 changed files with 15,717 additions and 14,899 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/01_bug_report.yml
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.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/02_feature_request.yml
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.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ yarn-error.log*
cert.pem
key.pem
src/setupProxy.js
src/setupProxy.ts
Loading

0 comments on commit 1a49436

Please sign in to comment.