question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add More Inspirational Quotes

See original GitHub issue

Do 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.

PRs Welcome

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.

GitHub Hacktoberfest combined status

PS - You may find a few more issues here!

Hacktoberfest2021

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.

Open Source Love

Thanks!

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:152 (20 by maintainers)

github_iconTop GitHub Comments

13reactions
warmachine028commented, Oct 1, 2021

Hi, could someone please help me? I’m a beginner and I don’t know how to take up an issue

1. FORK THIS REPOSITORY 1. First Go to the main page of the repository and look at the corner. You will find this Fork Button like this


2. 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 Green Code 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">
$ git clone "the URL of the repository you copied from Step 1"
</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">
$ git checkout -b newbranch
</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 folder
2. Add your quote and its author's name at the end of the file data.json. IMPORTANT ! Add only 1 quote at a time
5. 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">
$ git add .
</div></div>
2. To commit the changes enter this command: <div class="language-shell highlighter-rouge"><div class="highlight">
$ git commit -m "A meaningful message Eg: Added this Quote by Bill Gates"
</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">
$ git push -u origin newbranch 
</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 button Contribute .
2. Press it and you will see something like this.
3. Press on 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

vinitshahdeocommented, Oct 11, 2019

@saltgen No problem, I will review and merge it soon.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Hashnode Post

No results found