Skip to content

Commit

Permalink
fix: use my new github username
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Feb 3, 2024
1 parent ec976c2 commit fbcf8d8
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "anova-wifi",
"projectOwner": "conway220",
"projectOwner": "Lash-L",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
Expand All @@ -11,10 +11,10 @@
"commitConvention": "angular",
"contributors": [
{
"login": "conway220",
"login": "Lash-L",
"name": "Luke",
"avatar_url": "https://avatars.githubusercontent.com/u/20257911?v=4",
"profile": "https://github.com/conway220",
"profile": "https://github.com/Lash-L",
"contributions": [
"code",
"ideas",
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: ["conway220"]
github: ["Lash-L"]
27 changes: 19 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,18 @@ Report bugs to [our issue page][gh-issues]. If you are reporting a bug, please i

### Fix Bugs

Look through the GitHub issues for bugs. Anything tagged with "bug" and "help wanted" is open to whoever wants to implement it.
Look through the GitHub issues for bugs. Anything tagged with "bug" and "help wanted" is open to whoever wants to
implement it.

### Implement Features

Look through the GitHub issues for features. Anything tagged with "enhancement" and "help wanted" is open to whoever wants to implement it.
Look through the GitHub issues for features. Anything tagged with "enhancement" and "help wanted" is open to whoever
wants to implement it.

### Write Documentation

Anova Wifi could always use more documentation, whether as part of the official Anova Wifi docs, in docstrings, or even on the web in blog posts, articles, and such.
Anova Wifi could always use more documentation, whether as part of the official Anova Wifi docs, in docstrings, or even
on the web in blog posts, articles, and such.

### Submit Feedback

Expand Down Expand Up @@ -66,7 +69,8 @@ Ready to contribute? Here's how to set yourself up for local development.
$ poetry run pytest
```

6. Linting is done through [pre-commit](https://pre-commit.com). Provided you have the tool installed globally, you can run them all as one-off:
6. Linting is done through [pre-commit](https://pre-commit.com). Provided you have the tool installed globally, you can
run them all as one-off:

```shell
$ pre-commit run -a
Expand All @@ -86,7 +90,9 @@ Ready to contribute? Here's how to set yourself up for local development.
$ git push origin name-of-your-bugfix-or-feature
```

Note: the commit message should follow [the conventional commits](https://www.conventionalcommits.org). We run [`commitlint` on CI](https://github.com/marketplace/actions/commit-linter) to validate it, and if you've installed pre-commit hooks at the previous step, the message will be checked at commit time.
Note: the commit message should follow [the conventional commits](https://www.conventionalcommits.org). We
run [`commitlint` on CI](https://github.com/marketplace/actions/commit-linter) to validate it, and if you've
installed pre-commit hooks at the previous step, the message will be checked at commit time.

8. Submit a pull request through the GitHub website or using the GitHub CLI (if you have it installed):

Expand All @@ -96,7 +102,8 @@ Ready to contribute? Here's how to set yourself up for local development.

## Pull Request Guidelines

We like to have the pull request open as soon as possible, that's a great place to discuss any piece of work, even unfinished. You can use draft pull request if it's still a work in progress. Here are a few guidelines to follow:
We like to have the pull request open as soon as possible, that's a great place to discuss any piece of work, even
unfinished. You can use draft pull request if it's still a work in progress. Here are a few guidelines to follow:

1. Include tests for feature or bug fixes.
2. Update the documentation for significant features.
Expand All @@ -112,6 +119,10 @@ $ pytest tests

## Making a new release

The deployment should be automated and can be triggered from the Semantic Release workflow in GitHub. The next version will be based on [the commit logs](https://python-semantic-release.readthedocs.io/en/latest/commit-log-parsing.html#commit-log-parsing). This is done by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/index.html) via a GitHub action.
The deployment should be automated and can be triggered from the Semantic Release workflow in GitHub. The next version
will be based
on [the commit logs](https://python-semantic-release.readthedocs.io/en/latest/commit-log-parsing.html#commit-log-parsing).
This is done by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/index.html) via a
GitHub action.

[gh-issues]: https://github.com/conway220/anova-wifi/issues
[gh-issues]: https://github.com/Lash-L/anova-wifi/issues
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Anova Wifi

<p align="center">
<a href="https://github.com/conway220/anova-wifi/actions?query=workflow%3ACI">
<img src="https://img.shields.io/github/workflow/status/conway220/anova-wifi/CI/main?label=CI&logo=github&style=flat-square" alt="CI Status" >
<a href="https://github.com/Lash-L/anova-wifi/actions?query=workflow%3ACI">
<img src="https://img.shields.io/github/workflow/status/Lash-L/anova-wifi/CI/main?label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://anova-wifi.readthedocs.io">
<img src="https://img.shields.io/readthedocs/anova-wifi.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
</a>
<a href="https://codecov.io/gh/conway220/anova-wifi">
<img src="https://img.shields.io/codecov/c/github/conway220/anova-wifi.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
<a href="https://codecov.io/gh/Lash-L/anova-wifi">
<img src="https://img.shields.io/codecov/c/github/Lash-L/anova-wifi.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
</a>
</p>
<p align="center">
Expand Down Expand Up @@ -49,7 +49,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/conway220"><img src="https://avatars.githubusercontent.com/u/20257911?v=4?s=80" width="80px;" alt="Luke"/><br /><sub><b>Luke</b></sub></a><br /><a href="https://github.com/conway220/anova-wifi/commits?author=conway220" title="Code">💻</a> <a href="#ideas-conway220" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/conway220/anova-wifi/commits?author=conway220" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Lash-L"><img src="https://avatars.githubusercontent.com/u/20257911?v=4?s=80" width="80px;" alt="Luke"/><br /><sub><b>Luke</b></sub></a><br /><a href="https://github.com/Lash-L/anova-wifi/commits?author=Lash-L" title="Code">💻</a> <a href="#ideas-Lash-L" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/Lash-L/anova-wifi/commits?author=Lash-L" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
Expand All @@ -60,7 +60,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
Contributions of any kind welcome!

## Credits

Expand All @@ -69,4 +70,6 @@ This package was created with
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.

This is heavily based off of information from [this reddit post](https://www.reddit.com/r/sousvide/comments/p43k18/tracking_my_anovas_status_over_time_using_the_api/) by [/u/InitializedVariable](https://www.reddit.com/user/InitializedVariable)
This is heavily based off of information
from [this reddit post](https://www.reddit.com/r/sousvide/comments/p43k18/tracking_my_anovas_status_over_time_using_the_api/)
by [/u/InitializedVariable](https://www.reddit.com/user/InitializedVariable)
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A package to get read only data from Anova precision cookers with
authors = ["Luke <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/conway220/anova-wifi"
repository = "https://github.com/Lash-L/anova-wifi"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand All @@ -18,8 +18,8 @@ packages = [
]

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/conway220/anova-wifi/issues"
"Changelog" = "https://github.com/conway220/anova-wifi/blob/main/CHANGELOG.md"
"Bug Tracker" = "https://github.com/Lash-L/anova-wifi/issues"
"Changelog" = "https://github.com/Lash-L/anova-wifi/blob/main/CHANGELOG.md"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit fbcf8d8

Please sign in to comment.