Skip to content

Commit 488f5d5

Browse files
other updates
1 parent bcd6703 commit 488f5d5

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

contributing.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is the contribute.md of our project. Great to have you here! Here are a few
33

44
## Team members
55

6-
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).
6+
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).
77

88
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:
99

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

1718
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.
1819

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

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

3030
## Adding new commands and features
3131

3232
* **This is how we like people to add new commands**
33-
<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 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!)
33+
<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.
3434

3535
* **Here are some specifics on the coding style we prefer**
3636
<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.
3737

3838
* **This is how you send your pull request**
39-
<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.
39+
<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.
4040

4141
* **You should include the following documentation**
4242
<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.
@@ -57,23 +57,19 @@ This sections explains how bug triaging is done for our project.
5757
* What tags should the bug have?
5858
* Is this bug something you have run into? Would you appreciate it being looked into faster?
5959

60-
6160
# Beta testing
6261

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

65-
* For our project you will be able to find the roadmap and features that require
66-
testing on the wiki (but it's not there yet).
67-
6864
# Translations
6965

70-
* 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
66+
* 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
7167

7268
# Documentation
7369

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

76-
* 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).
72+
* 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).
7773

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

0 commit comments

Comments
 (0)