From 6a6772d5ed55b5479d4247bfdee4889e960c75e5 Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Sun, 11 Jan 2026 11:51:38 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature-requests.md | 21 ++++++++ .github/ISSUE_TEMPLATE/product-issues.md | 61 ++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-requests.md create mode 100644 .github/ISSUE_TEMPLATE/product-issues.md diff --git a/.github/ISSUE_TEMPLATE/feature-requests.md b/.github/ISSUE_TEMPLATE/feature-requests.md new file mode 100644 index 0000000..f67730c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-requests.md @@ -0,0 +1,21 @@ +--- +name: Feature requests +about: Use this template to suggest new features for Plunk +title: '' +labels: enhancement +assignees: '' + +--- + +## Is your feature request related to a problem? + +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +## Describe the solution you'd like +A clear and concise description of what you want to happen. + +## Alternatives or workarounds +A clear and concise description of any alternative solutions or features you've considered. + +## Additional context +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/product-issues.md b/.github/ISSUE_TEMPLATE/product-issues.md new file mode 100644 index 0000000..1f175c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/product-issues.md @@ -0,0 +1,61 @@ +--- +name: Product Issues +about: Use this template for bugs and issues on Plunk +title: '' +labels: bug, self-hosting +assignees: '' + +--- + +## Description + + +## To Reproduce + +## Expected behavior + +## Environment + +Please select the option that applies: + +* Deployment type: + + * [ ] Hosted + * [ ] Self-hosted + +If self-hosted, please provide relevant details (Docker, Kubernetes, bare metal, etc.): + + +## Version verification + +> ⚠️ **Important:** +> Self-hosted issues **must** be reproduced on the latest commit. +> Issues without a confirmed commit SHA may be closed without investigation. + +* [ ] I am using the hosted version + +**If self-hosted:** + +* [ ] I have confirmed this issue still exists on the **latest commit** (not the `latest` tag) + + * Commit SHA tested: `__________` + +## Logs / Error output + +If applicable, add logs, stack traces, or error messages here. + +``` +PASTE LOGS HERE +``` + +## Screenshots / Recordings / Additional context + +--- + +## Checklist + +Please confirm the following before submitting: + +* [ ] I have searched existing issues to ensure this bug has not already been reported +* [ ] I have provided clear reproduction steps +* [ ] I have included all relevant environment details