CodeNewbie Community 🌱

Discussion on: How to fetch a contribution branch to test it locally as an open-source maintainer

Collapse
 
dpinkston91 profile image
Devon Drake Pinkston

Dpinkston91
/
Contribute-To-This-Project
Public
forked from Syknapse/Contribute-To-This-Project

One of the BEST guides on how to contribute - I still use it for referencing.

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);