Skip to content

Commit

Permalink
docs: update back of readme and small update on contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pplancq committed Mar 27, 2024
1 parent a3954ef commit 73fa0f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ The community looks forward to your contributions. 🎉

> And if you like the project but don't have the time to contribute, that's okay. There are other easy ways to support the project and show your appreciation, and we'd love to hear from you:
>
> Give the project a star
> Share it on social media
> Refer to the project in your project's readme file.
> Mention the project at local meetings and tell your friends/colleagues about it.
> - Give the project a star
> - Share it on social media
> - Refer to the project in your project's readme file.
> - Mention the project at local meetings and tell your friends/colleagues about it.
## Overview

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Execute Gherkin scenarios in Jest

[![Build Status](https://github.com/bencompton/jest-cucumber/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/bencompton/jest-cucumber/actions/runs/1726741929) [![npm downloads](https://img.shields.io/npm/dm/jest-cucumber.svg?style=flat-square)](https://www.npmjs.com/package/jest-cucumber)
[![Build](https://github.com/bencompton/jest-cucumber/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/bencompton/jest-cucumber/actions/workflows/build.yaml)
[![](https://img.shields.io/npm/v/jest-cucumber)](https://www.npmjs.com/package/jest-cucumber)
[![npm downloads](https://img.shields.io/npm/dm/jest-cucumber.svg?style=flat-square)](https://www.npmjs.com/package/jest-cucumber)

<img src="./images/jest-cucumber-demo.gif?raw=true" alt="Cucumber Jest Demo" />

Expand Down

0 comments on commit 73fa0f4

Please sign in to comment.