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
@@ -1,11 +1,11 @@
1
1
# Contributing
2
2
3
3
Thank you for your interest in contributing to usethis! There are issues labeled
4
-
[Good First Issue](https://github.com/nathanjmcdougall/usethis-python/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)
4
+
[Good First Issue](https://github.com/usethis-python/usethis-python/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22)
5
5
which are good opportunities for new contributors.
6
6
7
7
Since `usethis` is at early stages of development, please
8
-
[ensure a GitHub Issue is opened](https://github.com/nathanjmcdougall/usethis-python/issues)
8
+
[ensure a GitHub Issue is opened](https://github.com/usethis-python/usethis-python/issues)
9
9
before starting work on a new feature or bug fix. This helps to ensure that the
10
10
feature is aligned with the project's goals and that there is no duplication of effort. Sometimes these Issues don't have enough guidance in them, so consider asking for some more guidance from the ticket creator before getting started.
Automate Python project setup and development tasks that are otherwise performed manually.
17
17
@@ -26,7 +26,7 @@ usethis gives detailed messages about what it is doing (and what you need to do
26
26
Inspired by an [**R** package of the same name](https://usethis.r-lib.org/index.html), this package brings a similar experience to the Python ecosystem as a CLI tool.
27
27
28
28
> [!TIP]
29
-
> usethis is great for fresh projects using [uv](https://docs.astral.sh/uv), but also supports updating existing projects. However, this should be considered experimental. If you encounter problems or have feedback, please [open an issue](https://github.com/nathanjmcdougall/usethis-python/issues/new?template=idea.md).
29
+
> usethis is great for fresh projects using [uv](https://docs.astral.sh/uv), but also supports updating existing projects. However, this should be considered experimental. If you encounter problems or have feedback, please [open an issue](https://github.com/usethis-python/usethis-python/issues/new?template=idea.md).
@@ -455,27 +455,27 @@ If you're using Cookiecutter, then you can update to a latest version of a templ
455
455
456
456
## 🚀 Development
457
457
458
-
[](https://github.com/nathanjmcdougall/usethis-python/releases)
458
+
[](https://github.com/usethis-python/usethis-python/releases)
459
459
460
460
### Roadmap
461
461
462
462
Major features planned for later in 2025 are:
463
463
464
464
- Support for users who aren't using uv, e.g. poetry users,
465
-
- Support for automated GitHub Actions workflows ([#57](https://github.com/nathanjmcdougall/usethis-python/issues/57)),
466
-
- Support for a typechecker (likely Pyright, [#121](https://github.com/nathanjmcdougall/usethis-python/issues/121)), and
467
-
- Support for documentation pages (likely using mkdocs, [#188](https://github.com/nathanjmcdougall/usethis-python/issues/188)).
465
+
- Support for automated GitHub Actions workflows ([#57](https://github.com/usethis-python/usethis-python/issues/57)),
466
+
- Support for a typechecker (likely Pyright, [#121](https://github.com/usethis-python/usethis-python/issues/121)), and
467
+
- Support for documentation pages (likely using mkdocs, [#188](https://github.com/usethis-python/usethis-python/issues/188)).
468
468
469
-
Other features are tracked in the [GitHub Issues](https://github.com/nathanjmcdougall/usethis-python/issues) page.
469
+
Other features are tracked in the [GitHub Issues](https://github.com/usethis-python/usethis-python/issues) page.
usethis is licensed under the MIT license ([LICENSE](https://github.com/nathanjmcdougall/usethis-python/blob/main/LICENSE) or <https://opensource.org/licenses/MIT>)
479
+
usethis is licensed under the MIT license ([LICENSE](https://github.com/usethis-python/usethis-python/blob/main/LICENSE) or <https://opensource.org/licenses/MIT>)
480
480
481
481
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in usethis by you, as defined in the Apache License, Version 2.0, (<https://www.apache.org/licenses/LICENSE-2.0>), shall be licensed under the MIT license, without any additional terms or conditions.
Copy file name to clipboardExpand all lines: SECURITY.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
@@ -10,4 +10,4 @@ These are not considered vulnerabilities in usethis.
10
10
11
11
## Reporting a vulnerability
12
12
13
-
Please use the [GitHub vulnerability reporting form](https://github.com/nathanjmcdougall/usethis-python/security/advisories/new) to report a vulnerability.
13
+
Please use the [GitHub vulnerability reporting form](https://github.com/usethis-python/usethis-python/security/advisories/new) to report a vulnerability.
0 commit comments