Skip to content

Commit

Permalink
updated image formatting to include alt text and caption
Browse files Browse the repository at this point in the history
  • Loading branch information
kierisi committed Aug 23, 2024
1 parent 203510f commit 8d04210
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions community/github/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ checks:
can be merged. The issues could be related to code style, formatting, tests,
or other criteria specified by the CI configuration.

![When a CI check fails, you'll see a red 'X' next to the CI check that hasn't passed](/images/ci-images/contributor-ci-fail.png)

```{figure} /images/ci-images/contributor-ci-fail.png
:alt: A screenshot of the GitHub CI notifications for a sample pyOpenSci repository. There are four rows of information. The first row reads "1 workflow awaiting approval. This workflow requires approval from a maintainer. Learn more about approving workflows. 1 failing and 1 successful checks. To the far right of the row is linked text reading Hide all checks. The text Learn more about approving workflows is linked. The second row has a red x on the left, followed by the letter P in a gold square, and the text pre-commit.ci - pr -- checks completed with failures. To the far right is linked text reading Details. On the third row there is a green check mark followed by the Circle CI logo and the text ci/circleci: build_book -- Your tests passed on CircleCI! And to the far right there is linked text reading Details. The fourth and final row has a small white checkmark inside a large green circle with text reading This brance has no conflicts with the base branch. Only those with write access to this repository can merge pull requests. The text write access is linked.
When a CI check fails, you'll see a red 'X' next to the CI check that hasn't passed
```
#### If a CI check is red

1. **Click on "Details"** next to the failed check to get more information
Expand Down

0 comments on commit 8d04210

Please sign in to comment.