Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Jan 6, 2024
0 parents commit c28ba3c
Show file tree
Hide file tree
Showing 10 changed files with 156 additions and 0 deletions.
71 changes: 71 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
name: Bug Report
description: Create a report to see it being fixed
labels: ["bug"]
body:
- type: dropdown
id: product
attributes:
label: Product
description: What product is this issue about?
options:
- Quantum
- Unix
- Carbon
- Socialite
validations:
required: true

- type: textarea
attributes:
label: Describe the issue
description: A clear and concise description of what the issue is
validations:
required: true

- type: input
attributes:
label: Product Version
description: Version number of the product you're running (latest is not a version)
placeholder: 1.4.0
validations:
required: true

- type: input
attributes:
label: Pterodactyl Panel Version
description: Version number of your Panel (latest is not a version)
placeholder: 1.4.0
validations:
required: false

- type: textarea
attributes:
label: To Reproduce
description: Steps to reproduce the behaviour
placeholder: "1. Go to '...'
2. Click on '....'
3. Scroll down to '.....'
4. See error"
validations:
required: false

- type: textarea
attributes:
label: Expected Behaviour
description: What were you expecting to happen?
validations:
required: false

- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem
validations:
required: false

- type: textarea
attributes:
label: Additional Information
description: Add more information about the problem if necessary
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Need help?
url: https://discord.gg/vertisan-760945720470667294
about: Visit our Discord server for questions!
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Feature request
description: Suggest a feature we can add
labels: ["enhancement"]
body:
- type: dropdown
id: product
attributes:
label: Product
description: What product is this issue about?
options:
- Quantum
- Unix
- Carbon
- Socialite
validations:
required: true

- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen
validations:
required: true

- type: textarea
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
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here
validations:
required: false
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
quantum:
- '(### Product\n\nQuantum)'
unix:
- '(### Product\n\nUnix)'
carbon:
- '(### Product\n\nCarbon)'
socialite:
- '(### Product\n\nSocialite)'
18 changes: 18 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Issue Labeler"
on:
issues:
types: [opened]

permissions:
issues: write
contents: read

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ secrets.GITHUB_TOKEN }}
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Bug/suggestion tracker for Vertisan's Products
This repository is made to track bugs and suggestions in Vertisan's Pterodactyl products

### Looking to submit an issue with WemX?
Please refer to the right repository - [WemXPro/tracker](https://github.com/WemXPro/tracker)

## Quantum ⭐
[![Quantum](/images/quantum.png)](https://sourcexchange.net/products/quantum)

## Unix Theme
[![Unix Theme](/images/unix.png)](https://bbyb.it/r/20255)

## Carbon Theme
[![Carbon Theme](/images/carbon.png)](https://pterodactylmarket.com/resource/303)

## Socialite Module
[![Socialite Module](/images/socialite.gif)](https://pterodactylmarket.com/resource/559)
Binary file added images/carbon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/quantum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/socialite.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/unix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c28ba3c

Please sign in to comment.