All Tools View Categories About Contact Privacy

Issue Template Generator

Create GitHub / GitLab issue templates for bugs, features, and security reports.

Runs entirely in your browser — nothing is uploaded.

      

About Issue Template Generator

Choose a template type — bug report, feature request, or security report — and generate platform-ready markdown. Sections adapt to the issue kind and platform wording so bug reports include repro steps and feature requests include acceptance criteria.

Features

Three issue types: bug report, feature request, security report,GitHub or GitLab wording,Suggested label header block,Environment and repro sections for bugs,Acceptance criteria for feature requests,Markdown checklist placeholders,Line/word report before export

How to Use

1. Pick the issue type. 2. Pick the platform. 3. Optionally set suggested labels. 4. Generate and review the report. 5. Save the markdown into your repository template folder and activate it in settings.

Examples

bug_report.md for crashes and regressions, feature_request.md for new capabilities with acceptance criteria, security_report.md for responsible disclosure paths.

Benefits

Consistent triage-able issues with every required detail first try, less back-and-forth, and an easy jump for reporters via the chooser.

Frequently Asked Questions

What is an issue template?
A markdown form that pre-fills the issue body so reporters give complete, consistent information. GitHub, GitLab, and Bitbucket all support them.
Where do I save the file?
On GitHub use .github/ISSUE_TEMPLATE/bug_report.md (or one file per type) with an optional config.yml chooser. GitLab uses .gitlab/issue_templates/ and Bitbucket uses .github/ISSUE_TEMPLATE/.
Can I make more than one type?
Yes. Generate separate templates for bug report, feature request, and security report, then save each as its own file. A chooser picks between them.
Are labels supported?
Surfaced in the template header as suggested labels (for example bug, enhancement, security) so the reporter or a bot can apply them automatically.
Does it work for GitLab?
Yes. Switch to GitLab mode to get merge request wording and the .gitlab/issue_templates/ save location, plus GitLab-style section headings.
What is a reproducer?
For bugs: a minimal way to trigger it, ideally a short code block or a separate repository. The template includes a step-by-step repro placeholders.
Are checkboxes auto-filled?
No. The template ships with - [ ] placeholders that the reporter fills in. Platforms render them as interactive during editing.
Is anything uploaded?
No. The template is assembled locally in your browser and exported as markdown text ready to save or paste.