mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Add EditorConfig info and correct word wrapping
This commit is contained in:
parent
bd089afa2f
commit
8ed7788abb
2 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue