Skip to content

Commit bd1b8aa

Browse files
committed
Update README.md
1 parent 5a8ba0b commit bd1b8aa

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

README.md

+19-18
Original file line numberDiff line numberDiff line change
@@ -190,33 +190,34 @@ PS C:\path\to\PowerShellEditorServices> Invoke-Build Build
190190
Open the PowerShellEditorServices folder that you cloned locally and press <kbd>Ctrl+Shift+B</kbd>
191191
(or <kbd>Cmd+Shift+B</kbd> on macOS).
192192

193+
## Code of Conduct
194+
195+
Please see our [Code of Conduct](CODE_OF_CONDUCT.md) before participating in this project.
196+
193197
## Contributions Welcome
194198

195199
We would love to incorporate community contributions into this project. If you would like to
196-
contribute code, documentation, tests, or bug reports, please read our [Contribution Guide](https://github.com/PowerShell/PowerShellEditorServices/blob/main/CONTRIBUTING.md) to learn more.
200+
contribute code, documentation, tests, or bug reports, please read our [Contribution Guide](CONTRIBUTING.md) to learn more.
201+
202+
## Security Note
203+
204+
For any security issues, please see [here](SECURITY.md).
197205

198206
## Maintainers
199207

200-
- [Justin Grote](https://github.com/JustinGrote) - [@JustinWGrote](https://twitter.com/justinwgrote)
201-
- [Patrick Meinecke](https://github.com/SeeminglyScience) - [@SeeminglyScienc](http://twitter.com/SeeminglyScienc)
202-
- [Andy Jordan](https://github.com/andschwa) - [andyleejordan.com](https://andyleejordan.com/)
208+
- Andy Jordan - [@andyleejordan](https://github.com/andyleejordan)
209+
- Patrick Meinecke - [@SeeminglyScience](https://github.com/SeeminglyScience)
210+
- Sydney Smith - [@SydneyhSmith](https://github.com/SydneyhSmith)
211+
- Justin Grote - [@JustinGrote](https://github.com/JustinGrote)
203212

204213
### Emeriti
205214

206-
- [Rob Holt](https://github.com/rjmholt) - [@rjmholt](https://twitter.com/rjmholt)
207-
- [Tyler Leonhardt](https://github.com/TylerLeonhardt) - [tylerleonhardt.com](https://tylerleonhardt.com)
208-
- [David Wilson](https://github.com/daviwil) - [@daviwil](https://twitter.com/daviwil)
215+
- Rob Holt - [@rjmholt](https://github.com/rjmholt)
216+
- Tyler Leonhardt - [@TylerLeonhardt](https://github.com/TylerLeonhardt)
217+
- David Wilson - [@daviwil](https://github.com/daviwil)
209218

210219
## License
211220

212-
This project is [licensed under the MIT License](LICENSE).
213-
214-
## [Code of Conduct][conduct-md]
215-
216-
This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code].
217-
For more information, see the [Code of Conduct FAQ][conduct-FAQ] or contact [[email protected]][conduct-email] with any additional questions or comments.
218-
219-
[conduct-code]: http://opensource.microsoft.com/codeofconduct/
220-
[conduct-FAQ]: http://opensource.microsoft.com/codeofconduct/faq/
221-
[conduct-email]: mailto:[email protected]
222-
[conduct-md]: https://github.com/PowerShell/PowerShellEditorServices/blob/main/CODE_OF_CONDUCT.md
221+
This project is [licensed under the MIT License](LICENSE). Please see the
222+
[third-party notices](NOTICE.txt) file for details on the third-party
223+
binaries that we include with releases of this project.

0 commit comments

Comments
 (0)