├── .github └── ISSUE_TEMPLATE │ ├── action-issue.md │ ├── bug_report.md │ └── feature-request-or-feature-change.md └── README.md /.github/ISSUE_TEMPLATE/action-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jellycuts/Jellycuts-Issues/HEAD/.github/ISSUE_TEMPLATE/action-issue.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jellycuts/Jellycuts-Issues/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature-request-or-feature-change.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jellycuts/Jellycuts-Issues/HEAD/.github/ISSUE_TEMPLATE/feature-request-or-feature-change.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jellycuts/Jellycuts-Issues/HEAD/README.md --------------------------------------------------------------------------------