ossguild / Nametaker

Your very First OpenSource Contribution ever
https://nametaker.vercel.app
MIT License
13 stars 21 forks source link
beginner-friendly css hacktoberfest html html-css-javascript javascript open-source opensource ossguild

Welcome to the Open Source Beginners Repository

If you're new to GitHub and open source, you're in the right place! This repository is designed to help you get started with your open source journey. You'll learn how to make your first contribution by adding your name and a small piece of information about yourself to a tiny file.

bg-readme

Getting Started

Prerequisites

Before you begin, make sure you have the following:

How to Contribute

  1. Star the Repo -> ⭐. It will help others find the project.

  2. Fork the Repository: Click the "Fork" button at the top right corner of this repository to create your own copy.

  3. Clone Your Fork: Clone your forked repository to your local machine:

    git clone https://github.com/ossguild/Nametaker.git
    
  4. Edit contributors.js: Open the contributors.js file and add your name and a brief description about yourself in the following format:

{
  name: 'Joshua Omobola',
  emoji: '🌵',
  favoriteQuote: 'I believe in unicorns',
  twitterUrl: 'https://twitter.com/kohawithstuff',
},
  1. Commit Your Changes: Save your changes, commit them, and push to your GitHub repository:

    git add *
    git commit -m "feat: Add [Your Name] to contributors"
    git push origin main
  2. Create a Pull Request: Go back to the original repository on GitHub. You should see a notification prompting you to create a pull request. Click it, and submit your changes.

  3. Wait for Approval: Once you've submitted your pull request, our team will review your contribution. If everything looks good, your changes will be merged into the main repository.

Important Note: Do not make any changes to the index.html file in this repository. This file is here as a part of the project and should remain untouched by contributors.

Run the Website Locally: To view your contributions locally:

Learning Resources:

GitHub Learning Lab: A great resource for learning GitHub interactively.

How to Create a Pull Request on GitHub: Detailed guide on creating pull requests. We're excited to have you on board! Happy contributing! 🚀

License:

This project is licensed under the MIT License - see the LICENSE file for details.