Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 5f0a8a6

Browse files
committed
unify spelling of open source
1 parent e552632 commit 5f0a8a6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Etherpad](https://img.shields.io/badge/Etherpad-Notes-blue?logo=etherpad)](https://etherpad.jumpstarter.dev/pad-lister)
66
[![Community Meeting](https://img.shields.io/badge/Weekly%20Meeting-Google%20Meet-blue?logo=google-meet)](https://meet.google.com/gzd-hhbd-hpu)
77

8-
A free, open-source tool for automated testing on real and virtual hardware with CI/CD integration. Simplify device automation with consistent rules across local and distributed environments.
8+
A free, open source tool for automated testing on real and virtual hardware with CI/CD integration. Simplify device automation with consistent rules across local and distributed environments.
99

1010
## Highlights
1111

docs/source/_templates/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<meta property="og:title" content="Jumpstarter Documentation" />
22
<meta property="og:description"
3-
content="Jumpstarter: A free, open-source tool for automated testing on real and virtual hardware with CI/CD integration. Simplify device automation with consistent rules across local and distributed environments." />
3+
content="Jumpstarter: A free, open source tool for automated testing on real and virtual hardware with CI/CD integration. Simplify device automation with consistent rules across local and distributed environments." />
44
<meta property="og:image" content="{{ deploy_url }}/_static/img/avatar.png" />

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
:alt: Weekly Meeting
2323
```
2424

25-
Jumpstarter is a free and open-source testing tool that bridges the gap between development workflows and deployment environments. It enables you to test your software stack consistently across both real hardware and virtual environments using cloud native principles. By decoupling your target devices (physical or virtual) from test runners, development machines, and CI/CD pipelines, Jumpstarter allows you to use the same automation scripts everywhere - like a *Makefile* for device automation.
25+
Jumpstarter is a free and open source testing tool that bridges the gap between development workflows and deployment environments. It enables you to test your software stack consistently across both real hardware and virtual environments using cloud native principles. By decoupling your target devices (physical or virtual) from test runners, development machines, and CI/CD pipelines, Jumpstarter allows you to use the same automation scripts everywhere - like a *Makefile* for device automation.
2626

2727
```{include} ../../README.md
2828
:start-after: "## Highlights"

docs/source/introduction/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Introduction
22

3-
Jumpstarter is a free and open-source testing tool that enables you to test your
3+
Jumpstarter is a free and open source testing tool that enables you to test your
44
software stack on both real hardware and virtual environments using CI/CD
55
principles.
66

77
Automated testing with physical hardware (Hardware-in-the-Loop or HiL) and
88
virtual devices has been established for years in industries such as automotive and
99
manufacturing. However, these tools are often expensive and inaccessible to
10-
hobbyists and open-source projects.
10+
hobbyists and open source projects.
1111

1212
Jumpstarter provides powerful testing tools that leverage [Cloud
1313
Native](https://www.cncf.io/) principles, modern CI/CD technologies, and open

0 commit comments

Comments
 (0)