ldelossa / gh.nvim

A fully featured GitHub integration for performing code reviews in Neovim.
MIT License
543 stars 25 forks source link

Feat: Create Issue #38

Open ldelossa opened 2 years ago

ldelossa commented 2 years ago

Implement creating a new issue.

m42e commented 6 months ago

How should this look like? Like a form? Or more like a git commit, where the first line in the title and the rest is the body.

Should templates be fetched? (Do not know if or how this could work)

ldelossa commented 6 months ago

Not sure about templates, it would be a "nice to have" but maybe not required for an initial impl.

Git commit style sounds rad to me, just keep it simple like a "subject" "comment".

Once its created we can use the issue buffers to add/remove assigns, etc...

Also open to your opinions if you want to take this on, youve been making a lot of good PRs so you can just run with how you think this could work if you want to see it implemented.