Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnp41 committed Jun 28, 2022
1 parent e8cc06f commit 6fc496b
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: 🐞 Bug report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
To help us understand the issue, please fill-in as much of the following information as you can:
- type: input
id: contact
attributes:
label: Contact details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: textarea
id: current-behavior
attributes:
label: Current behavior
description: A clear and concise description of what you are experiencing.
validations:
required: false
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: false
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
validations:
required: false
- type: textarea
id: environment
attributes:
label: Environment
description: Please tell us about your environment. Include any relevant information on how you are running DEP-PIPE.
value: |
- DEP-PIPE version:
- Platform/OS:
- Browser:
- Other:
validations:
required: false
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
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: shell
validations:
required: false
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: DEP-PIPE issues
url: https://github.com/DataCloud-project/DEP-PIPE/issues
about: Please report any bugs and requests for features here.
- name: DataCloud website
url: https://datacloudproject.eu/contacts
about: Please get in touch with us if you any questions regarding the DataCloud project.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: ⭐️ Feature request
description: Suggest an idea for this project
title: "[Feature request]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
To help us understand the issue, please fill-in as much of the following information as you can:
- type: input
id: contact
attributes:
label: Contact details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: false
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false

0 comments on commit 6fc496b

Please sign in to comment.