Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all contributors bot! #87

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "cli-surf",
"projectOwner": "ryansurf"
}
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ make output_coverage_docker
```
Additionally, when a PR is raised, pytest will be executed by the GitHub Actions CI.

## Adding youself to the contributors list
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (documentation): Typo in 'youself'

The word 'youself' should be corrected to 'yourself'.


On your issue/PR, simply ask the `@all-contributors` bot to add yourself!

`@all-contributors please add @<username> for <contributions>`

See documentation [here](https://allcontributors.org/docs/en/bot/usage)


## Questions, suggestions or new ideas

Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,16 @@ Questions? Comments?

## ✨ Contributors

<a href="https://github.com/ryansurf/cli-surf/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ryansurf/cli-surf" />
</a>
[![All Contributors](https://img.shields.io/github/all-contributors/ryansurf/cli-surf?color=ee8449&style=flat-square)](#contributors)

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->


## License
Expand Down
Loading