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.
- Fork the repository
- Create a feature branch
git checkout -b feature/your-feature-name
- Make your changes
- Commit with a clear message
git commit -m "feat: describe your change" - Open a Pull Request against the
mainbranch
- 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
If you find a bug or have a feature request:
- Use GitHub Issues
- Describe the problem clearly
- Include steps to reproduce if applicable
- Forke das Repository
- Erstelle einen Feature-Branch
git checkout -b feature/dein-feature-name
- Nimm deine Änderungen vor
- Commit mit einer klaren Beschreibung
git commit -m "feat: beschreibung deiner änderung" - Erstelle einen Pull Request gegen den Branch
main
- Ä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
- Nutze GitHub Issues
- Beschreibe das Problem möglichst genau
- Bei Bugs: Schritte zur Reproduktion angeben
Thanks for helping improve Shani!
Danke, dass du zur Weiterentwicklung von Shani beiträgst.