We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you want to add a quote to the project then follow this:
Step 1: Fork the Repository
Step 2: Go to your forked repository
Step 3: Clone the forked project to your local machine
git clone {your_repo_link}
git checkout -b quote/your_name
Step 5: Edit the quote.js and add your favorite quote and commit ✨
Step 6: Push to the remote branch
git push origin quote/your_name
If you want to upgrade the site or fix a bug or add a feature follow this:
(git checkout -b feature/AmazingFeature)
(git commit -m 'Added some AmazingFeature')
(git push origin feature/AmazingFeature)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to add a quote?
If you want to add a quote to the project then follow this:
Step 1: Fork the Repository
Step 2: Go to your forked repository
Step 3: Clone the forked project to your local machine
Step 5: Edit the quote.js and add your favorite quote and commit ✨
Step 6: Push to the remote branch
How to contribute to the site?
If you want to upgrade the site or fix a bug or add a feature follow this:
(git checkout -b feature/AmazingFeature)
(git commit -m 'Added some AmazingFeature')
(git push origin feature/AmazingFeature)
The text was updated successfully, but these errors were encountered: