Resources
Contributing
How to contribute to Glance
Getting Started
Glance is open source and welcomes contributions. Here's how to get set up:
terminalbash
# Clone the repo
git clone https://github.com/Anasabubakar/glance.git
cd Glance
# Install dependencies
npm install
# Start development
npm run devGuidelines
- • Follow the existing code style
- • Write meaningful commit messages
- • Add tests for new features
- • Update documentation when changing behavior
- • Be respectful in discussions
Reporting Issues
Found a bug? Open an issue on GitHub with:
- • Your OS and version
- • Glance version
- • Steps to reproduce
- • Expected vs actual behavior