Skip to content

How to add a quote ( or contribute ) #17

@sorenblank

Description

@sorenblank

How to add a quote?

If you want to add a quote to the project then follow this:

  1. Step 1: Fork the Repository

  2. Step 2: Go to your forked repository

  3. Step 3: Clone the forked project to your local machine

git clone {your_repo_link}
  1. Step 4: Create a new branch after your name
git checkout -b quote/your_name
  1. Step 5: Edit the quote.js and add your favorite quote and commit ✨

  2. Step 6: Push to the remote branch

git push origin quote/your_name
  1. Step 7: Open a Pull Request ~
     

How to contribute to the site?

If you want to upgrade the site or fix a bug or add a feature follow this:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Added some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions