bsc

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

CONTRIBUTING.md (1610B)


      1 # Contributing to bsc
      2 
      3 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.
      4 
      5 ## Licensing
      6 
      7 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)**. 
      8 
      9 ## How to Contribute
     10 
     11 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.
     12 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.
     13 3.  **Documentation:** Typos, better comments, and clarity improvements are always appreciated.
     14 
     15 ## Contribution Guidelines
     16 
     17 To maintain the quality of this resource, please ensure:
     18 
     19 * **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.
     20 * **Academic Integrity:** Do not submit code copied from textbooks or other students without proper attribution. 
     21 * **Purpose:** While this is now open-source, please avoid submitting solutions to *active* university assignments that could facilitate academic dishonesty.
     22 
     23 ## Getting Started
     24 
     25 1.  **Fork** the repository.
     26 2.  **Clone** your fork locally.
     27 3.  Create a **branch** for your changes.
     28 4.  **Commit** your work with clear descriptions.
     29 5.  Push to your fork and submit a **Pull Request**.
     30 
     31 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