You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
All contributions are welcome! Besides code contributions, this includes things like documentation improvements, bug reports, and feature requests.
4
4
5
-
You should first check if there is a [GitHub issue](https://github.com/westerveltco/django-simple-nav/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.
5
+
You should first check if there is a [GitHub issue](https://github.com/joshuadavidthomas/django-simple-nav/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.
6
6
7
7
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.
8
8
9
9
We adhere to Django's Code of Conduct in all interactions and expect all contributors to do the same. Please read the [Code of Conduct](https://www.djangoproject.com/conduct/) before contributing.
10
10
11
11
## Setup
12
12
13
-
The following setup steps assume you are using a Unix-like operating system, such as Linux or macOS, and that you have a [supported](https://django-simple-nav.westervelt.dev/en/latest/#requirements) version of Python installed. If you are using Windows, you will need to adjust the commands accordingly. If you do not have Python installed, you can visit [python.org](https://www.python.org/) for instructions on how to install it for your operating system.
13
+
The following setup steps assume you are using a Unix-like operating system, such as Linux or macOS, and that you have a [supported](https://django-simple-nav.joshthomas.dev/en/latest/#requirements) version of Python installed. If you are using Windows, you will need to adjust the commands accordingly. If you do not have Python installed, you can visit [python.org](https://www.python.org/) for instructions on how to install it for your operating system.
14
14
15
15
1. Fork the repository and clone it locally.
16
16
2. Install [uv](https://docs.astral.sh/uv/getting-started/installation/) if you don't already have it.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Then use the template tag wherever you want the nav to appear. The string is the
104
104
The [`example`](example/) directory contains a simple Django project that demonstrates how to use `django-simple-nav`, including navigation definitions for a few different scenarios and some popular CSS frameworks.
@@ -114,7 +114,7 @@ Then open your browser to `http://localhost:8000`.
114
114
115
115
## Documentation
116
116
117
-
For the full documentation — including permissions, extra context, Jinja2 support, self-rendering items, and more — please visit the [documentation site](https://django-simple-nav.westervelt.dev/).
117
+
For the full documentation — including permissions, extra context, Jinja2 support, self-rendering items, and more — please visit the [documentation site](https://django-simple-nav.joshthomas.dev/).
Copy file name to clipboardExpand all lines: RELEASING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,13 @@ When it comes time to cut a new release, follow these steps:
52
52
bumpver update --tag=final
53
53
```
54
54
55
-
3. Ensure the [CHANGELOG](https://github.com/westerveltco/django-simple-nav/blob/main/CHANGELOG.md) is up to date. If updates are needed, add them now in the release branch.
55
+
3. Ensure the [CHANGELOG](https://github.com/joshuadavidthomas/django-simple-nav/blob/main/CHANGELOG.md) is up to date. If updates are needed, add them now in the release branch.
56
56
57
57
4. Create a pull request from the release branch to `main`.
58
58
59
59
5. Once CI has passed and all the checks are green ✅, merge the pull request.
60
60
61
-
6. Draft a [new release](https://github.com/westerveltco/django-simple-nav/releases/new) on GitHub.
61
+
6. Draft a [new release](https://github.com/joshuadavidthomas/django-simple-nav/releases/new) on GitHub.
62
62
63
63
Use the version number with a leading `v` as the tag name (e.g. `v0.11.0`).
Copy file name to clipboardExpand all lines: example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,4 +73,4 @@ example/
73
73
74
74
## Documentation
75
75
76
-
For the full documentation — including permissions, extra context, Jinja2 support, self-rendering items, and more — please visit the [documentation site](https://django-simple-nav.westervelt.dev/).
76
+
For the full documentation — including permissions, extra context, Jinja2 support, self-rendering items, and more — please visit the [documentation site](https://django-simple-nav.joshthomas.dev/).
0 commit comments