Skip to content

Commit

Permalink
Optimise CSS, add gitignore, changed issue/feature template to yml,…
Browse files Browse the repository at this point in the history
… added images, overhauled repo
  • Loading branch information
SenpaiHunters committed Apr 3, 2024
1 parent 3daf67c commit 7a788a1
Show file tree
Hide file tree
Showing 24 changed files with 348 additions and 281 deletions.
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: Bug Report
description: File a bug report.
title: "🐛 [Title here]"
labels: ["bug"]
body:
- type: textarea
attributes:
label: Bug Description
description: Provide a clear and concise description of this bug, what is the repo/css issue you can see, etc.
validations:
required: true

- type: textarea
attributes:
label: Steps To Reproduce
description: Provide steps to reproduce this bug.
placeholder: |
1. [First Step]
2. [Second Step]
3. [and so on...]
validations:
required: true

- type: textarea
attributes:
label: Expected Behavior
description: Provide a clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
attributes:
label: Actual Behavior
description: Provide a clear and concise description of what happened.
validations:
required: true

- type: textarea
attributes:
label: Screenshots
description: Add screenshots to help explain this bug, if applicable.
validations:
required: false

- type: textarea
attributes:
label: Additional Context
description: Provide any additional information about this bug.
validations:
required: false

- type: checkboxes
attributes:
label: Final Checks
options:
- label: My issue title is descriptive
required: true
- label: This is a single bug (multiple bugs should be reported individually)
required: true

- type: markdown
attributes:
value: Thank you for taking the time to report this bug!
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Feature Request
description: Request a new feature.
title: "✨ [Title here]"
labels: ["feature"]
body:
- type: textarea
attributes:
label: Feature Request Description
description: Provide a clear and concise description of this feature request with any problems and solutions.
validations:
required: true

- type: textarea
attributes:
label: Screenshots
description: Add screenshots to help explain this feature request, if applicable.
validations:
required: false

- type: textarea
attributes:
label: Additional Context
description: Provide any additional information about this feature request.
validations:
required: false

- type: checkboxes
attributes:
label: Final Checks
options:
- label: My issue title is descriptive
required: true
- label: This is a single feature request (multiple feature requests should be reported individually)
required: true

- type: markdown
attributes:
value: Thank you for taking the time to report this feature request!
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Prevent `.DS_Store` from launching into the repo
.DS_Store
Loading

0 comments on commit 7a788a1

Please sign in to comment.