Skip to content

Commit db381c7

Browse files
Merge pull request #881 from martin-schulze-vireso/feature/add_logo
Add logo
2 parents 36451c9 + bd7a5fd commit db381c7

12 files changed

Lines changed: 663 additions & 4 deletions

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Bats-core: Bash Automated Testing System
2-
31
[![Latest release](https://img.shields.io/github/release/bats-core/bats-core.svg)](https://github.com/bats-core/bats-core/releases/latest)
42
[![npm package](https://img.shields.io/npm/v/bats.svg)](https://www.npmjs.com/package/bats)
53
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/bats-core/bats-core/blob/master/LICENSE.md)
@@ -8,6 +6,15 @@
86

97
[![Join the chat in bats-core/bats-core on gitter](https://badges.gitter.im/bats-core/bats-core.svg)][gitter]
108

9+
<div align="center">
10+
<picture>
11+
<source media="(prefers-color-scheme: dark)" srcset="docs/source/assets/dark_mode_cube.svg">
12+
<img alt="" src="docs/source/assets/light_mode_cube.svg">
13+
</picture>
14+
</div>
15+
16+
# Bats-core: Bash Automated Testing System
17+
1118
Bats is a [TAP](https://testanything.org/)-compliant testing framework for Bash
1219
3.2 or above. It provides a simple way to verify that the UNIX programs you
1320
write behave as expected.
@@ -114,7 +121,9 @@ This [bats-core](https://github.com/bats-core/bats-core) repo is now the communi
114121

115122
## Copyright
116123

117-
© 2017-2023 bats-core organization
124+
The Bats Logo was created by [Vukory](https://www.artstation.com/vukory) ([Github](https://github.com/vukory)) and sponsored by [SethFalco](https://github.com/SethFalco). If you want to use our logo, have a look at our [guidelines](./docs/source/assets/README.md#Usage-Guide-for-Third-Parties).
125+
126+
© 2017-2024 bats-core organization
118127

119128
© 2011-2016 Sam Stephenson
120129

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The format is based on [Keep a Changelog][kac] and this project adheres to
3939
* update Arch Linux package URL in installation.rst (#821)
4040
* rename bash-bats to bats for Arch Linux in installation.rst (#836)
4141
* fix FAQ entry about setup-/teardown_suite, as they are available now (#861)
42+
* added logo (#881)
4243

4344
## [1.10.0] - 2023-07-15
4445

docs/source/assets/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Our Logo
2+
3+
<div align="center">
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="dark_mode_cube.svg">
6+
<img alt="" src="light_mode_cube.svg">
7+
</picture>
8+
</div>
9+
10+
## Usage Guide for Third Parties
11+
12+
There may be cases where you want to use our logo. Please follow these rules:
13+
14+
**DO** use our logo as a part of thumbnails, banners/images in articles, or on a README in reference to the this project.
15+
16+
**DO** use our logo to relate resources back to the Bats project, like file associations or links to the project page.
17+
18+
**DO NOT** use our logo as the face of a third-party tool or extension that is not affiliated with the Bats project or Bats maintainers.
19+
20+
If in doubt, ask if your intended usecase is approved.
21+
22+
## Credits
23+
24+
The Bats Logo was created by [Vukory](https://www.artstation.com/vukory) ([Github](https://github.com/vukory)) and sponsored by [SethFalco](https://github.com/SethFalco).
Lines changed: 55 additions & 0 deletions
Loading
Lines changed: 98 additions & 0 deletions
Loading
Lines changed: 75 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)