-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds Issue templates for bug report and feature request #567
base: main
Are you sure you want to change the base?
Conversation
Please approve.... @Schweinepriester |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may be just a normal user, but this looks okay. The owner of the repo has some suggestions.
EDIT: clarity
Really, if yes then accept this pull request.. pls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like you either copy pasted from somewhere or didn't put much thought into this.
I don't know which would be worse tbh.
- type: textarea | ||
attributes: | ||
label: Details | ||
description: To understand the issue, we need some details of your setup & system | ||
placeholder: | | ||
Version: xy / zg ...] | ||
validations: | ||
required: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes no sense in the context of this repo.
The system is github. For all of us.
- type: textarea | ||
attributes: | ||
label: Logs | ||
description: | ||
placeholder: | | ||
[example_log.txt / example_log.md ...] | ||
validations: | ||
required: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes no sense.
@@ -0,0 +1,5 @@ | |||
blank_issues_enabled: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
- type: textarea | ||
attributes: | ||
label: Logs | ||
description: Provide logs | ||
placeholder: | | ||
example_log.txt | ||
validations: | ||
required: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For feature requests? really?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Create a report to help us improve (search for duplicates first)
labels: enhancement
body:
- type: textarea
attributes:
label: Feature description
description: Explain clearly
placeholder: |
Tell us here about the feature
validations:
required: true
- type: textarea
attributes:
label: Logs
description: Provide logs
placeholder: |
example_log.txt
validations:
required: false
@@ -0,0 +1,28 @@ | |||
name: Feature Request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feature Requests makes little sense when this repo does not hold software.
This repo is purely documentation.
The term "feature request" doesn't really apply here.
Co-authored-by: port19 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: Bug report
description: Create a report to help us improve (search for duplicates first)
labels: bug
body:
- type: textarea
attributes:
label: Issue description
description: Explain clearly and unambiguously what went wrong
placeholder: |
Tell us here about the bug/problem
validations:
required: true
- type: textarea
attributes:
label: How to reproduce this issue?
description: Try to explain what you did for the bug to occur. A good explanation of steps to reproduce helps us locate the bug faster. If applicable, add screenshots to help explain your problem.
placeholder: |
Step 1: ...
Step 2: ...
...
validations:
required: true # Changed from `required: false` to `required: true`
- type: textarea
attributes:
label: Details
description: To understand the issue, we need some details of your setup & system
placeholder: |
Version: xy / zg ...
validations:
required: true
- type: textarea | ||
attributes: | ||
label: Logs | ||
description: Provide logs | ||
placeholder: | | ||
example_log.txt | ||
validations: | ||
required: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Create a report to help us improve (search for duplicates first)
labels: enhancement
body:
- type: textarea
attributes:
label: Feature description
description: Explain clearly
placeholder: |
Tell us here about the feature
validations:
required: true
- type: textarea
attributes:
label: Logs
description: Provide logs
placeholder: |
example_log.txt
validations:
required: false
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
contact_links:
- name: "GitHub"
url: https://github.com/Schweinepriester
about: My GitHub Page
- name: "LinkedIn"
url: https://www.linkedin.com/in/schweinepriester
about: My LinkedIn Profile
Modified by me. @PSGitHubUser1