Skip to content

Commit

Permalink
Use master for development
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Aug 30, 2024
1 parent 8fdf562 commit 530c0e2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ for local development.
$ git clone [email protected]:your_name_here/jupyter-black.git
$ cd jupyter-black

1. Check out the `dev` branch, where development happens prior to being merged
into `master`. Your changes should be based on the `dev` branch, and your PR
should eventually be requested against my `dev` branch.

$ git checkout dev

1. Install your local copy into a virtualenv (`venv` in modern python). Some
linux distributions will require you to install `python-venv` or
`python3-venv`, other times it will already be bundled with python. There
Expand Down Expand Up @@ -95,7 +89,7 @@ for local development.
$ git commit -m "Your detailed description of your changes."
$ git push origin name-of-your-bugfix-or-feature

1. Submit a pull request through the GitHub website against my `dev` branch.
1. Submit a pull request through the GitHub website against my `master` branch.

## Pull Request Guidelines

Expand Down

0 comments on commit 530c0e2

Please sign in to comment.