From ae54be70562ec9788981c92c1178ef1588fdf184 Mon Sep 17 00:00:00 2001 From: Ankit Lekhak <102821100+AnkitVlekhak@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:34:27 +0400 Subject: [PATCH] Update README.md --- README.md | 63 ------------------------------------------------------- 1 file changed, 63 deletions(-) diff --git a/README.md b/README.md index cb57fbf4c..ad402d3f6 100644 --- a/README.md +++ b/README.md @@ -1,67 +1,4 @@ -

-# AnimePedia - -There is no doubt that most of our childhood was spent watching anime, we have seen and experienced it all. AnimePedia is a thanks-giving repository for the Anime Community ( for all the Otakus out there :) ) where literally anyone can contribute their favourite characters or browse them! A simple application for weebs, made using HTML, CSS, and JavaScript. - -Website: [AnimePedia](https://bit.ly/AnimePedia) - -This respository is maintained by: [Raunak Agarwal](https://github.com/Raunak173), [Amartya Yadav](https://github.com/iamartyaa), and [Barmendu Chakraborty](https://github.com/BarmenduC) - -Note: This repository is created with the sole intent of guiding beginners to their initial Open Source contributions. - -## What you can Contribute? - -There is always something to contribute to a project whether you are a Novice or a Veteran. In this project, you can add your favourite anime character as a card to the website! -Or maybe you didn't like the line that you are reading right now and want to change it! Well, why not? - -We appreciate all kinds of contributions from core-code contributions to non-code contributions like fixing the site, suggesting a feature, raising an issue, etc. - - -## How to Contribute? - -Contributing to AnimePedia is a cake-walk as long as you follow the below steps 😉 - -- Pick the character you want to contribute, and make sure it's not there on the site yet (Use the Search feature) -- `Fork` the repository -- Download your favourite character's image and upload it to the `images` folder. Make sure you provide a valid name for your image file -- Copy the Card template code given below & fill in the information as directed -- Note: Copy & paste the entire code as it is after filling in the details of the character! - -
-
-
- - [Character Name here] -
-
-
-

[Character Name]

-

- [Character Description 1 Here] -

-

- [Character Description 2 Here] -

-
-

Contributed by- [Your name here]

-
-
-
-
- - - -- Paste the edited template code into the `index.html` file just below the last added card ! -- `Sync` your Fork & then create a `Pull Request`. If there are any conflicts with the main branch then resolve them first. -``` -title: Name of the character added -description: Issue no: #[Issue no here] (for adding a new character it's #4) -``` -- That's it, you have successfully contributed to AnimePedia. Your character will appear on the site within minutes of your PR getting merged 😄 -- Star ⭐ the repository if you liked it! - -Please refer to the [Contributing Guide](CONTRIBUTING.md) to know more about the guidelines & Code of Conduct. ## Contributors