From 917cc0370f372616f049dc2e36dc25a5132e4d7a Mon Sep 17 00:00:00 2001 From: erwan-joly Date: Tue, 21 Apr 2026 12:30:26 +1200 Subject: [PATCH] docs: refresh README, add CodeRabbit config - 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) --- .coderabbit.yaml | 20 ++++++++++++++++++++ README.md | 23 +++++++++++++++-------- 2 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..843d058 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,20 @@ +language: "en" +early_access: false +reviews: + profile: "chill" + request_changes_workflow: false + high_level_summary: true + poem: false + review_status: true + collapse_walkthrough: false + auto_review: + enabled: true + drafts: false + path_filters: + - "!**/*.min.js" + - "!**/bin/**" + - "!**/obj/**" + - "!**/TestResults/**" + - "!**/*.Designer.cs" +chat: + auto_reply: true diff --git a/README.md b/README.md index ffa768c..2da57a5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # NosCore.Algorithm #

- +

[![NuGet](https://img.shields.io/nuget/v/NosCore.Algorithm.svg?style=flat-square)](https://www.nuget.org/packages/NosCore.Algorithm/) @@ -9,22 +9,29 @@ # Special Thanks for Contributions #

- - - +

+## You want to contribute ? ## +[![Discord](https://i.gyazo.com/2115a3ecb258220f5b1a8ebd8c50eb8f.png)](https://discord.gg/Eu3ETSw) + ## You like our work ? ## Sponsor me! -Buy Me a Coffee at ko-fi.com +Buy Me a Coffee at ko-fi.com Become a Patron! -## Achtung! ## +## Warning! ## 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. ## Instructions to contribute ## -### Contribution is only possible with Visual Studio 2019 ### -We recommend usage of : +### Disclaimer ### +This project is a community project not for commercial use. The result is to learn and program together for prove the study. + +### Legal ### +This is an independent and unofficial server for educational use ONLY. Using the Project might be against the TOS. + +### Contribution is only possible with Visual Studio 2026 ### +We recommend usage of : * [Roslynator extension](https://github.com/JosefPihrt/Roslynator). * [Resharper](https://www.jetbrains.com/resharper/)