@mcmhomes/panorama-viewer
Version:
Provides React components to render panoramas.
19 lines (12 loc) • 677 B
Markdown
# Contributing to Panorama Viewer
Thank you for considering contributing to Panorama Viewer! Please follow these guidelines to help us maintain and improve the project.
## How to Contribute
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Open a pull request.
Please try to keep any new code consistent with the existing codebase. That includes code style, naming conventions, and documentation.
## Reporting Issues
If you find a bug or have a feature request, please open an issue on GitHub.