Skip to content

Conversation

@bragamat
Copy link
Contributor

@bragamat bragamat commented Nov 8, 2023

WHY

In order attract developers to start contributing to the whenever gem, I believe we should improve developer experience and make the bootstrap for the repo easier.

Changes

  • Creates Makefile
  • Creates CONTRIBUTING.md
  • Sets versioning for development dependencies minitest and mocha
-  s.add_development_dependency "mocha", ">= 0.9.5"
-  s.add_development_dependency "minitest"
+  s.add_development_dependency "mocha", ">= 0.9.5", "< 2.0.0"
+  s.add_development_dependency "minitest", "<= 5.2.0"

Related Issue

closes: #845

@bragamat bragamat force-pushed the chore/easify-getting-started-contributing branch from fa94b24 to d17ae69 Compare November 8, 2023 00:37
@bragamat
Copy link
Contributor Author

bragamat commented Nov 8, 2023

Just tagging @benlangfeld and @javan for visibility 😄

@benlangfeld benlangfeld merged commit 743ae91 into javan:main Nov 8, 2023
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.

Bug: version conflict when running bundle exec rake test

2 participants