Skip to content

Commit ba21635

Browse files
committed
Update contributing.md
1 parent 40cda91 commit ba21635

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/contributing.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Because this project exposes a couple different public APIs, we must be very min
99
changes. Some contributions may not be accepted if they risk introducing breaking changes or if they
1010
don't match the goals of the project. The core maintainer team has the right of final approval over
1111
any contribution to this project. However, we are very happy to hear community feedback on any decision
12-
so that we can ensure we are solving the right problems in the right way. Check out our [governance]
13-
(governance.md) page to learn more about how we run this project.
12+
so that we can ensure we are solving the right problems in the right way.
1413

1514
## Ways to Contribute
1615

@@ -21,13 +20,12 @@ so that we can ensure we are solving the right problems in the right way. Check
2120
- Review the pull requests that others submit to ensure they follow [established guidelines]
2221
(#pull-request-guidelines)
2322
- Help others gets started with the project by contributing documentation or hanging out
24-
in the Slack chatroom [**TODO: Need to set this up!**]
23+
in the #editors room in the [PowerShell community Slack chat](http://slack.poshcode.org).
2524

2625
## Code Contribution Guidelines
2726

2827
Here's a high level list of guidelines to follow to ensure your code contribution is accepted:
2928

30-
- Make sure your change aligns with project goals
3129
- Follow established guidelines for coding style and design
3230
- Follow established guidelines for commit hygiene
3331
- Write unit tests to validate new features and bug fixes

0 commit comments

Comments
 (0)