-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,28 @@ | ||
<p align="center"> | ||
<img width="400" src="logo.svg" alt="Kookie Logo" /><br> | ||
</p> | ||
|
||
<h1 align="center"> | ||
Kookie | ||
<h1> | ||
Kookie <img width="50" src="logo.svg" alt="Kookie Logo" /><br> | ||
</h1> | ||
|
||
<h2 align="center"> | ||
Crispy, Refined, Static Language | ||
</h2> | ||
|
||
<h1 align="center"> | ||
<h3> | ||
<a href="https://github.com/kookielang/Kookie/actions"> | ||
<img alt="Build status" src="https://img.shields.io/github/workflow/status/kookielang/Kookie/.NET?logo=github&style=for-the-badge"> | ||
<img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/billyeatcookies/kookie/dotnet.yml?logo=github&style=for-the-badge"> | ||
</a> | ||
<!-- <a href="https://dev.azure.com/billysillybilly/Kookie"> | ||
<img alt="Azure Pipelines" src="https://img.shields.io/azure-devops/build/billysillybilly/Kookie/5?logo=azure-pipelines&style=for-the-badge"> | ||
</a> --> | ||
<a href="https://github.com/kookielang/Kookie/issues"> | ||
<img alt="GitHub issues" src="https://img.shields.io/github/issues/kookielang/Kookie?style=for-the-badge&logo=github"> | ||
</a> | ||
<a href="https://app.codecov.io/github/kookielang/Kookie/"> | ||
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/kookielang/Kookie?style=for-the-badge"> | ||
</a> | ||
</h1> | ||
|
||
## The Kookie Programming Language | ||
</h3> | ||
|
||
Kookie is a modern, tasty programming language made for developers. | ||
|
||
## Kookie Language Feature Suggestions | ||
|
||
If you want to suggest a new feature for the Kookie language go here: | ||
- [kookielang/kookielang](https://github.com/kookielang/kookielang) for language specific issues and features | ||
Kookie is a refined Static programming language written in c#. | ||
|
||
## Contributing | ||
|
||
If you are interested in fixing issues and contributing directly to the code base, a great way to get started is to ask some questions on [GitHub Discussions](https://github.com/kookielang/Kookie/discussions)! Then check out our [contributing guide](https://github.com/kookielang/Kookie/blob/master/CONTRIBUTING.md) which covers the following: | ||
If you are interested in fixing issues and contributing directly to the code base, check out our [contributing guide](https://github.com/kookielang/Kookie/blob/master/CONTRIBUTING.md) which covers the following: | ||
- Coding styles and guidelines | ||
- Submitting pull requests | ||
- Finding a bug to fix in the Compiler | ||
- Finding a feature to implement in the Compiler | ||
|
||
## Community | ||
The Kookie community can be found on [GitHub Discussions](https://github.com/kookielang/Kookie/discussions), where you can ask questions, voice ideas, and share your projects. | ||
|
||
To chat with other community members, you can join the [Discord](https://discord.gg/DUzg87E). | ||
Our [Code of Conduct](https://github.com/kookielang/Kookie/blob/master/CODE-OF-CONDUCT.md) applies to all Roslyn community channels. | ||
The community can be found on [GitHub Discussions](https://github.com/kookielang/Kookie/discussions), where you can ask questions, and share your ideas. |