You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ This is the contribute.md of our project. Great to have you here! Here are a few
3
3
4
4
## Team members
5
5
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).
7
7
8
8
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:
9
9
@@ -13,6 +13,7 @@ There area number of ways to become Major Contributor which includes getting you
13
13
* Became a designated tester
14
14
* Added lots of/fixed documentation
15
15
* Fixed some super hard bugs
16
+
* Presented about dbatools multiple times
16
17
17
18
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.
18
19
@@ -21,22 +22,21 @@ We aim to be **inclusive**. If you'd like to become a Major Contributor, just le
21
22
Want to join the team or just come hang out? You can find us here:
22
23
23
24
* 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)
***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.
34
34
35
35
***Here are some specifics on the coding style we prefer**
36
36
<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.
37
37
38
38
***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.
40
40
41
41
***You should include the following documentation**
42
42
<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.
57
57
* What tags should the bug have?
58
58
* Is this bug something you have run into? Would you appreciate it being looked into faster?
59
59
60
-
61
60
# Beta testing
62
61
63
62
Early releases require heavy testing and how they can help with specially across different versions, editions and environments.
64
63
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
-
68
64
# Translations
69
65
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
71
67
72
68
# Documentation
73
69
74
70
Code needs explanation, and sometimes those who know the code well have trouble explaining it to someone just getting into it.
75
71
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).
77
73
78
74
# Community
79
75
This section includes ideas on how non-developers can help with the project.
0 commit comments