Skip to content

Commit

Permalink
Set up all-contributors bot (#91)
Browse files Browse the repository at this point in the history
* add settings file

* add usage documentation
  • Loading branch information
BeastyBlacksmith authored Nov 15, 2024
1 parent 5e2334a commit 6d46989
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "Programming with Julia",
"projectOwner": "Carpentries Incubator"
}
34 changes: 21 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

[![Our channel][channel]](https://swcarpentry.slack.com/archives/CBJ8C7NE6)

[![All Contributors](https://img.shields.io/github/all-contributors/projectOwner/projectName?color=ee8449&style=flat-square)](#contributors)

This lesson targets people who already have some experience with (scientific)
programming, but are new to Julia.

Expand All @@ -32,20 +34,10 @@ nicely explained in the chapter [Contributing to a Project][start] in *Pro Git*
by Scott Chacon. Look for the tag ![good\_first\_issue][first]. This indicates
that the maintainers will welcome a pull request fixing this issue.

## Maintainer(s)

Current maintainers of this lesson are

- [Simon](https://carpentries.org/instructors/#beastyblacksmith):
[@BeastyBlacksmith](https://github.com/BeastyBlacksmith)

## Authors

A list of contributors to the lesson can be found in [AUTHORS](AUTHORS)

## Citation
We use the all-contributors bot to track contributions.
[Documentation for usage of the bot](https://allcontributors.org/docs/en/bot/usage)

To cite this lesson, please consult [CITATION](CITATION)
## Where to start

[slack]: https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg
[channel]: https://img.shields.io/badge/juliaswc-slack_channel-orange
Expand All @@ -54,5 +46,21 @@ To cite this lesson, please consult [CITATION](CITATION)
[start]: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
[first]: https://img.shields.io/badge/-good%20first%20issue-gold.svg

## Maintainer(s)

Current maintainers of this lesson are

- [Simon](https://carpentries.org/instructors/#beastyblacksmith):
[@BeastyBlacksmith](https://github.com/BeastyBlacksmith)

## 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 -->

0 comments on commit 6d46989

Please sign in to comment.