42 lines
909 B
Markdown
42 lines
909 B
Markdown
# Contributing to LemonLink
|
|
|
|
Thank you for your interest in contributing! This is a personal homelab landing page project.
|
|
|
|
## 🚀 Quick Start
|
|
|
|
1. Fork the repository
|
|
2. Create a feature branch: `git checkout -b feature/my-feature`
|
|
3. Commit changes: `git commit -m 'Add my feature'`
|
|
4. Push to branch: `git push origin feature/my-feature`
|
|
5. Open a Pull Request
|
|
|
|
## 📝 Guidelines
|
|
|
|
- Keep changes minimal and focused
|
|
- Test on mobile and desktop
|
|
- Follow existing code style
|
|
- Update documentation if needed
|
|
|
|
## 🐛 Bug Reports
|
|
|
|
Open an issue with:
|
|
- Clear description
|
|
- Steps to reproduce
|
|
- Screenshots if applicable
|
|
- Browser/environment info
|
|
|
|
## 💡 Feature Requests
|
|
|
|
Open an issue describing:
|
|
- What you'd like to see
|
|
- Why it would be useful
|
|
- Any implementation ideas
|
|
|
|
## 🎨 Design Changes
|
|
|
|
For visual changes, please include before/after screenshots.
|
|
|
|
---
|
|
|
|
Built with 💛 by the LemonLink team
|