Skip to content
Merged
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
16 changes: 16 additions & 0 deletions .github/DISCUSSION_TEMPLATE/general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
body:
- type: checkboxes
attributes:
label: Checklist
description: Following the guidelines can make you more likely to get responses.
options:
- label: >-
I have read and accepted the
[contributing guidelines](https://github.com/alexjustesen/speedtest-tracker/blob/main/CONTRIBUTING.md).
required: true
- type: textarea
attributes:
label: Description
description: Please describe in detail what you want to share.
validations:
required: true
21 changes: 21 additions & 0 deletions .github/DISCUSSION_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
body:
- type: dropdown
id: idea-section
attributes:
label: "Which part of the application does your idea belong to?"
description: "Select the section of the application that your idea pertains to."
options:
- "Charts"
- "Notifications"
- "Speedtest"
- "WebGui"
default: 0
validations:
required: true
- type: textarea
attributes:
label: Description
description: Please describe in detail what you want to share.
validations:
required: true

35 changes: 35 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
body:
- type: checkboxes
attributes:
label: Checklist
description: |
Before opening an Q&A make sure you've checked the resources below first, any Q&A that could have been solved by reading the docs or existing issues will be closed.
options:
- label: I have read the [docs](https://docs.speedtest-tracker.dev/help/faqs).
required: true
- label: I have searched open and closed issues.
required: true
- type: dropdown
id: deployment-environment
attributes:
label: Deployment Environment
description: How did you deploy the application?
options:
- Docker Compose
- Docker Run
- Bare Metal
default: 0
validations:
required: true
- type: textarea
attributes:
label: Description
description: Please describe your qeustion in detail.
validations:
required: true

- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Or logs? Anything that will give us more context about the issue you are encountering!
81 changes: 81 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_FORM.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
name: Bug Report
description: Use this template to report a bug or issue.
title: "[Bug]: "
labels: ["bug", "unverified"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! You should only use this form for issues, to request a change or feature use the [feature request form](https://github.com/alexjustesen/speedtest-tracker).
- type: checkboxes
attributes:
label: Pre-work
description: |
Before opening an issue make sure you've checked the resources below first, any issues that could have been solved by reading the docs or existing issues will be closed.
options:
- label: I have read the [docs](https://docs.speedtest-tracker.dev).
required: true
- label: I have searched open and closed issues.
required: true
- label: I agree to follow this project's [Code of Conduct]().
required: true
- type: textarea
id: description
attributes:
label: Description
description: Explain the issue you experienced, please be clear and concise.
placeholder: I went to the coffee pot and it was empty.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: In a perfect world, what should have happened?
placeholder: When I got to the coffee pot, it should have been full.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Describe how to reproduce the issue in repeatable steps.
placeholder: |
1. Go to the coffee pot.
2. Make more coffee.
3. Pour it into a cup.
validations:
required: true
- type: dropdown
id: deployment-environment
attributes:
label: Deployment Environment
description: How did you deploy the application?
options:
- Docker Compose
- Docker Run
- Bare Metal
default: 0
validations:
required: true
- type: textarea
id: application-information
attributes:
label: Application Information
description: To generate application information run `php artisan about --json` from the application's path. This will be automatically formatted into code, so no need for backticks.
render: json
validations:
required: true
- type: input
id: browsers
attributes:
label: What browser(s) are you seeing the problem on?
placeholder: Chrome, Firefox, Safari, etc.
validations:
required: true
- 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
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Feature Request
description: Use this template for requesting a new feature or change.
title: "[Feature]: "
labels: ["feature", "needs-review"]
body:
- type: markdown
attributes:
value: |
You should only use this form to request a change or new feature, to report a bug or issue use the [bug report form](https://github.com/alexjustesen/speedtest-tracker).
- type: checkboxes
attributes:
label: Pre-work
options:
- label: I have searched open and closed feature request to make sure this or similar feature request does not already exist.
required: true
- label: I have reviewed the [milestones](https://github.com/alexjustesen/speedtest-tracker/milestones) to ensure that this feature request, or a similar one, has not already been proposed.
required: true
- label: I agree to follow this project's [Code of Conduct]().
required: true
- type: dropdown
id: idea-section
attributes:
label: Which part of the application does your feature belong to?
description: Select the section of the application that your feature pertains to.
options:
- Charts
- Notifications
- Speedtest
- WebGui
default: 0
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: Describe the solution or feature you'd like, you should also mention if this solves a problem.
placeholder: Be sure to keep it clear and concise.
validations:
required: true
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

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: GitHub Community Support
url: https://github.com/orgs/community/discussions
about: Please ask and answer questions here.
- name: GitHub Security Bug Bounty
url: https://bounty.github.com/
about: Please report security vulnerabilities here.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.