Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
name: "Bug Report"
description: Creatre a new issue for a bug.
title: "[BUG] - <title>"
labels: ["bug", "needs triage"]

body:
- type: textarea
id: description
attributes:
label: "Description"
description: Please enter an explicit description of your issue
placeholder: Short and explicit description of your incident...
validations:
required: true
- type: textarea
id: expected_behaviour
attributes:
label: "Expected Behaviour"
description: Please describe how you would expect the app to behave
placeholder: I would expect the app to ... because ...
validations:
required: true
- type: textarea
id: reprod
attributes:
label: "Reproduction steps"
description: Please enter an explicit description of your issue
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
render: bash
validations:
required: true
- type: textarea
id: environment
attributes:
label: "Environment"
descriptions: Speciy whether the bug occured on prod or test environment.
placeholder: e.g. https://www.test-pledge4future.org
validations:
required: false
- type: textarea
id: logs
attributes:
label: "Logs"
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: bash
validations:
required: false
- type: textarea
id: screenshot
attributes:
label: "Screenshots"
description: If applicable, add screenshots to help explain your problem.
value: |
![DESCRIPTION](LINK.png)
render: bash
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: "Browsers"
description: What browsers are you seeing the problem on ?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Opera
validations:
required: false
- type: textarea
id: browser_version
attributes:
label: "Browser Version"
description: The version of the browser you are using.
validations:
required: false
- type: dropdown
id: priority
attributes:
label: "Priority"
description: How urgent is a fix in your opinion?
options:
- Low
- Medium
- High
validations:
required: true
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: "Feature Request"
description: Create a new ticket for a new feature request
title: "[REQUEST] - <title>"
labels: [
"Feature Request", "needs triage"
]
body:
- type: textarea
id: summary
attributes:
label: "Summary"
description: Provide a brief explanation of the feature
placeholder: Describe in a few lines your feature request
validations:
required: true
- type: textarea
id: basic_example
attributes:
label: "Basic Example"
description: Indicate here some basic examples of your feature.
placeholder: A few specific words about your feature request.
validations:
required: true
- type: textarea
id: user_role
attributes:
label: "Your Role"
description: Describe the role you have when using the app.
placeholder: Specify for example if you are the representative of a working group or not...
validations:
required: false
- type: dropdown
id: priority
attributes:
label: "Priority"
description: How urgent is a fix in your opinion?
options:
- Low
- Medium
- High
validations:
required: true
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/GENERAL-ISSUE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "General Issue"
description: Create a generic, general ticket.
title: "<title>"
labels: [
"needs triage"
]
body:
- type: textarea
id: Issue Descriptions
attributes:
label: "Description"
description: Provide a description of your issue.
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
127 changes: 0 additions & 127 deletions .github/ISSUE_TEMPLATE/issue_template.yml

This file was deleted.