-
-
Notifications
You must be signed in to change notification settings - Fork 821
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.
One of the best pieces of advice that I read was "you always have enough time to compose a meaningful commit message." It's true. Please make your summary meaningful. Not necessarily long, just meaningful. I add a description probably once every 20 commits if I can't sum up my commit well in the summary. Here's a list of commits to give you an idea of summaries.
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!