Skip to content
 
 

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenQuotes

Welcome to OpenQuotes - Share Your Inspiration!

This project aims to simplify and guide the way beginners make their first open source contribution. If you're looking to contribute your favorite quotes and be part of our journey to inspire the world, follow the steps below.

Live App Link: OpenQuotes Live App

How to Contribute

fork this repository

1. Fork this Repository

If you don't have Git on your machine, install it.

  • Fork this repository by clicking on the "Fork" button at the top of this page. This creates a copy of the repository in your GitHub account.
  • Don't forget to click the "Star" button at the top right of the repository page to show your support!

2. Clone the Repository

clone this repository

- Clone your forked repository to your local machine. In your GitHub account, navigate to your forked repository and click the "Code" button. Copy the URL.
  • Open your terminal and run the following command, replacing "url you just copied" with the URL you copied:
git clone "url you just copied"

For example:

git clone git@github.com:this-is-you/openquotes.git

3. Create a Branch

Change to the repository directory on your computer (if you're not already there):

cd openquotes

Now create a new branch for your contribution:

git switch -c add-your-name

Replace add-your-name with a branch name that describes your contribution.

4. Make Changes and Commit

Open the quotes.js file in a text editor, add your favorite quote and your name to the array of quotes.

Save the file, and then in your terminal, execute the following commands:

git status
git add quotes.js
git commit -m "Add your quote and name to the collection"

Replace "Add your quote and name to the collection" with a meaningful commit message.

5. Push Changes to GitHub

Push your changes to your GitHub repository with:

git push -u origin add-your-name

6. Create a Pull Request

Navigate to your GitHub repository. Click the "Pull Request" button. Follow the prompts to create a pull request.

7. Celebrate Your Contribution

You've completed the standard fork, clone, edit, and pull request workflow. Congrats on your contribution to OpenQuotes! Share your contribution with friends and followers and celebrate your open source journey.

8. Spread the Inspiration

Share your contribution and our project with your friends and followers. Encourage them to join the open source community and start their own journey. Together, we can inspire and make the world a better place, one quote at a time.

About

OpenQuotes is an open-source collection of inspirational quotes. Contribute your favorite quotes and join our open source journey to inspire the world. Start sharing positivity today!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages