diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41d68cfcc..e676146c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,9 @@ CosmosOS is a volunteer effort. We encourage you to pitch in. Join the team! - Before you begin work, make sure to clear it with the project owners. It will save a lot of time down the road. -- Fork the project over to your account, do not request repostory access. +- Fork the project over to your account, do not request repository access. - Please don't "bump" your issue(s). If you've filed it, we have seen it. +- Please be sure to install the [EditorConfig](https://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328). This ensures your pull requests meet the required formatting and conventions. [See here](https://github.com/CosmosOS/Cosmos/wiki/FAQ#what-is-this-editorconfig-file-and-how-do-i-use-it) for more info. Want to get started contributing to Cosmos? Check out the open issues page: - [High priority](https://github.com/CosmosOS/Cosmos/issues?q=is%3Aopen+is%3Aissue+label%3Apriority_high) diff --git a/Docs/index.md b/Docs/index.md index 09524f7b8..9e7352f92 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -13,7 +13,8 @@ Cosmos is not an operating system in the traditional sense, but instead it is an "Operating System Kit", or as I like to say "Operating System Legos". Cosmos lets you create operating systems just as Visual Studio and C# normally let you create applications. Most users can write and boot their own operating -system in just a few minutes, all using Visual Studio. Since milestone 5, Cosmos includes an integrated project type in Visual Studio, and an +system in just a few minutes, all using Visual Studio. Since milestone 5, +Cosmos includes an integrated project type in Visual Studio, and an integrated debugger. You can debug your operating system directly from Visual Studio using breakpoints.