Skip to content

An extension that adds a button to create pull requests targeting your forked repository directly. Simplify your workflow and avoid targeting the wrong repository!

License

Notifications You must be signed in to change notification settings

samunohito/github-pr-fork-to-fork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Pull Request Fork to Fork

GitHub Pull Request Fork to Fork is a browser extension that simplifies your workflow when working with forked repositories. It adds a new button to create pull requests that target your forked repository directly, ensuring you never mistakenly send pull requests to the original repository.

Features

  • Adds a button for creating pull requests targeting your forked repository.
  • Automatically sets the target branch to the default branch of your fork.
  • Keeps existing GitHub functionality intact.
  • Reduces mistakes and streamlines your workflow.

Installation

Google Chrome

  1. Download the extension from the Chrome Web Store (link coming soon).
  2. Click Add to Chrome and confirm the installation.

Usage

  1. Navigate to the forked repository where you want to create a pull request.
  2. Click the new button labeled Create Pull Request to Fork.
  3. The pull request will automatically target your fork's default branch.

Screenshots

image

Development

Want to contribute? Here's how you can set up the project for local development:

  1. Clone the repository:

    git clone https://github.com/your-username/github-pull-request-fork-to-fork.git
    cd github-pull-request-fork-to-fork
  2. Install dependencies:

    pnpm install
  3. Build the extension:

    cd packages/chrome
    pnpm build
  4. Load the extension in your browser:

    • For Chrome: Load the dist directory as an unpacked extension.

Contributing

Bug reports and feature requests are accepted via GitHub Issues. Pull requests are also welcome. While there are no specific rules set at the moment, rules may be added in the future.

License

This project is licensed under the MIT License.

Supported Browsers

  • Google Chrome

About

An extension that adds a button to create pull requests targeting your forked repository directly. Simplify your workflow and avoid targeting the wrong repository!

Topics

Resources

License

Stars

Watchers

Forks