Don't Open a Pull Request Yet
You want to contribute to open source, but you do not want to be that person. Not the one who opens...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 618204) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } VH Costa Posted on Apr 28 • Originally published at blog.csystemslab.com Don't Open a Pull Request Yet #opensource #programming #beginners You want to contribute to open source, but you do not want to be that person. Not the one who opens a pointless pull request just to add their name to a README.md. Not the one who pastes in AI-generated code, wraps it in a polished PR description, and assumes “looks right” means “is right”.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).