-
-
Notifications
You must be signed in to change notification settings - Fork 812
Your First Pull Request
- 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.
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!