Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.2 KB

🌄 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.
  • File Format: Use .jpg, .jpeg, or .png formats only.
  • File Naming: Name files descriptively using lowercase letters and hyphens, (e.g., sunset-beach.jpg).
  • 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.

    git clone https://github.com/fr0st-iwnl/wallz.git
    cd wallz
  3. Place the wallpaper in the correct category folder.

  4. Stage Your Changes: git add .

  5. Commit Your Changes: git commit -m "Add new wallpapers"

  6. Push to Your Fork: git push origin main

  • Thank you again for helping to improve this wallpapers repository! 🎉