ankitpareek0141 / Favorite-OTT-characters

Add your favorite OTT characters to the list and contribute to the hactoberfest 2022
17 stars 94 forks source link
good-first-issue hacktoberfest hactoberfest2022

Favorite-OTT-characters

Screenshot 2022-10-03 at 3 05 50 PM

Add your favorite OTT characters to the list and contribute to the hactoberfest 2022

Here is the page link :- https://ankitpareek0141.github.io/Favorite-OTT-characters/

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

Getting started

Register yourself in the Hacktoberfest 2022

How to contribute

This project follows the contrib.rocks specification. Contributions of any kind are welcome!

1. Submit an issue

2. Fork the repository (repo)

3. Set up your local environment (optional)

If you're ready to contribute and create your PR, it will help to set up a local environment so you can see your changes.

  1. Set up your development environment

  2. Clone your fork

If this is your first time forking our repo, this is all you need to do for this step:

$ git clone git@github.com:[your_github_handle]/Favorite-OTT-characters.git && cd Favorite-OTT-characters

If you've already forked the repo, you'll want to ensure your fork is configured and that it's up to date. This will save you the headache of potential merge conflicts.

To configure your fork:

$ git remote add upstream https://github.com/ankitpareek0141/Favorite-OTT-characters.git

To sync your fork with the latest changes:

$ git checkout main
$ git fetch upstream
$ git merge upstream/main

4. Make awesome changes!

  1. Create new branch for your changes
$ git checkout -b new_branch_name
  1. Start developing! append new character details in js/characters.js file.

    {
    "image": "your_image_url",
    "title": "your_image_title",
    "description": "your_image_description"
    }
  2. Commit and prepare for pull request (PR). In your PR commit message, reference the issue it resolves (see how to link a commit message to an issue using a keyword).

$ git commit -m "brief description of changes [Fixes #1234]"
  1. Push to your GitHub account
$ git push

5. Submit your PR

6. Wait for review

7. Optional

👩‍💻👨‍💻 Our valuable Contributors

Made with [contrib.rocks](https://contrib.rocks).