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

Updated images referenced in README #53

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Conversation

bv
Copy link
Member

@bv bv commented Aug 18, 2024

🤔 What's changed?

New dirrectories with images have been copied over from the cucumber-ruby repository. The README file now references its own images.

⚡️ What's your motivation?

The change resolves #35

🏷️ What kind of change is this?

  • 📖 Documentation (improvements without changing code)

📋 Checklist:

bv added 2 commits August 18, 2024 16:29
Having own images from `cucumber-ruby` repository, references to them from the README.
@@ -2,14 +2,14 @@
[![OpenCollective](https://opencollective.com/cucumber/sponsors/badge.svg)](https://opencollective.com/cucumber)

<p align="center">
<img src="docs/img/cucumber-open-logo.png" alt="Cucumber Open - Supported by SmartBear" width="428" />
<img src="../docs/img/cucumber-open-logo.png" alt="Cucumber Open - Supported by SmartBear" width="428" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small change here is also about Smartbear vs SmartBear. I have verified and they call the company SmartBear with B, not b.
About SmartBear

@bv bv marked this pull request as ready for review August 18, 2024 17:00
Copy link
Contributor

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done!

</p>

## Welcome to Cucumber 👋

Cucumber is a tool for running automated acceptance tests, written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, they help improve communication, collaboration and trust on your team. 💖

![Gherkin example](https://github.com/cucumber/cucumber-ruby/raw/main/docs/img/gherkin-example.png)
<img src="../docs/img/gherkin-example.png" alt="Cucumber Gherkin Example" width="728" />

This comment was marked as outdated.

Copy link
Member Author

@bv bv Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @olleolleolle for the review and for the suggestions.

I would like to point out and clarify couple of things which are following

in order to render right,

but it renders right now

in case if we have the absolute paths for images, each branch will be pointing to the paths like cucumber/.github/raw/main and not to the files from current branch - is it the behaviour we want?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I apologize, my testing of "does it render right" was to watch the Diff with rich display, and then it didn't render.

image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see
well the branch in my fork looks good
https://github.com/bv/cucumber-.github/tree/github.issues.35/profile

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

V good, then. I retract my suggestions!

Copy link
Contributor

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added Suggestions as to the edits I meant. EDIT: we resolved it!

</p>

## Welcome to Cucumber 👋

Cucumber is a tool for running automated acceptance tests, written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, they help improve communication, collaboration and trust on your team. 💖

![Gherkin example](https://github.com/cucumber/cucumber-ruby/raw/main/docs/img/gherkin-example.png)
<img src="../docs/img/gherkin-example.png" alt="Cucumber Gherkin Example" width="728" />

This comment was marked as resolved.

@@ -2,14 +2,14 @@
[![OpenCollective](https://opencollective.com/cucumber/sponsors/badge.svg)](https://opencollective.com/cucumber)

<p align="center">
<img src="https://github.com/cucumber/cucumber-ruby/raw/main/docs/img/cucumber-open-logo.png" alt="Cucumber Open - Supported by Smartbear" width="428" />
<img src="../docs/img/cucumber-open-logo.png" alt="Cucumber Open - Supported by SmartBear" width="428" />

This comment was marked as resolved.

@mpkorstanje
Copy link
Contributor

Alright looks good.

For future reference, please follow the guide lines in: https://cbea.ms/git-commit when writing commits and issues. Currently the squashed commit suggestion looks like this:

Screenshot from 2024-08-19 12-14-18

@mpkorstanje mpkorstanje changed the title Images referenced by README are copied over from cucumber-ruby; references updated Updated images referenced in README Aug 19, 2024
@mpkorstanje mpkorstanje merged commit 83b3378 into cucumber:main Aug 19, 2024
@bv bv deleted the github.issues.35 branch August 19, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copy the necessary images from cucumber-ruby into this repository
3 participants