# 🌄 wallz - CONTRIBUTING.md ***Thanks for contributing!*** Follow these steps to add wallpapers to the collection. ## Adding Wallpapers Guidelines for Wallpaper Submission - **Resolution**: Wallpapers should be high-resolution, ideally at least `1920x1080` or higher. - **Quality**: Ensure wallpapers are clear and visually appealing. Avoid pixelation and blurry images (make sure to test them). - **File Format**: Use **.jpg**, **.jpeg**, **.png** or **.gif** formats only. - **Category Folders**: Place each wallpaper in the category folder that best fits its style. `(e.g., Sci-fi, Dracula)`. ## Getting Started 1. **Fork the Repository**: Fork this repo to make your own copy. 2. **Clone Your Fork**: Clone your forked repository to your local machine. ```bash git clone https://github.com/fr0st-iwnl/wallz.git cd wallz ``` 3. Place the **wallpaper** in the correct category folder. 4. **Run the Renaming Script**: After adding your wallpapers, run the renaming script to ensure consistent naming: ```bash python3 rename_wallpapers.py ``` This script will automatically rename all wallpapers with a consistent format (e.g., `01. Category Name.png`). 5. **Stage Your Changes**: `git add .` 6. **Commit Your Changes**: `git commit -m "Add new wallpapers"` 7. **Push to Your Fork**: `git push origin main` - Thank you again for helping to improve this wallpapers repository! 🎉