This package allows you to quickly prepare your pull request by driving you directly on your pull request creation page of your current Git project and by pre-defining source/target branches.
Using the Atom Package Manager:
$ apm install pull-request
Or Settings ➔ Install ➔ Search for pull-request
.
config.cson
file"pull-request":githubApiToken: "<your-token>"
config.cson
file"pull-request":gitlabApiToken: "<your-token>"gitlabUrl: "https://gitlab.acme.tld"
You can use the ctrl
+ alt
+ p
pre-defined shortcut or just search for Pull Request: Open
using the palette.
Feel free to contribute on this package, I will be happy to work with you.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.