Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.46 KB

CONTRIBUTING.md

File metadata and controls

72 lines (44 loc) · 2.46 KB

Contribute to TID

❤️ First and foremost, thanks for your time and for taking the first steps to contribute. ❤️

Fork the Repo

First thing first, fork the repo so that you can make necessary changes to the file.


Add a Picture

Browse to the images folder and upload the wallpaper you want to share. Make sure to give it a proper name.


Add Picture Information

Open the image_data.json file. Inside the square brackets, insert the following snippet(At the top).

{
  "image_name": ,
  "file_type": ,

  "height": ,
  "width": ,

  "author": ,
  "author_link": ,

  "source": ,
  "source_link": ,

  "tags": [],

  "theme": ,
  "color": []
},
Parameter Description
image_name Name of the image. Make sure that it matches the name that you used in the image folder
file_type Type of the file. Can be anything. For example png, jpg, jpeg, etc.
height Optional. Can be absent. Delete the parameter if you don't give any value.
width Optional. Can be absent. Delete the parameter if you don't give any value.
source Mandatory. Source name of the image. Make sure you have the right to use it.
source_link Mandatory. The actual download link of the image.
author The author of the image. Can be the same as the source.
author_link Link to the author(Twitter, Instagram). Can be the same as the source_link.
tags Comma separated values inside the square brackets. Make sure to wrap with quotation(") marks.
theme Main theme of the wallpaper. Can be either Dark or White
color A list of colors used in the wallpaper.

Make a Pull Request

Once you are happy with the editing, head towards the pull requests tab. And make the PR. And hopefully it will get accepted with in a short amount of time.


Thanks for contributing. Have a good day!!! 😄