We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
So the first step to contributing to the DSC repo is to fork the existing repository.
The terminology is a little weird but the process, as well as some of the logic, is covered here.
By forking the repo you create your own copy of it that you can modify as you see fit.
Make your changes to the repository, this is where you add your new resource or fix whatever broken code you've found.
A couple good things to remember here:
Once you've made your changes and you're ready to update the repository you need to submit a Pull request. This process is documented here.
One of the curators of the repository will look it over and if they don't find any problems they'll merge it to the main branch.