Skip to content

Commit

Permalink
Merge branch 'main' into v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spikehidden authored Jun 21, 2022
2 parents 32d55a8 + 7c3c48f commit 728bd22
Show file tree
Hide file tree
Showing 12 changed files with 117 additions and 64 deletions.
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
name: Bug report
description: Create a report to help us improve

labels: ["bug"]
assignees:
- spikehidden
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: Tell us what you see!
validations:
required: true

- type: input
id: script-version
attributes:
label: Script Version
description: The version of my script.
placeholder: "[e.g. 1.0]"
validations:
required: true

- type: textarea
id: denizen
attributes:
label: Denizen
description: |
examples:
- **Version**: 1.2.4-SNAPSHOT (build 1766-REL)
- **Addons**: Depenizen, ect.
value: |
- Version:
- Addons:
# validations:
# required: true

- type: textarea
id: server
attributes:
label: Server
description: The exact output of the `/version` command.
placeholder: |
Current: git-Purpur-1632 (MC: 1.18.2)*
Previous: git-Purpur-1623 (MC: 1.18.2)
You are running the latest version
# validations:
# required: true

- type: input
id: log
attributes:
label: Log
description: |
Pastebin Link to the log with the error.
Please user [this Pastebin](https://paste.denizenscript.com/New/Log) as it can automaticly censor IPs and chat messages.
validations:
required: false
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: Feature request
description: Create a report to help us improve

labels: ["new feature"]
assignees:
- spikehidden
body:
- type: markdown
attributes:
value: |
Fill out this form to request a new feature.
- type: textarea
id: description
attributes:
label: Describe the feature
description: |
A clear and concise description of what shall be added.
placeholder: ex. I'd like to be able to do [...] so I can [...]
validations:
required: true

- type: textarea
id: alternative
attributes:
label: Alternatives
description: |
Describe alternatives you've considered.
Like maybe other Denizen Scripts which does somthing similar or
which we should use features of.
(Do not ask for compatibility for actual Plugins that are not from Denizen/Citizen unless you want to be able to get data from user data in YAML files.)
validations:
required: false

- type: textarea
id: context
attributes:
label: More context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-list-output-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: New List output format
about: Request a new export format for the code list
title: ''
labels: Export Format
labels: new export format
assignees: spikehidden

---
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

*.psd
*.bat
*.ps1
*_ignore.*
Expand Down
6 changes: 6 additions & 0 deletions Logo/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Logo License
**© 2022 Spikehidden**\
All rights reserved

*This only applies to the Logo and Name of the script.*\
*The license for the actual script itself can be found [here](/LICENSE.md)*
Binary file added Logo/logo.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 Logo/logo@0,25x.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 Logo/logo@0,5x.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 Logo/logo@0,75x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Code Redeem Script Logo](/Logo/logo%400%2C25x.png)

[![GitHub release](https://img.shields.io/github/release/Spikehidden/CodeRedeemScript?include_prereleases=&sort=semver&color=blue)](https://github.com/Spikehidden/CodeRedeemScript/releases/)
[![License](https://img.shields.io/github/license/Spikehidden/CodeRedeemScript?logo=Creative%20commons)](#LICENSE)
[![issues - CodeRedeemScript](https://img.shields.io/github/issues/Spikehidden/CodeRedeemScript)](https://github.com/Spikehidden/CodeRedeemScript/issues)
Expand All @@ -10,7 +12,7 @@
[![GitHub all releases](https://img.shields.io/github/downloads/Spikehidden/CodeRedeemScript/total?logo=github&style=flat)](https://github.com/spikehidden/CodeRedeemScript/releases/latest)
[![GitHub stars](https://img.shields.io/github/stars/spikehidden/CodeRedeemScript)](https://github.com/spikehidden/CodeRedeemScript/stargazers)

# Spikehidden's Code Redeem Script
# Spikehidden's Code Redeem Script
A Denizen Script do create redeemable codes with pastebin support.
## Config

Expand Down

0 comments on commit 728bd22

Please sign in to comment.