Closed NikhilNamal17 closed 4 years ago
Hello, I have a question. Does "first-timers-only" (and its hovertext "Send your first PR") refer to one's first Hacktoberfest PR or how is this to be understood?
The label refers to their first open-source contribution. Basically this issue is targeted for beginners but there are no restrictions.
Okay, thank you. If multiple PRs can be accepted for this issue then I would like to submit one. If not I will leave it for someone that is a beginner.
Hi, can I help? It's funny))
@robflop Yes, you can send multiple PR.
Ok I will also do that! YAY!
I would like to add some!
I would love to add a few!
Can I contribute?
I would like to contribute to this.TIA
I would love to contribute
@MSurfer20 sure.
Can I contribute to this ?
@jaywantpatel sure.
How can I test this locally before submitting PR?
How can I test this locally before submitting PR?
from project directory
cd ..
mkdir popular-movie-quotes-test
cd popular-movie-quotes-test
npm install ../popular-movie-quotes
npm install requirejs
cp ../popular-movie-quotes/demo/demo.js .
node demo.js
added #77
Are Indian movie quotes also allowed?
Are Indian movie quotes also allowed?
@ShivashMahespalsingh currently only English movies.
Are Indian movie quotes also allowed?
@ShivashMahespalsingh currently only English movies.
You might consider adding expectations like this to either the issue or maybe even the readme
Can I contribute ?
I want to add a quote.
Hi, I want to contribute
Hello. Id like to add some
Hi, I would like to contribute
I see a that lot of the JSON objects in the data.json files have different formats. Most of them have the "type" property missing is this an issue? Or does the code expect this kind of input?
I see a that lot of the JSON objects in the data.json files have different formats. Most of them have the "type" property missing is this an issue? Or does the code expect this kind of input?
@ShivashMahespalsingh that objects with parameter missing are old data, in beginning we didn't asked for type and year, we updated the template but then it was too much data, adding manually was impossible.
Also, I cleared all duplicates quotes too. Now it's around 1k lines. It would be great if someone can review and add missing attributes,
Also, I cleared all duplicates quotes too. Now it's around 1k lines. It would be great if someone can review and add missing attributes,
I will review the objects and create a pull request after adding the missing attributes.
Hi, can i contribute?
Hi Nikhil, I have created a new PR for new quote. Can u please check it? https://github.com/NikhilNamal17/popular-movie-quotes/pull/139
i am submitting pr with my contribution to the movie quotes please review
Added movie quotes #164
What a fun way to build a dataset. I will add some as well.
Also, I cleared all duplicates quotes too. Now it's around 1k lines. It would be great if someone can review and add missing attributes,
Hi @NikhilNamal17
I have created a new issue for the same. #210
I have added the missing attribute "type" to all the objects. Submitted PR #211
Kindly review and accept the PR.
Also adding the script that I had used for reference.
const data = require("../data/data.json"); const fs = require('fs'); var new_data = data.map( datum => { var newField = Object.assign({}, datum); newField.type = "movie"; return newField; }) fs.writeFileSync('file.json', JSON.stringify(new_data));
I've noticed a few quotes that are misattributed. Would correcting that fall under this issue as well?
I would like to contribute. :)
I would like to work on this as well! :)
please review #234
Just did my first pull request ( #242 ) on github! I'm used to gitlab so please let me know if I did anything incorrectly. I tagged you in that but I'm not sure if that made you the reviewer. Thanks for this project!
Added a few from Once Upon a Time in Hollywood. Couldn't figure out how to make you the reviewer @NikhilNamal17. :)
Hi, added a new quote however could not figure out how to make you the reviewer
Is there any reason to have repeated quotes? If not, can I remove them?
@urielkdev I already wrote tests to clean up.
I would like to work on this
one contribute #321
Another Iconic Dialogue from the Iconic Character - JOKER Please accept the PR
added Love and Basketball quote #372, requesting a merge. Thank you.
Added one more quote from 300. #373, requesting merge. Thank you for maintaining.
Added a new quote #386
Do you know any popular movie quotes? Add your quote to data.json inside the data/ folder and raise the PR. Language: Only English
Note:
Please avoid the repetition of quotes. Add your quotes in between. Don't add at the bottom or at the top. Follow the template. Do not make any changes in other files. Add me(@NikhilNamal17 ) as reviewer. Thanks!