joshsaintjacque / github-issue-link-generator

Instantly generate a GitHub issue URL that pre-fills content.

Home Page:http://githubissuelinkgenerator.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Issue Link Generator

What is it?

Sometimes you need a lightweight way to prefill a GitHub issue. I found myself in that position recently and wanted a quick-and-dirty way to generate an issue link with certain fields already filled out. I couldn't find one.

I turned to the docs and realized that I needed a body with various pieces of formatting (like whitespace) and writing that into the URL parameter was hard.

I'm pretty lazy, so I did the only rational thing: I spent a few hours creating this tool so that I could save a few minutes just writing the URL by hand. 🔥🔥🔥

Features

  • Instantly generate a GitHub issue URL by filling out some fields
  • All supported fields are included (title, body, labels, milestone, assignees, etc.)
  • Click to copy the URL
  • Click to open the URL
  • Fully responsive

Roadmap

  • idk lol 🤷‍♂️ - feel free to contribute or open an issue!

How is it built?

Plain HTML/JS. No custom CSS. Leaned hard into Matialize CSS. Hosted for free on GitHub Pages.

Contributing

Issues/PRs welcome!

About

Instantly generate a GitHub issue URL that pre-fills content.

http://githubissuelinkgenerator.com

License:MIT License


Languages

Language:HTML 79.9%Language:JavaScript 20.1%