Add More Inspirational Quotes
See original GitHub issueDo you know any inspirational quotes so one can start working by taking control over thoughts, thinking positively and setting new goals?
Append your quote to data.json
inside the data/
folder and raise the PR.
{
"text":"Your new Quote",
"from":"Author of your quote"
}
Let’s get everyone inspired by your contribution to the list of Inspirational Quotes.
Note:
- Please avoid the repetition of quotes.
- Do not make any changes in other files
- Provide a source of truth (i.e. relevant link) in PR description for the quote you’ve added.
- PR should contain a single quote. If you wish to add many quotes, create multiple PRs.
- Add me(@vinitshahdeo) as reviewer.
PS - You may find a few more issues here!
You see, the way you think and feel about yourself, including your beliefs and expectations about what is possible for you, determines everything that happens to you.
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:152 (20 by maintainers)
Top Results From Across the Web
200+ Motivational Quotes To Inspire and Win 2023 - Shopify
Funny motivational quotes · “The elevator to success is out of order. · “Be a positive energy trampoline – absorb what you need...
Read more >100 Inspirational Quotes To Keep You Inspired in 2023 - Parade
1. "When you have a dream, you've got to grab it and never let go." · 2. "Nothing is impossible. · 3. "There...
Read more >100 Best Motivational Quotes to Inspire Anyone | Inc.com
Motivational and inspirational quotes can pick you up on a bad day and inspire you to even greater heights.
Read more >Add Quotes - BrainyQuote
Clouds come floating into my life, no longer to carry rain or usher storm, but to add color to my sunset sky. ·...
Read more >Can't add more | Conor mcgregor quotes ... - Pinterest
Motivation • Success • Quotes on Instagram: “It's important to surround yourself with people who are making moving moves and constantly improving themselves ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
Top Related Hashnode Post
No results found
1. FORK THIS REPOSITORY
1. First Go to the main page of the repository and look at the corner. You will find thisFork Button
like this2. Press it
3. Now go back to your own repository and go to the Repositories tab.
4. There you will find something like this .This is your forked version of the repository:
2. LOCALIZE THE REPOSITORY
1. Now go there and press the GreenCode
dropdown button to copy the repository link:2. Open Git bash: If not installed Download and Install it from here
3. Then enter the command and hit enter: <div class="language-shell highlighter-rouge"><div class="highlight"> </div></div>
4. Now you have successfully Localized the remote repository
3. CREATE A NEW BRANCH
1. Enter the command:<div class="language-shell highlighter-rouge"><div class="highlight"> </div></div> 2. Now you have created a new branch to add changes.
4. ADD CHANGES IN THE FILES (IMPORTANT !)
1. Go to the./data
folder2. Add your quote and its author's name at the end of the file
data.json
. IMPORTANT ! Add only 1 quote at a time5. COMMIT CHANGES AND PUSH IT TO YOUR REMOTE REPOSITORY
1. Open git bash and stage the changes you made by entering this command: <div class="language-shell highlighter-rouge"><div class="highlight"> </div></div>2. To commit the changes enter this command: <div class="language-shell highlighter-rouge"><div class="highlight"> </div></div>
3. To push the newbranch and changes made in it to your remote Repository press this command:
<div class="language-shell highlighter-rouge"><div class="highlight"> </div></div>
4. If everything goes Accordingly then your changes are pushed in a new branch in your Remote Repo
6. CREATE PULL REQUEST IN THIS REPOSITORY
1. In your Repository You can see this dropdown buttonContribute
.2. Press it and you will see something like this.
Open pull request
4. You will see a window like this:
5. Make sure to add the source of the quote you added in the description of the PR like the above I mentioned
6. And also add the reference to this issue. 7. Pull Request Successfully Requested now wait for the maintainer to merge your PR
CONGRATULATIONS YOU HAVE MADE YOUR FIRST PULL REQUEST 😃
happy hactoberfest 2021
@saltgen No problem, I will review and merge it soon.