Loading…

How to use Issue Template Generator

Pick bug report or feature request, and the tool generates a Markdown GitHub issue template with the matching fields pre-structured.

Frequently asked questions

Can I have both bug report and feature request templates?

Yes, generate one of each and save them separately under .github/ISSUE_TEMPLATE/ — GitHub will let reporters pick which one to use.

Can I use this file directly in my repository?

Yes, as a starting point — review names, paths, and details against your actual project before committing.

Does generating this file upload anything to GitHub?

No. Everything is built client-side in your browser; nothing is sent anywhere until you commit it yourself.

More Dev Config Generators

Makefile Generator
Generate a tab-indented Makefile from target and command pairs with an automatic .PHONY line.
Jest Config Generator
Generate jest.config.js with test environment, ts-jest preset, and coverage collection options.
Babel Config Generator
Generate babel.config.json with preset-env, preset-react, and preset-typescript selections.
Vite Config Generator
Generate vite.config.js for React, Vue, or vanilla projects with a custom dev server port.
Stylelint Config Generator
Generate .stylelintrc.json extending standard, SCSS, and Prettier compatibility configs.
Procfile Generator
Generate a Heroku/Foreman Procfile from process type and command pairs for web and worker dynos.
Gitignore Generator
Generate combined .gitignore files by selecting multiple tech stacks and export ready-to-use ignore rules.
README Generator
Generate a complete Markdown README.md from project details, commands, stack, and license inputs.
GitHub Profile README Generator
Generate a GitHub profile README with badges, stats widgets, skills, and social links.
License Generator
Generate LICENSE text for MIT, Apache 2.0, GPL v3, BSD, and ISC with ownership placeholders.
Changelog Generator
Generate structured CHANGELOG.md entries from version and bullet point release notes.
GitHub Actions Generator
Generate CI workflow YAML for Node, Python, or Docker pipelines with branch settings.

← View all Dev Config GeneratorsBrowse all 1,100+ tools →