Skip to content

Commit

Permalink
Added Issue Templates (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Dec 25, 2024
1 parent 878df90 commit 1bdefc3
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: Bug Report
description: Something within the app is not working as expected (SSH, app installation, etc...)
labels:
- bug
body:
- type: markdown
attributes:
value: |
## Device Information
- type: input
attributes:
label: Homebrew Channel Version
description: What is the version of Homebrew Channel you are using?
placeholder: "Example: 0.7.2"
validations:
required: true
- type: input
attributes:
label: Device Model
description: What is the model of your device?
placeholder: "Example: LG C2"
validations:
required: true
- type: input
attributes:
label: webOS Version
description: What is the webOS version of your device? Please don't confuse with the firmware version (XX.YY.ZZ).
placeholder: "Example: webOS 4.5.3"
validations:
required: true
- type: dropdown
attributes:
label: Rooted
description: Is your device rooted?
options:
- 'Yes'
- 'No'
- type: markdown
attributes:
value: |
## Host Information
Please provide information about the computer you are streaming from.
This information is important especially when experiencing performance issues.
- type: markdown
attributes:
value: |
## Issue Information
Please provide information about the issue you are experiencing.
This information is important to help us understand the issue.
- type: textarea
attributes:
label: Bug Description
description: What kind of incorrect behavior did you see?
placeholder: "Example: I can't see any apps in the Homebrew Channel"
validations:
required: true
- type: textarea
attributes:
label: Reproduction Steps
description: Can you reproduce the issue? If so, please share below as steps.
placeholder: |
Example:
1. Open Homebrew Channel
2. Seeing empty apps list
- type: textarea
attributes:
label: Expected Behavior
description: What is the correct behavior do you think?
placeholder: "Seeing list of apps in the Homebrew Channel"
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: false
contact_links:
- name: Request A New App
url: https://github.com/webosbrew/apps-repo/issues/new/choose
about: For requests and suggestions for new apps, create issue in webosbrew/apps-repo
- name: Report Issue of An App
url: https://repo.webosbrew.org/
about: For reporting issues of an app, visit the app's page in webosbrew/apps-repo, and follow the link to the app's issue tracker
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Feature Request
description: Suggest a new feature or improvement
labels:
- enhancement
body:
- type: textarea
attributes:
label: Description
description: Describe the feature you would like to have added.
placeholder: "Example: I would like to add multiple apps repositories."
validations:
required: true
- type: textarea
attributes:
label: Motivation
description: Why do you think this feature should be added?
placeholder: "Example: I have multiple apps repositories and I want to see all the apps in one place."
validations:
required: true
- type: textarea
attributes:
label: Additional Context
description: Add any other context or screenshots about the feature request here.
placeholder: "Example: My other repositories are..."

0 comments on commit 1bdefc3

Please sign in to comment.