Prepare hack.commit.push
See original GitHub issueThings we need to do before hack.commit.push:
- short video introduction of the project
- link to a guide on how to create JUnit 5 extensions
- make sure the good first issue and up for grabs labels are properly applied
Things we could do:
- rename
master
tomain
~> #331 - update dependency on JUnit to prevent problems if updating becomes necessary during the event
- add existing extension ideas (e.g. from JUnit 5’s issues) as issues
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
hack.commit.push · One Day to Contribute to Open Source
hack -commit-push is a series of events inviting attendees to start contributing to Free/Open Source projects with the help of their maintainers. Get...
Read more >hack.commit.push (@hackcommitpush) / Twitter
Everyone got to enjoy the amazing meal prepared by Pascal Garos, top-notch caterer working with us! Some amazing vegan and non-vegan options.
Read more >hack commit push - YouTube
Videos · Play all · Salomon Brys de Kodein nous parle de hack-commit-push · Jean Bisutti de Zenika et Sun Seng David Tan...
Read more >Git Hack: Make commit with a past date - DEV Community
Ever wanted to commit something to a git repo with a past date? Here's how you could do it. If you are working...
Read more >7 Git Hacks You Just Can't Ignore - freeCodeCamp
Usually 70% of using Git is only add, commit, branch and push / pull. ... You need to make sure that there are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
HCP is over now, so we’ve obviously done everything. 😊
Regarding the JUnit 5 version we depend on:
We usually want to depend on the lowest minor version (newest patch of that) that supports our feature set. Generally speaking, that’s still the case, but the upcoming hack.commit.push event required an exception. Updating from Jupiter 5.6 to 5.7 requires some changes to our test code, which means it’s a bit disruptive. In case some contributors need to update during the event, they would also need to make these changes in our test code, which would be an unnecessary burden. To preempt that, I decided to update to 5.7 now.