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 -m "Beschreibung der Änderung". - Pushen Sie den Branch:
git push origin feature/mein-feature. - Erstellen Sie einen Pull Request.
- Python: PEP 8 Stil.
- Encoding: UTF-8 für alle Dateien.
- Sprache: Code und Kommentare auf Deutsch oder Englisch.
- Keine hardcoded Pfade, API-Keys, Tokens oder privaten Daten.
- Vor Pull Requests mindestens
python -m py_compile MethodenAnalyser3.py manage_translations.py translator.pyausführen.
git clone https://github.com/dev-bricks/MethodenAnalyser.git
cd MethodenAnalyser
python MethodenAnalyser3.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 -m "Description of change". - Push the branch:
git push origin feature/my-feature. - Create a pull request.
- Python: PEP 8 style.
- Encoding: UTF-8 for all files.
- Language: Code and comments in German or English.
- No hardcoded paths, API keys, tokens, or private data.
- Before opening a pull request, run
python -m py_compile MethodenAnalyser3.py manage_translations.py translator.py.
git clone https://github.com/dev-bricks/MethodenAnalyser.git
cd MethodenAnalyser
python MethodenAnalyser3.py