Skip to content

Commit

Permalink
Add EditorConfig info and correct word wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeker1437 committed Aug 31, 2015
1 parent bd089af commit 8ed7788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 2 additions & 1 deletion Docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8ed7788

Please sign in to comment.