Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 2.22 KB

File metadata and controls

83 lines (58 loc) · 2.22 KB

Beitragsrichtlinie / Contributing Guide

Deutsch

Vielen Dank für Ihr Interesse, zu diesem Projekt beizutragen!

Wie Sie beitragen können

  1. Bug melden: Erstellen Sie ein Issue mit dem Label bug
  2. Feature vorschlagen: Erstellen Sie ein Issue mit dem Label enhancement
  3. Code beitragen: Erstellen Sie einen Pull Request

Pull Requests

  1. Forken Sie das Repository
  2. Erstellen Sie einen Feature-Branch: git checkout -b feature/mein-feature
  3. Committen Sie Ihre Änderungen: git commit -m "Beschreibung der Änderung"
  4. Pushen Sie den Branch: git push origin feature/mein-feature
  5. Erstellen Sie einen Pull Request

Lizenz für Beiträge

Dieses Projekt verwendet aktuell kein separates Contributor License Agreement (CLA). Mit Ihrem Pull Request bestätigen Sie, dass Sie die eingebrachten Änderungen unter der MIT-Lizenz dieses Projekts einreichen dürfen.

Code-Richtlinien

  • Python: PEP 8 Stil
  • Encoding: UTF-8 für alle Dateien
  • Sprache: Code und Kommentare auf Deutsch oder Englisch
  • Keine hardcoded Pfade oder API-Keys

Erste Schritte

git clone https://github.com/dev-bricks/CodeBox.git
cd CodeBox
pip install -r requirements.txt
python main.py

English

Thank you for your interest in contributing to this project!

How to Contribute

  1. Report bugs: Create an issue with the bug label
  2. Suggest features: Create an issue with the enhancement label
  3. Contribute code: Create a Pull Request

Pull Requests

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/my-feature
  3. Commit your changes: git commit -m "Description of change"
  4. Push the branch: git push origin feature/my-feature
  5. Create a Pull Request

Contribution License

This project currently does not use a separate Contributor License Agreement (CLA). By opening a pull request, you confirm that you may submit your changes under this project's MIT license.

Code Guidelines

  • Python: PEP 8 style
  • Encoding: UTF-8 for all files
  • Language: Code and comments in German or English
  • No hardcoded paths or API keys

Getting Started

git clone https://github.com/dev-bricks/CodeBox.git
cd CodeBox
pip install -r requirements.txt
python main.py