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

[README] Remove unhelpful action badges #3225

Merged
merged 3 commits into from
Jul 10, 2024
Merged
Changes from all commits
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
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# The Combine

[![Frontend Actions Status][github-actions-frontend-badge]][github-actions]
[![Frontend Actions Status][github-actions-frontend-badge]][github-actions-frontend]
[![Frontend Coverage][frontend-codecov-badge]][codecov-frontend]

[![Backend Actions Status][github-actions-backend-badge]][github-actions]
[![Backend Actions Status][github-actions-backend-badge]][github-actions-backend]
[![Backend Coverage][backend-codecov-badge]][codecov-backend]

[![CodeQL Actions Status][github-actions-codeql-badge]][github-actions]
[![Python Actions Status][github-actions-python-badge]][github-actions]
[![OSSF Scorecard][github-actions-ossf-badge]][github-actions]

[![GitHub release][github-release-badge]][github-version] [![GitHub version][github-version-badge]][github-version]
[![GitHub][github-license-badge]][github-license] [![GitHub contributors][github-contribs-badge]][github-contribs]

Expand All @@ -23,12 +19,9 @@
[codecov-backend]: https://app.codecov.io/gh/sillsdev/TheCombine/tree/master/Backend
[github-actions-backend-badge]: https://github.com/sillsdev/TheCombine/workflows/backend/badge.svg
[backend-codecov-badge]: https://codecov.io/gh/sillsdev/TheCombine/branch/master/graph/badge.svg?flag=backend
[github-actions-python-badge]: https://github.com/sillsdev/TheCombine/workflows/python/badge.svg
[github-actions-codeql-badge]: https://github.com/sillsdev/TheCombine/workflows/CodeQL/badge.svg
[github-actions-ossf-badge]:
https://github.com/sillsdev/TheCombine/workflows/Scorecards%20supply-chain%20security/badge.svg
[localization-ui-badge]: https://img.shields.io/badge/User%20Interface-Ar%20En%20Es%20Fr%20Pt%20Zh-blue
[github-actions]: https://github.com/sillsdev/TheCombine/actions
[github-actions-frontend]: https://github.com/sillsdev/TheCombine/actions/workflows/frontend.yml
[github-actions-backend]: https://github.com/sillsdev/TheCombine/actions/workflows/backend.yml
[localization-sd-badge]:
https://img.shields.io/badge/Semantic%20Domains-Ar%20En%20Es%20Fr%20Hi%20Id%20Ml%20My%20Pt%20Ru%20Sw%20Zh-blue
[localization-ug-badge]: https://img.shields.io/badge/User%20Guide-En%20Es%20Zh-blue
Expand Down Expand Up @@ -274,7 +267,9 @@ python -m piptools compile --upgrade requirements.in

### Load Semantic Domains

Data Entry will not work in The Combine unless the semantic domains have been loaded into the database. Follow the instuctions in [Import Semantic Domains](#import-semantic-domains) below to import the domains from at least one of the semantic domains XML files (which each contain domain data in English and one other language.)
Data Entry will not work in The Combine unless the semantic domains have been loaded into the database. Follow the
instuctions in [Import Semantic Domains](#import-semantic-domains) below to import the domains from at least one of the
semantic domains XML files (which each contain domain data in English and one other language.)

## Available Scripts

Expand Down
Loading