An open API service indexing awesome lists of open source software.

https://github.com/krystofwoldrich/pr-agent

VS Code extension to get your next Github PR number right in the editor.
https://github.com/krystofwoldrich/pr-agent

extension github vscode

Last synced: 5 months ago
JSON representation

VS Code extension to get your next Github PR number right in the editor.

Awesome Lists containing this project

README

        



# PR Agent

Is a simple extension that creates a link to your next pull request. This might come handy if your work flow includes writing `CHANGELOG` entry with a link or number of the PR. That's it. Fun little side project that I can you in my daily workflow.

![Markdown command in action](https://raw.githubusercontent.com/krystofwoldrich/pr-agent/main/images/markdown-link.gif)

## Changelog

- feat(command): Next PR Markdown link ([#1](https://github.com/krystofwoldrich/pr-agent/pull/1))
- feat(command): Next PR Markdown number (#2)

## Thank you and recognition

Thank you https://github.com/ichard26/next-pr-number for the inspiration for this extension. I used the website many, many times.