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

docs: update contributing instructions #767

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

thisislawatts
Copy link
Contributor

Thanks for the tool @jdkato, I have been able to get almost everything passing 116 scenarios (2 failed, 114 passed), using the documentation. I've made a few small tweaks which may help other people less familiar with ruby.

  • Fix inline heading links
  • Moved test pre-requisites to top of Testing section
  • Update make ci => make test
  • Removes aruba init command, as it seemed to add duplicate line to Gemfile

* Fix inline heading links
* Moved test pre-requisites to top of Testing section
* Update `make ci` => `make test`
* Removes aruba init command, as it seemed to add duplicate line to Gemfile

```bash
$ gem install bundler # if necessary
$ aruba init --test-framework cucumber
$ gem install bundler:2.2.31 # if necessary
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added the specific version here, otherwise the install complained about me using a more recent recent version of bundler than the one used to generate the lockfile. I could have regenerated the lockfile but without 100% passing tests that seemed unsafe.

@jdkato
Copy link
Member

jdkato commented Feb 7, 2024

Thanks!

@jdkato jdkato merged commit f0041a5 into errata-ai:v3 Feb 7, 2024
1 check passed
@thisislawatts thisislawatts deleted the docs/update-contributing branch February 7, 2024 21:05
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.

2 participants