Skip to content

Commit

Permalink
fix links in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Jan 19, 2024
1 parent 812a9ae commit 1bdec5b
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
Expand Up @@ -2,7 +2,7 @@

All contributions are welcome! Besides code contributions, this includes things like documentation improvements, bug reports, and feature requests.

You should first check if there is a [GitHub issue](https://github.com/westerveltco/django-email-relay/issues) already open or related to what you would like to contribute. If there is, please comment on that issue to let others know you are working on it. If there is not, please open a new issue to discuss your contribution.
You should first check if there is a [GitHub issue](https://github.com/westerveltco/django-twc-toolbox/issues) already open or related to what you would like to contribute. If there is, please comment on that issue to let others know you are working on it. If there is not, please open a new issue to discuss your contribution.

Not all contributions need to start with an issue, such as typo fixes in documentation or version bumps to Python or Django that require no internal code changes, but generally, it is a good idea to open an issue first.

Expand All @@ -20,7 +20,7 @@ python -m venv venv
source venv/bin/activate
```

3. Install `django-email-relay` and the `dev` dependencies in editable mode:
3. Install `django-twc-toolbox` and the `dev` dependencies in editable mode:

```shell
python -m pip install -e '.[dev]'
Expand Down

0 comments on commit 1bdec5b

Please sign in to comment.