Skip to content

Commit

Permalink
Merge pull request #1197 from BrentOzar/patch-1
Browse files Browse the repository at this point in the history
Updating Chrissy's Slack handle to cl from ctrlb.
  • Loading branch information
potatoqualitee committed May 13, 2017
2 parents 8fef926 + 488f5d5 commit 0028f0d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions contributing.md
Expand Up @@ -3,7 +3,7 @@ This is the contribute.md of our project. Great to have you here! Here are a few

## Team members

We've got over 20 Major Contributors to the dbatools project! Check us out on [the Team page](https://dbatools.io/team) and on [LinkedIn](https://www.linkedin.com/vsearch/p?f_CC=15211157).
We've got over 20 Major Contributors to the dbatools project! Check us out on [the Team page](https://dbatools.io/team) and on [LinkedIn](https://dbatools.io/company).

There area number of ways to become Major Contributor which includes getting your mug & link to your blog/twitter on dbatools.io and adding dbatools to your experience on LinkedIn and your resume! Major Contributors of dbatools have done at least one of the following:

Expand All @@ -13,6 +13,7 @@ There area number of ways to become Major Contributor which includes getting you
* Became a designated tester
* Added lots of/fixed documentation
* Fixed some super hard bugs
* Presented about dbatools multiple times

We aim to be **inclusive**. If you'd like to become a Major Contributor, just let us know your intent and we'll help get you there.

Expand All @@ -21,22 +22,21 @@ We aim to be **inclusive**. If you'd like to become a Major Contributor, just le
Want to join the team or just come hang out? You can find us here:

* Slack: #dbatools on the [SQL Server Community Slack](https://dbatools.io/slack)
* Trello: [come see what we're working on and what we need help with](https://dbatools.io/trello)
* Blog: [our blog](https://dbatools.io/blog)
* Twitter: [we tweet, too](https://dbatools.io/twitter)
* YouTube: [and we've got some videos](https://dbatools.io/youtube)
* LinkedIn: [our "company" page](https://www.linkedin.com/vsearch/p?f_CC=15211157)
* LinkedIn: [our "company" page](https://dbatools.io/company)

## Adding new commands and features

* **This is how we like people to add new commands**
<br><br>New command proposals must be approved by Chrissy LeMaire, the original creator of dbatools. This ensures the proposed command aligns with the intended spirit of the toolset. You can message Chrissy on [Slack](https://dbatools.io/slack) (@ctrlb) or post your proposal on the [Trello](https://dbatools.io/trello) Ideas list.<br><br>Check out the Ideas list on our [Trello board](https://dbatools.io/trello) to get a feel for the types of commands we like. Also take a look at [Microsoft's SqlServer Trello board](https://sqlps.io/vote) to see the commands that are more appropriate for the official SQL Server PowerShell module (and vote while you're there!)
<br><br>New command proposals must be approved by Chrissy LeMaire, the original creator of dbatools. This ensures the proposed command aligns with the intended spirit of the toolset. You can message Chrissy on [Slack](https://dbatools.io/slack) (@cl) or post your proposal as a [GitHub Issue](https://dbatools.io/issues).<br><br>Check out the [New Command tag](https://github.com/sqlcollaborative/dbatools/issues?q=is%3Aissue+is%3Aopen+label%3A%22New+Command%22) to get a feel for the types of commands we like.

* **Here are some specifics on the coding style we prefer**
<br><br>This will be available on the Wiki shortly. Until then, please look inside the .ps1 files or the [dbatools-templates](https://github.com/sqlcollaborative/dbatools-templates) repository.

* **This is how you send your pull request**
<br><br>This information will also be available on the Wiki as as step-by-step. The most important thing to note is that all pull requests must be made into the **development** branch. We only push to the master branch once a month.
<br><br>This information will is available on the Wiki as as [step-by-step](https://dbatools.io/firstpull). We even have a [video](https://dbatools.io/firstpullvideo). The most important thing to note is that all pull requests must be made into the **development** branch. We only push to the master branch once a month.

* **You should include the following documentation**
<br><br>Please look at the available [dbatools-templates](https://github.com/sqlcollaborative/dbatools-templates) to see the kind of documentation we're looking for (basically everything that PowerShell allows - SYNOPSIS, DESCRIPTION, PARAMETERS, NOTES, EXAMPLES and so on.
Expand All @@ -57,23 +57,19 @@ This sections explains how bug triaging is done for our project.
* What tags should the bug have?
* Is this bug something you have run into? Would you appreciate it being looked into faster?


# Beta testing

Early releases require heavy testing and how they can help with specially across different versions, editions and environments.

* For our project you will be able to find the roadmap and features that require
testing on the wiki (but it's not there yet).

# Translations

* You can help us translate our project by submitting a PR with the translation. We hope to add localization to the project by version 1.0
* You can help us translate our project by submitting a PR with the translation. We hope to add localization to the project by version 2.0

# Documentation

Code needs explanation, and sometimes those who know the code well have trouble explaining it to someone just getting into it.

* Help us with documentation by modifying the command's Help section and submitting a Pull Request. You can also message @ctrlb on Slack with modifications for the [documentation on the dbatools website](https://dbatools.io/commands).
* Help us with documentation by modifying the command's Help section and submitting a Pull Request. You can also message @cl on Slack with modifications for the [documentation on the dbatools website](https://dbatools.io/commands).

# Community
This section includes ideas on how non-developers can help with the project.
Expand Down

0 comments on commit 0028f0d

Please sign in to comment.