/Favorite-OTT-characters

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

Primary LanguageCSS

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"
}
  1. 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

  • After your changes are committed to your GitHub fork, submit a pull request (PR) to the main branch of the ankitpareek0141/Favorite-OTT-characters repo
  • In your PR description, reference the issue it resolves (see linking a pull request to an issue using a keyword)
    • ex. Updates out of date content [Fixes #1234]

6. Wait for review

  • The website team reviews every PR
  • Acceptable PRs will be approved & merged into the main branch

7. Optional

  • Give Star to this repository if you had learn something!

👩‍💻👨‍💻 Our valuable Contributors