Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 1.91 KB

File metadata and controls

70 lines (56 loc) · 1.91 KB

🤝 Contributing to Shani

Thank you for your interest in contributing to Shani – ARC Raiders Discord Bot! Contributions are welcome, but please follow the guidelines below to keep the project clean and maintainable.


🇬🇧 English

How to Contribute

  1. Fork the repository
  2. Create a feature branch
    git checkout -b feature/your-feature-name
  3. Make your changes
  4. Commit with a clear message
    git commit -m "feat: describe your change"
  5. Open a Pull Request against the main branch

Guidelines

  • Keep changes focused and minimal
  • Follow the existing code style
  • Never commit secrets! (.env, tokens, private configs). Use .env.example as a template.
  • Avoid force-pushes on shared branches
  • Test your changes before submitting

Reporting Issues

If you find a bug or have a feature request:

  • Use GitHub Issues
  • Describe the problem clearly
  • Include steps to reproduce if applicable

🇩🇪 Deutsch

Wie du beitragen kannst

  1. Forke das Repository
  2. Erstelle einen Feature-Branch
    git checkout -b feature/dein-feature-name
  3. Nimm deine Änderungen vor
  4. Commit mit einer klaren Beschreibung
    git commit -m "feat: beschreibung deiner änderung"
  5. Erstelle einen Pull Request gegen den Branch main

Richtlinien

  • Änderungen bitte klein und fokussiert halten
  • Am bestehenden Code-Stil orientieren
  • Niemals Secrets committen! (.env, Tokens, private Dateien). Nutze .env.example als Vorlage.
  • Keine Force-Pushes auf gemeinsame Branches
  • Änderungen vorher testen

Bugs & Feature-Wünsche

  • Nutze GitHub Issues
  • Beschreibe das Problem möglichst genau
  • Bei Bugs: Schritte zur Reproduktion angeben

🙏 Thank you / Danke

Thanks for helping improve Shani!
Danke, dass du zur Weiterentwicklung von Shani beiträgst.