Skip to content

Commit

Permalink
Provide bug report & feature request as issue form (#1483)
Browse files Browse the repository at this point in the history
* Create feature_request.yml

* Delete Feature_request.md

* Create bug_report.yml

* Delete Bug_report.md
  • Loading branch information
tomkerkhove authored Feb 5, 2021
1 parent 062a206 commit e7a567d
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 55 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/Feature_request.md

This file was deleted.

84 changes: 84 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
name: Report a bug 🐛
about: Create a report to help us improve
labels: "bug"
assignees: tomkerkhove
issue_body: true
inputs:
- type: textarea
attributes:
label: Report
description: "What bug have you encountered?"
placeholder: "A clear and concise description of what the bug is."
- type: textarea
attributes:
label: Expected Behavior
description: What did you expect to happen?
required: true
placeholder: What did you expect to happen?
- type: textarea
attributes:
label: Actual Behavior
description: Also tell us, what did you see is happen?
required: true
placeholder: Tell us what you see that is happening
- type: textarea
attributes:
label: Steps to Reproduce the Problem
description: "How can we reproduce this bug? Please walk us through it step by step."
value: |
1.
2.
3.
...
required: true
- type: dropdown
attributes:
label: Component
description: What Promitor agent are you having issues with?
required: true
choices:
- Scraper
- Resource Discovery
- type: input
attributes:
label: Version
description: What version are you running?
required: true
- type: textarea
attributes:
label: Configuration
description: "Provide insights in the configuration that you are using, if you can share them"
value: |
Configuration:
```yaml
# Add your scraping configuration here
```
required: false
- type: textarea
attributes:
label: Logs
description: "Provide logs of our component, if you can share them"
value: |
```yaml
example
```
required: false
- type: dropdown
attributes:
label: Platform
description: Where is your cluster running?
required: false
choices:
- Alibaba Cloud
- Amazon Web Services
- Google Cloud
- Microsoft Azure
- Red Hat OpenShift
- Other
- type: input
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
required: false
placeholder: ex. email@example.com
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Feature request 🧭
about: Suggest an idea for this project
labels: "feature-request"
assignees: tomkerkhove
issue_body: true
inputs:
- type: textarea
attributes:
label: Proposal
description: "What would you like to have as a feature"
placeholder: "A clear and concise description of what you want to happen."
- type: input
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
required: false
placeholder: ex. email@example.com

0 comments on commit e7a567d

Please sign in to comment.