Thank you for your interest in contributing to Movie Collection Visualizer! Whether you want to report a bug, suggest a new feature, or contribute code, we appreciate your help in making this project better.
If you encounter any issues with the application, please check the existing issues to see if the problem has already been reported. If not, feel free to open a new issue with a detailed description of the problem, including steps to reproduce it.
If you have a feature you'd like to see added to Movie Collection Visualizer, please open a new issue and describe the feature you're proposing. We welcome discussions on new features before implementation.
We welcome and appreciate contributions! If you want to contribute code:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m "Description of your changes"
. - Push your changes to your fork:
git push origin feature-name
. - Open a pull request with a clear title and description of your changes.
To set up the development environment locally, follow the steps outlined in the Getting Started section of the README.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
By contributing to Movie Collection Visualizer, you agree that your contributions will be licensed under the GNU General Public License v3.0.
Thank you for contributing!