Skip to content

Commit

Permalink
Clarifications in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Jun 15, 2024
1 parent e895c98 commit fb70013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Contributing to `exif-stripper`
# Contributing Guidelines

Contributions are welcome. Please adhere to the following process.

## 1. Open an issue
Open up an issue describing in detail the bug or feature request you are proposing. Be sure to fill out all the information requested in the template. Please wait for confirmation from a maintainer that this unit of work is in line with the project's roadmap *before* submitting a pull request.

## 2. Work on your changes
Once you have been given the go ahead, you can start working on the code. Start by forking the project, cloning locally, and then creating a branch to work on. You will need to then install the `dev` dependencies, which can be done by running the following command:
Once you have been given the go ahead, you can start working on the code. Start by forking the project, cloning locally, and then creating a branch to work on. You will need to then install main dependencies as well as the `dev` dependencies, which can be done by running the following command:

```shell
$ pip -e '.[dev]'
Expand Down

0 comments on commit fb70013

Please sign in to comment.