bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

commit b4ef1a0ba17e9ef18cc2bc6097e4cc111fd9cfab
parent de6a1674e66a5e53936db48fef1580c1fa59952a
Author: Amit Dutta <mail@amit.is-a.dev>
Date:   Fri,  3 Jul 2026 07:30:40 +0530

Rename CONTRIBUTING.md to contributing.md [skip ci]
Diffstat:
Ddocs/CONTRIBUTING.md | 36------------------------------------
Adocs/contributing.md | 35+++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 36 deletions(-)

diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md @@ -1,35 +0,0 @@ ---- -title: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:inline; margin-bottom:-2px; margin-right:6px;"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/><path d="M16 3.128a4 4 0 0 1 0 7.744"/><path d="M22 21v-2a4 4 0 0 0-3-3.87"/><circle cx="9" cy="7" r="4"/></svg> Contributing to bsc' ---- - -# Contributing to bsc - -Thank you for your interest in improving this repository! Now that this project is licensed under the **MIT License**, I welcome community contributions, bug reports, and optimizations. - -## Licensing - -By submitting a Pull Request (PR) or code snippet to this repository, you agree that your contribution will be governed by the **[MIT License](license.md)**. - -## How to Contribute - -1. **Report Bugs:** If you find an error in a solution, please open an **Issue**. Provide details on how to reproduce the error or why the current logic is incorrect. -2. **Suggest Improvements:** If you have a more efficient algorithm or a cleaner implementation, feel free to share it via an Issue or a PR. -3. **Documentation:** Typos, better comments, and clarity improvements are always appreciated. - -## Contribution Guidelines - -To maintain the quality of this resource, please ensure: - -* **Originality:** You certify that the code you submit is your own original work or that you have the right to submit it under the MIT License. -* **Academic Integrity:** Do not submit code copied from textbooks or other students without proper attribution. -* **Purpose:** While this is now open-source, please avoid submitting solutions to *active* university assignments that could facilitate academic dishonesty. - -## Getting Started - -1. **Fork** the repository. -2. **Clone** your fork locally. -3. Create a **branch** for your changes. -4. **Commit** your work with clear descriptions. -5. Push to your fork and submit a **Pull Request**. - -Thank you for helping keep this resource accurate and high-quality!- \ No newline at end of file diff --git a/docs/contributing.md b/docs/contributing.md @@ -0,0 +1,35 @@ +--- +title: '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:inline; margin-bottom:-2px; margin-right:6px;"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"/><path d="M16 3.128a4 4 0 0 1 0 7.744"/><path d="M22 21v-2a4 4 0 0 0-3-3.87"/><circle cx="9" cy="7" r="4"/></svg> Contributing to bsc' +--- + +# Contributing to bsc + +Thank you for your interest in improving this repository! Now that this project is licensed under the **MIT License**, I welcome community contributions, bug reports, and optimizations. + +## Licensing + +By submitting a Pull Request (PR) or code snippet to this repository, you agree that your contribution will be governed by the **[MIT License](license.md)**. + +## How to Contribute + +1. **Report Bugs:** If you find an error in a solution, please open an **Issue**. Provide details on how to reproduce the error or why the current logic is incorrect. +2. **Suggest Improvements:** If you have a more efficient algorithm or a cleaner implementation, feel free to share it via an Issue or a PR. +3. **Documentation:** Typos, better comments, and clarity improvements are always appreciated. + +## Contribution Guidelines + +To maintain the quality of this resource, please ensure: + +* **Originality:** You certify that the code you submit is your own original work or that you have the right to submit it under the MIT License. +* **Academic Integrity:** Do not submit code copied from textbooks or other students without proper attribution. +* **Purpose:** While this is now open-source, please avoid submitting solutions to *active* university assignments that could facilitate academic dishonesty. + +## Getting Started + +1. **Fork** the repository. +2. **Clone** your fork locally. +3. Create a **branch** for your changes. +4. **Commit** your work with clear descriptions. +5. Push to your fork and submit a **Pull Request**. + +Thank you for helping keep this resource accurate and high-quality!
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror