Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add a quote ( or contribute ) #17

Open
sorenblank opened this issue Apr 27, 2024 · 0 comments
Open

How to add a quote ( or contribute ) #17

sorenblank opened this issue Apr 27, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@sorenblank
Copy link
Member

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
@sorenblank sorenblank added the good first issue Good for newcomers label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant