Skip to content

Commit 25fe665

Browse files
erwan-jolyclaude
andauthored
docs: refresh README, add CodeRabbit config (#108)
- Remove AWS sponsor, keep Navicat only - Replace German Achtung with English Warning - Swap dead Discord CDN images for GitHub-hosted icons - Consolidate duplicate Disclaimer/Legal sections - Bump recommended VS version - Add .coderabbit.yaml for open-source code review Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d016b1d commit 25fe665

2 files changed

Lines changed: 35 additions & 8 deletions

File tree

.coderabbit.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: "en"
2+
early_access: false
3+
reviews:
4+
profile: "chill"
5+
request_changes_workflow: false
6+
high_level_summary: true
7+
poem: false
8+
review_status: true
9+
collapse_walkthrough: false
10+
auto_review:
11+
enabled: true
12+
drafts: false
13+
path_filters:
14+
- "!**/*.min.js"
15+
- "!**/bin/**"
16+
- "!**/obj/**"
17+
- "!**/TestResults/**"
18+
- "!**/*.Designer.cs"
19+
chat:
20+
auto_reply: true

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,37 @@
11
# NosCore.Algorithm #
22

33
<p align="center">
4-
<img src="https://cdn.discordapp.com/attachments/319565884454731795/426892646288457728/N2.png"/>
4+
<img width="250px" src="https://github.com/NosCoreIO/NosCore.Packets/blob/15.0.1/icon.png"/>
55
</p>
66

77
[![NuGet](https://img.shields.io/nuget/v/NosCore.Algorithm.svg?style=flat-square)](https://www.nuget.org/packages/NosCore.Algorithm/)
88
[![.NET](https://github.com/NosCoreIO/NosCore.Algorithm/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/NosCoreIO/NosCore.Algorithm/actions/workflows/dotnet.yml)
99

1010
# Special Thanks for Contributions #
1111
<p align="left">
12-
<a href="https://aws.amazon.com"><img height="100px" src="https://chiefit.me/wp-content/uploads/2019/06/Amazon-Web-Services_logo835x396.png"/></a>
13-
<a href="https://www.navicat.com"><img height="100px" src="https://i.ibb.co/kx9WJgv/Navicat-Premium.png"/></a>
14-
<a href="https://www.jetbrains.com"><img height="100px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/JetBrains_Logo_2016.svg/1200px-JetBrains_Logo_2016.svg.png"/></a>
12+
<a href="https://www.navicat.com"><img height="100px" src="https://user-images.githubusercontent.com/35202750/207230064-dcf23adc-9e96-4481-9a53-cd212f5bd60e.png"/></a>
1513
</p>
1614

15+
## You want to contribute ? ##
16+
[![Discord](https://i.gyazo.com/2115a3ecb258220f5b1a8ebd8c50eb8f.png)](https://discord.gg/Eu3ETSw)
17+
1718
## You like our work ? ##
1819
<a href='https://github.com/sponsors/0Lucifer0' target='_blank'><img height='48' style='border:0px;height:46px;' src='https://i.gyazo.com/47b2ca2eb6e1ce38d02b04c410e1c82a.png' border='0' alt='Sponsor me!' /></a>
19-
<a href='https://ko-fi.com/A3562BQV' target='_blank'><img height='46' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
20+
<a href='https://ko-fi.com/A3562BQV' target='_blank'><img height='46' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
2021
<a href='https://www.patreon.com/bePatron?u=6503887' target='_blank'><img height='46' style='border:0px;height:46px;' src='https://c5.patreon.com/external/logo/become_a_patron_button@2x.png' border='0' alt='Become a Patron!' /></a>
2122

22-
## Achtung! ##
23+
## Warning! ##
2324
We are not responsible of any damages caused by bad usage of our source. Please before asking questions or installing this source read this readme and also do a research, google is your friend. If you mess up when installing our source because you didnt follow it, we will laugh at you. A lot.
2425

2526
## Instructions to contribute ##
2627

27-
### Contribution is only possible with Visual Studio 2019 ###
28-
We recommend usage of :
28+
### Disclaimer ###
29+
This project is a community project not for commercial use. The result is to learn and program together for prove the study.
30+
31+
### Legal ###
32+
This is an independent and unofficial server for educational use ONLY. Using the Project might be against the TOS.
33+
34+
### Contribution is only possible with Visual Studio 2026 ###
35+
We recommend usage of :
2936
* [Roslynator extension](https://github.com/JosefPihrt/Roslynator).
3037
* [Resharper](https://www.jetbrains.com/resharper/)

0 commit comments

Comments
 (0)