-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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
git clone {your_repo_link}
- Step 4: Create a new branch after your name
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
- 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:
- Fork the Project
- Create your Feature Branch
(git checkout -b feature/AmazingFeature) - Commit your Changes
(git commit -m 'Added some AmazingFeature') - Push to the Branch
(git push origin feature/AmazingFeature) - Open a Pull Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers