Skip to content

Commit 5c083b2

Browse files
Lukas Geigerclaude
andcommitted
Remove redundant README.de.md — bilingual content consolidated in README.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 06b4cee commit 5c083b2

5 files changed

Lines changed: 226 additions & 96 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog / Aenderungsprotokoll
2+
3+
Alle wesentlichen Aenderungen an diesem Projekt werden hier dokumentiert.
4+
Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.1.0/).
5+
6+
## [Unreleased]
7+
8+
### Hinzugefuegt / Added
9+
-
10+
11+
### Geaendert / Changed
12+
-
13+
14+
### Behoben / Fixed
15+
-
16+
17+
## [1.0.0] - YYYY-MM-DD
18+
19+
### Hinzugefuegt / Added
20+
- Erstveroeffentlichung / Initial release

CODE_OF_CONDUCT.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Verhaltenskodex / Code of Conduct
2+
3+
## Deutsch
4+
5+
### Unser Versprechen
6+
7+
Wir als Mitglieder, Beitragende und Leitende verpflichten uns, die Teilnahme an unserer
8+
Community zu einer belaetigungsfreien Erfahrung fuer alle zu machen, unabhaengig von
9+
Alter, Koerpergroesse, sichtbarer oder unsichtbarer Behinderung, ethnischer Zugehoerigkeit,
10+
Geschlechtsmerkmalen, Geschlechtsidentitaet und -ausdruck, Erfahrungsgrad, Bildung,
11+
sozio-oekonomischem Status, Nationalitaet, persoenlichem Aussehen, Herkunft, Religion
12+
oder sexueller Identitaet und Orientierung.
13+
14+
### Unsere Standards
15+
16+
Beispiele fuer Verhalten, das zu einem positiven Umfeld beitraegt:
17+
- Verwendung einladender und inklusiver Sprache
18+
- Respektvoller Umgang mit unterschiedlichen Standpunkten und Erfahrungen
19+
- Konstruktive Kritik hoeflich annehmen
20+
- Fokus auf das Beste fuer die Community
21+
22+
Inakzeptables Verhalten umfasst:
23+
- Trolling, beleidigende Kommentare und persoenliche oder politische Angriffe
24+
- Oeffentliche oder private Belaestigung
25+
- Veroeffentlichung privater Informationen anderer ohne ausdrueckliche Erlaubnis
26+
27+
### Durchsetzung
28+
29+
Faelle von missbräuchlichem Verhalten koennen dem Projektteam unter
30+
**lukas@geiger.sh** gemeldet werden. Alle Beschwerden werden geprueft und untersucht.
31+
32+
---
33+
34+
## English
35+
36+
### Our Pledge
37+
38+
We as members, contributors, and leaders pledge to make participation in our
39+
community a harassment-free experience for everyone, regardless of age, body size,
40+
visible or invisible disability, ethnicity, sex characteristics, gender identity
41+
and expression, level of experience, education, socio-economic status, nationality,
42+
personal appearance, race, religion, or sexual identity and orientation.
43+
44+
### Our Standards
45+
46+
Examples of behavior that contributes to a positive environment:
47+
- Using welcoming and inclusive language
48+
- Being respectful of differing viewpoints and experiences
49+
- Gracefully accepting constructive criticism
50+
- Focusing on what is best for the community
51+
52+
Unacceptable behavior includes:
53+
- Trolling, insulting comments, and personal or political attacks
54+
- Public or private harassment
55+
- Publishing others' private information without explicit permission
56+
57+
### Enforcement
58+
59+
Instances of abusive behavior may be reported to the project team at
60+
**lukas@geiger.sh**. All complaints will be reviewed and investigated.
61+
62+
---
63+
64+
*Basierend auf dem [Contributor Covenant v2.1](https://www.contributor-covenant.org/version/2/1/code_of_conduct/)*

CONTRIBUTING.md

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# Beitragsrichtlinie / Contributing Guide
2+
3+
## Deutsch
4+
5+
Vielen Dank fuer Ihr Interesse, zu diesem Projekt beizutragen!
6+
7+
### Wie Sie beitragen koennen
8+
9+
1. **Bug melden:** Erstellen Sie ein Issue mit dem Label `bug`
10+
2. **Feature vorschlagen:** Erstellen Sie ein Issue mit dem Label `enhancement`
11+
3. **Code beitragen:** Erstellen Sie einen Pull Request
12+
13+
### Pull Requests
14+
15+
1. Forken Sie das Repository
16+
2. Erstellen Sie einen Feature-Branch: `git checkout -b feature/mein-feature`
17+
3. Committen Sie Ihre Aenderungen: `git commit -m "Beschreibung der Aenderung"`
18+
4. Pushen Sie den Branch: `git push origin feature/mein-feature`
19+
5. Erstellen Sie einen Pull Request
20+
21+
### Contributor License Agreement (CLA)
22+
23+
<!-- OPTION A: Fuer Projekte mit Dual-Licensing (RPX, etc.) -- diesen Block verwenden -->
24+
Dieses Projekt verwendet ein [Contributor License Agreement (CLA)](CLA.md).
25+
Bei Ihrem ersten Pull Request bestaetigen Sie bitte Ihre Zustimmung durch einen Kommentar:
26+
27+
> I have read and agree to the Contributor License Agreement (CLA).
28+
29+
Sie behalten Ihr Urheberrecht -- das CLA raeumt dem Projektinhaber lediglich Nutzungsrechte ein, die eine flexible Lizenzierung des Gesamtprojekts ermoeglichen.
30+
31+
<!-- OPTION B: Fuer Community-Projekte ohne kommerzielle Plaene -- diesen Block stattdessen verwenden
32+
### Developer Certificate of Origin (DCO)
33+
34+
Dieses Projekt verwendet den [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
35+
Bitte signieren Sie jeden Commit mit `--signoff`:
36+
37+
git commit --signoff -m "Beschreibung der Aenderung"
38+
39+
Damit bestaetigen Sie, dass Sie das Recht haben, den Code unter der Projektlizenz einzureichen.
40+
-->
41+
42+
### Code-Richtlinien
43+
44+
- Python: PEP 8 Stil
45+
- Encoding: UTF-8 fuer alle Dateien
46+
- Sprache: Code und Kommentare auf Deutsch oder Englisch
47+
- Keine hardcoded Pfade oder API-Keys
48+
49+
### Erste Schritte
50+
51+
```bash
52+
git clone https://github.com/lukisch/REL_Editor_PythonBox.git
53+
cd REL_Editor_PythonBox
54+
pip install -r requirements.txt
55+
python main.py
56+
```
57+
58+
---
59+
60+
## English
61+
62+
Thank you for your interest in contributing to this project!
63+
64+
### How to Contribute
65+
66+
1. **Report bugs:** Create an issue with the `bug` label
67+
2. **Suggest features:** Create an issue with the `enhancement` label
68+
3. **Contribute code:** Create a Pull Request
69+
70+
### Pull Requests
71+
72+
1. Fork the repository
73+
2. Create a feature branch: `git checkout -b feature/my-feature`
74+
3. Commit your changes: `git commit -m "Description of change"`
75+
4. Push the branch: `git push origin feature/my-feature`
76+
5. Create a Pull Request
77+
78+
### Contributor License Agreement (CLA)
79+
80+
<!-- OPTION A: For projects with dual licensing (RPX, etc.) -->
81+
This project uses a [Contributor License Agreement (CLA)](CLA.md).
82+
On your first pull request, please confirm your agreement by commenting:
83+
84+
> I have read and agree to the Contributor License Agreement (CLA).
85+
86+
You retain your copyright -- the CLA only grants the project owner usage rights that enable flexible licensing of the overall project.
87+
88+
<!-- OPTION B: For community projects without commercial plans
89+
### Developer Certificate of Origin (DCO)
90+
91+
This project uses the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
92+
Please sign off every commit with `--signoff`:
93+
94+
git commit --signoff -m "Description of change"
95+
96+
This certifies that you have the right to submit the code under the project license.
97+
-->
98+
99+
### Code Guidelines
100+
101+
- Python: PEP 8 style
102+
- Encoding: UTF-8 for all files
103+
- Language: Code and comments in German or English
104+
- No hardcoded paths or API keys
105+
106+
### Getting Started
107+
108+
```bash
109+
git clone https://github.com/lukisch/REL_Editor_PythonBox.git
110+
cd REL_Editor_PythonBox
111+
pip install -r requirements.txt
112+
python main.py
113+
```

README.de.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

SECURITY.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
If you find a security vulnerability, please report it responsibly:
6+
7+
1. **Do NOT open a public issue**
8+
2. **Use GitHub's [private vulnerability reporting](../../security/advisories/new)**
9+
3. Include: description, steps to reproduce, potential impact
10+
11+
### How to Report
12+
13+
1. Go to: Repository → Security → Advisories → New
14+
2. Fill out the form (title, description, severity, affected versions)
15+
3. Submit privately (not visible to public until disclosed)
16+
17+
We will respond as soon as possible.
18+
19+
## Scope
20+
21+
<!-- Adjust scope for your project -->
22+
- File system access
23+
- Database access
24+
- External API connections
25+
26+
## Response
27+
28+
As a solo project, response times may vary. Critical issues will be
29+
prioritized. Please allow reasonable time before public disclosure.

0 commit comments

Comments
 (0)