• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

pull-request

A plugin to make a pull request of your current Git project using Github or Gitlab.
  • #pull
  • #request
  • #pull request
  • #git
  • #github
eko
3,139
3
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Pull Request (Atom package)

Build Status

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.

Package preview

Installation

Using the Atom Package Manager:

$ apm install pull-request

Or Settings ➔ Install ➔ Search for pull-request.

Configuration

Using Github

  1. Go to https://github.com/settings/tokens and create a new API token
  2. Open your config.cson file
  3. Add this snippet (replacing '' with the token you created):
"pull-request":
  githubApiToken: "<your-token>"

Using Gitlab

  1. Go to https://gitlab.com/profile/personal_access_tokens and create a new API token
  2. Open your config.cson file
  3. Add this snippet (replacing '' with the token you created):
  4. Optionally, if you rely on a private Gitlab server, also fill in your base uri.
"pull-request":
  gitlabApiToken: "<your-token>"
  gitlabUrl: "https://gitlab.acme.tld"

Usage

You can use the ctrl + alt + p pre-defined shortcut or just search for Pull Request: Open using the palette.

Contributing

Feel free to contribute on this package, I will be happy to work with you.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by