-
-
Notifications
You must be signed in to change notification settings - Fork 841
Your First Pull Request
Chrissy LeMaire edited this page Oct 15, 2016
·
30 revisions
Here are 8 basic steps to submitting a pull request, which is essentially asking to commit your code to the dbatools development repository.
- Create a github account then download and install GitHub Desktop
- Fork the dbatools repository
- Open your fork in GitHub Desktop
- Create a branch
- Publish your branch
- Code up a storm
- Commit your code to your local repository
- Create a pull request first to your local repo if you created a branch, then ultimately, to ctrlbold/dbatools.
To learn more about branching, click here.
To avoid committing the psd1, you can either discard the changes (but you'll have to put them back) or uncheck the box and simply don't commit it.
CONGRATS! We're so happy that you've decided to join us.
From here, I'll likely either ask you to make a few changes, or accept the pull the make them myself. There are some style particulars that are hard to convey here, so I'll add them.
Thank you for helping to enhance the SQL Server DBA community!