docs: add Contributing + Community section to README
- New '🤝 Contributing' section with translation table, skill matrix, and links to good first issues and help wanted labels - New '💬 Community' section linking to GitHub Discussions - Visible call-to-action for translators pointing to issue #93
This commit is contained in:
@@ -439,6 +439,54 @@ Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed g
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 🤝 Contributing
|
||||||
|
|
||||||
|
EverShelf is a community project and contributions of any size are welcome!
|
||||||
|
|
||||||
|
### Easiest way to start — translate EverShelf into your language
|
||||||
|
|
||||||
|
Translations are just JSON files. No coding, no setup — fork → edit → PR.
|
||||||
|
|
||||||
|
```
|
||||||
|
translations/
|
||||||
|
├── it.json ✅ Italian (base)
|
||||||
|
├── en.json ✅ English
|
||||||
|
├── de.json ✅ German
|
||||||
|
├── fr.json ✅ French
|
||||||
|
├── es.json ✅ Spanish
|
||||||
|
├── pt.json ❌ Portuguese — wanted!
|
||||||
|
├── nl.json ❌ Dutch — wanted!
|
||||||
|
└── ... ❌ Your language here!
|
||||||
|
```
|
||||||
|
|
||||||
|
👉 See [issue #93](https://github.com/dadaloop82/EverShelf/issues/93) to claim a language.
|
||||||
|
|
||||||
|
### Other ways to contribute
|
||||||
|
|
||||||
|
| What | Skill needed |
|
||||||
|
|---|---|
|
||||||
|
| 🐛 Report a bug | None |
|
||||||
|
| 📖 Improve the wiki | Markdown |
|
||||||
|
| 🌍 Add a translation | JSON editing |
|
||||||
|
| 🎨 Fix a CSS/UI issue | CSS / HTML |
|
||||||
|
| ⚙️ Implement a feature | PHP / JS |
|
||||||
|
| ⭐ Star the repo | Clicking |
|
||||||
|
|
||||||
|
👉 Browse [`help wanted`](https://github.com/dadaloop82/EverShelf/labels/help%20wanted) issues for good starting points.
|
||||||
|
|
||||||
|
Read [CONTRIBUTING.md](CONTRIBUTING.md) for the full guide (branch naming, code style, how to run locally).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 💬 Community
|
||||||
|
|
||||||
|
Join the conversation in [GitHub Discussions](https://github.com/dadaloop82/EverShelf/discussions):
|
||||||
|
- **Vote on upcoming features** — tell us what to build next
|
||||||
|
- **Show your setup** — share your kitchen kiosk
|
||||||
|
- **Ask questions** — get help from the community
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 📄 License
|
## 📄 License
|
||||||
|
|
||||||
This project is licensed under the **MIT License** — see the [LICENSE](LICENSE) file for details.
|
This project is licensed under the **MIT License** — see the [LICENSE](LICENSE) file for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user