daabChingrii / HFTNeoVogue

At the heart of NeoVogue is a user-friendly website where we proudly showcase a curated collection of designs and concepts crafted by our talented partner designers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewVogueHB


Hacktoberfest 2023 Repository: NeoVogue

Hacktoberfest Logo

“Fast Fashion” is the quick production of cheap and trendy clothes that prioritizes meeting consumer demand for the latest styles. Fast Fashion brands are known for designing and bringing new clothing to the market in a matter of a few weeks. These retailers frequently update their inventory to keep up with seasonal and trend-driven fashion changes. This means that they often have new collections or items available for purchase every few weeks.

NeoVogue is a website that collaborates with Designers, Developers, and Content Creators alike.


Contributors of Hacktoberfest 2023


HacktoberFest 2023 OPEN FIRST Pull Request 🎉

This Project Is Perfect For Your First Pull Request

🗣 Hacktoberfest encourages participation in the open-source community, which grows bigger every year.

📢 Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free DIGITAL-SWAGS 🔥.

Hacktober Badge Star Badge Contributions

Pull Requests Badge GitHub contributors License Badge

How to contribute? 🤔

  • Fork this Repository using the button at the top in the right corner.

  • Clone your forked copy of the project

    git clone https://github.com/<your_user>/HFTNeoVogue
  • Navigate into the folder

cd HFTNeoVogue
  • Add a reference(remote) to the original repo to pull the latest code from upstream (i.e., daabChingrii/HFTNeoVogue):
git remote add upstream https://github.com/daabChingrii/HFTNeoVogue.git
  • Check the remotes for this repository using:
git remote -v
OUTPUT -

origin  https://github.com/<your_user>/HFTNeoVogue (fetch)
origin  https://github.com/<your_user>/HFTNeoVogue (push)
upstream        https://github.com/daabChingrii/HFTNeoVogue (fetch)
upstream        https://github.com/daabChingrii/HFTNeoVogue (push)
  • Now, let's create a new branch!
 git checkout -b <Branch_Name>

It will create a new branch with name Branch_Name and switch to it

  • Create a file named <username>.html. For example, if you are contributing as 'Ashutosh' then make sure there exists an HTML

  • Make necessary changes and commit those changes

# To add all files to the staging area
$ git add .
# To add a specific file to the staging area use:
$ git add <some_file>
# Type in a message relevant to the code reviewer using:
$ git commit -m '<relevant message>'
  • Push your awesome work to your remote repository using:
# First push your local branch to your remote repository
$ git push origin <Branch_Name>
  • Create a PR!

  • Wait for Pull Request to merge ⏳⏳

  • Celebrate - you've done your first pull request 🥳🥳!!

HacktoberFest Guidelines to making your first PR:

Always make more then 4 pull requests.
Lets say you have made only 4 pull request to different projects,
but one project is excluded from hackoctoberfest event then your pull request will not be counted and 
then you have remaining 3 valid pull requests if these projects is not excluded.
If you fail to make 4 pull requests then you can't get digital-swags.
I will recommend you to make pull request to your own repo which is very very safest side for you..
keep in mind that repository has hacktoberfest topic..
PR/MRs that are labeled with a label containing the word “spam” by maintainers will not be counted.
HacktoberFest uses the Node.js 18 RegEx engine with /\bspam\b/i to look for spam labels.
PR/MRs that also have the “hacktoberfest-accepted” label cannot be marked as spammy via a label.
PR/MRs that have been merged and do not have a label containing the word “invalid” cannot be marked as spammy via a label.
PR/MRs that the system detects as spammy will also not be counted.

Any user with two or more spammy PR/MRs will be disqualified.

Remember: Quantity is fun, Quality is key.

About

At the heart of NeoVogue is a user-friendly website where we proudly showcase a curated collection of designs and concepts crafted by our talented partner designers.

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 85.5%Language:HTML 12.3%Language:CSS 2.2%