Vielen Dank für Ihr Interesse, zu diesem Projekt beizutragen.
- Bug melden: Erstellen Sie ein Issue mit dem Label
bug - Feature vorschlagen: Erstellen Sie ein Issue mit dem Label
enhancement - Code beitragen: Erstellen Sie einen Pull Request
- Forken Sie das Repository
- Erstellen Sie einen Feature-Branch:
git checkout -b feature/mein-feature - Committen Sie Ihre Änderungen:
git commit --signoff -m "Beschreibung der Änderung" - Pushen Sie den Branch:
git push origin feature/mein-feature - Erstellen Sie einen Pull Request
Dieses Projekt verwendet den Developer Certificate of Origin (DCO). Bitte signieren Sie jeden Commit mit --signoff:
git commit --signoff -m "Beschreibung der Änderung"Damit bestätigen Sie, dass Sie das Recht haben, den Code unter der Projektlizenz einzureichen.
- 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
- Keine lokalen Konfigurationsdateien, Mail-Metadaten oder heruntergeladenen Dokumente committen
git clone https://github.com/doc-bricks/UniversalDocsGrabber.git
cd UniversalDocsGrabber
pip install -r requirements.txt
python UniversalDocsGrabberV1.pyThank you for your interest in contributing to this project.
- Report bugs: Create an issue with the
buglabel - Suggest features: Create an issue with the
enhancementlabel - Contribute code: Create a pull request
- Fork the repository
- Create a feature branch:
git checkout -b feature/my-feature - Commit your changes:
git commit --signoff -m "Description of change" - Push the branch:
git push origin feature/my-feature - Create a pull request
This project uses the Developer Certificate of Origin (DCO). Please sign off every commit with --signoff:
git commit --signoff -m "Description of change"This certifies that you have the right to submit the code under the project license.
- Python: PEP 8 style
- Encoding: UTF-8 for all files
- Language: code and comments in German or English
- No hardcoded paths or API keys
- Do not commit local configuration files, mail metadata, or downloaded documents
git clone https://github.com/doc-bricks/UniversalDocsGrabber.git
cd UniversalDocsGrabber
pip install -r requirements.txt
python UniversalDocsGrabberV1.py