Skip to content

Commit

Permalink
update to badges directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat authored and lwasser committed Jul 14, 2024
1 parent 2eab492 commit a8e7b20
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion about/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You can identify pyOpenSci packages that have been peer-reviewed by the green
:::{figure-md} pyos-badge
:class: myclass

<img src="https://pyopensci.org/images/badges/peer-reviewed.svg" alt="The pyOpenSci Peer Reviewed badge" class="bg-primary mb-1" width="200px">
<img src="https://pyopensci.org/badges/peer-reviewed.svg" alt="The pyOpenSci Peer Reviewed badge" class="bg-primary mb-1" width="200px">

pyOpenSci Peer Review Badge
:::
Expand Down
2 changes: 1 addition & 1 deletion appendices/package-approval-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are a few things left to do to wrap up this submission:

- [ ] Activate [Zenodo](https://zenodo.org/) watching the repo if you haven't already done so.
- [ ] Tag and create a release to create a Zenodo version and DOI.
- [ ] Add the badge for pyOpenSci peer-review to the README.md of <package-name-here>. The badge should be `[![pyOpenSci Peer-Reviewed](https://pyopensci.org/images/badges/peer-reviewed.svg)](https://github.com/pyOpenSci/software-review/issues/issue-number)`.
- [ ] Add the badge for pyOpenSci peer-review to the README.md of <package-name-here>. The badge should be `[![pyOpenSci Peer-Reviewed](https://pyopensci.org/badges/peer-reviewed.svg)](https://github.com/pyOpenSci/software-review/issues/issue-number)`.
- [ ] Please fill out the [post-review survey](https://forms.gle/BLGVCfUdiJHS5YJY7). All maintainers and reviewers should fill this out.

<IF JOSS SUBMISSION>
Expand Down
2 changes: 1 addition & 1 deletion how-to/author-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Once your package is approved, a few things will happen:
1. We will ask you to ensure that your package is being tracked / archived using
Zenodo. You will then want to created a tagged release representing the version of the
package accepted by pyOpenSci.
1. We will ask you to add the pyOpenSci badge [![pyOpenSci Peer Reviewed](https://pyopensci.org/images/badges/peer-reviewed.svg)](https://github.com/pyOpenSci/software-review/issues/issue-number) to the
1. We will ask you to add the pyOpenSci badge [![pyOpenSci Peer Reviewed](https://pyopensci.org/badges/peer-reviewed.svg)](https://github.com/pyOpenSci/software-review/issues/issue-number) to the
top of your **README.md** file.
1. We will promote your package on our social media channels!
1. We will invite you to write a blog on our website spotlighting your package. The blogs that our maintainers write are some of the most popular content on the website!
Expand Down
2 changes: 1 addition & 1 deletion how-to/editors-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ interested in this option, consider doing the following:
- Go to the repository settings in the "pyOpenSci" GitHub organization and give the author "Admin" access to the repository.
- Ask the author to:
- Change any needed links, such as those for CI badges.
- Add pyOpenSci badge: `[![pyOpenSci Peer Reviewed](https://pyopensci.org/images/badges/peer-reviewed.svg)](link-to-issue)`.
- Add pyOpenSci badge: `[![pyOpenSci Peer Reviewed](https://pyopensci.org/badges/peer-reviewed.svg)](link-to-issue)`.
- Re-activate CI services:
- For Travis, activating the project in the pyOpenSci account should be sufficient.
- For AppVeyor, tell the author to update the GitHub link in their badge, but do not transfer the project: AppVeyor projects should remain under the authors' account. The badge is `[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/pyOpenSci/pkgname?branch=main&svg=true)](https://ci.appveyor.com/project/individualaccount/pkgname)`.
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ programmers and researchers.
:::{figure-md} pyos-badge-home
:class: myclass

<img src="https://pyopensci.org/images/badges/peer-reviewed.svg" alt="The pyOpenSci badge- On the left is the badge in grey and it says pyOpenSci. On the right it is bright green and says Peer Reviewed." class="bg-primary mb-1" width="200px">
<img src="https://pyopensci.org/badges/peer-reviewed.svg" alt="The pyOpenSci badge- On the left is the badge in grey and it says pyOpenSci. On the right it is bright green and says Peer Reviewed." class="bg-primary mb-1" width="200px">

**pyOpenSci Peer Review Badge will appear on the README.md file of packages that have been
reviewed and vetted by us.**
Expand Down

0 comments on commit a8e7b20

Please sign in to comment.