repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | typo in guidepagecreator js | Help Wanted | I believe there s an f miss here l27 |
freecodecampfreecodecamp | solution pass on current production but fail on beta site for copy an array with the spread operator challenge | Help Wanted | the follow code pass all the test on the current production site but fail the last test on the current beta site freecodecamp rock and when test locally npm run test curriculum I discover the issue while add solution to challenge currently miss a solution on master I compare the test in the archive ... |
freecodecampfreecodecamp | p | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | 996icu | Invalid | describe your problem and how to reproduce it add a link to the page with the problem tell we about your browser and operating system browser name browser version operating system if possible add a screenshot here you can drag and drop png jpg gif etc ... |
freecodecampfreecodecamp | logo position incorrect on the search page | Bug | on the search page and all query variation of it the fcc logo be improperly align like this image |
freecodecampfreecodecamp | fix test in positive and negative lookahead challenge | Help Wanted | in the challenge positive and negative lookahead the test be break and so be the solution the challenge require for the first character to not be a number at the moment 1 there be no test which check for this as well as 2 the solution in the file be wrong and doesn t check for the first... |
freecodecampfreecodecamp | bug in 2nd test for access multi dimensional array with index challenge | Help Wanted | I see an issue relate to the mal form 2nd test of this challenge at least once a day on the forum an example be this thread at some point someone think and second condition be need in the assert statement to catch someone try to solve the challenge by hard code the answer like js var mydata 8 ... |
freecodecampfreecodecamp | login issue change the email be not case sensitive and lead to duplicate account | Bug | describe the bug tl dr first sign up with github which have email 1 set as primary lately change the email on fcc to email 2 and since then unable to log in use any of the available method I have two email 1 gmail com 2 other domain on github I have the first one as... |
freecodecampfreecodecamp | challenge be not always reload automatically | Help Wanted | describe the bug in development the curriculum file be watch any change to they should should cause the browser to reload with those change the problem be that this do not always happen only sometimes to reproduce 1 open a challenge page on a local site e g 2 edit and save the cor... |
freecodecampfreecodecamp | break test in add axis to a visualization challenge in d3 | Help Wanted | describe your problem and how to reproduce it even though the follow code js svg append g attr transform translate 60 0 call yaxis place the y axis at the right place it doesn t pass the challenge image add a link to the page wit... |
freecodecampfreecodecamp | fill in introduction section | Help Wanted | some introduction section still haven t be create pr create x intermediate algorithm script thecodingaviator 34405 x information security and quality assurance project sumer16 35576 x take home project sumer16 35581 pr merge x intermediate algor... |
freecodecampfreecodecamp | landing page image be leave adjust instead of center | Bug | here s a screenshot a css change elsewhere must have result in this outcome on the landing page |
freecodecampfreecodecamp | need a strict test for the add placeholder text to a text field challenge | Help Wanted | this be an issue raise by huyenltnguyen on pr 26458 the test pass even for invalid code add the closing tag we need to discuss here what the good fix be for this issue it could be a modification an exist test or add a new test which check to make sure the user s code do not have a tag after ... |
freecodecampfreecodecamp | clarify how to create multiple box shadow | Help Wanted | describe your problem and how to reproduce it two thing make it easy to read the property value box shadow can take mention that multiple shadow be apply use comma currently the list of possible value for box shadow be messy because it be within a paragraph and may be difficult to parse... |
freecodecampfreecodecamp | make it clear to edit code between style tag | Help Wanted | describe your problem and how to reproduce it in the apply visual design challenge the create visual balance use the text align property challenge the first challenge of the series it doesn t make it immediately clear you need to edit the code between the style tag it may be obvious to some but... |
freecodecampfreecodecamp | the advice in how to work on code challenge could use flesh out | Help Wanted | this be a followup to a discussion I have with randelldawson in 35526 as it stand the guide for contribute to the code challenge their solution section in particular be a little sparse for example how to work on code challenge only show a template with no solution the style guide unsurpri... |
freecodecampfreecodecamp | single quote symbol be worng in debug catch mixed usage of single and double quote cahllenge | Help Wanted | describe your problem and how to reproduce it in debug catch mixed usage of single and double quote challenge I find an error single qoute symbol be wrong in guide section symbol of single qoute should be this but it be show this add a link to the page with the problem tell we ... |
freecodecampfreecodecamp | allow username display to be case insensitive | Help Wanted | we want to store a case sensitive version of username for display both in the url and on the profile itself this be how github twitter and many other service operate twitter example what this mean as a fix add an additional key usernamedisplay in the user schema js... |
freecodecampfreecodecamp | test | Invalid | test I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribut... |
freecodecampfreecodecamp | clear cookie or application datum for domain do not let I sign in | Bug | 1 sign in on the beta site 2 go to browser devtool chrome application tab clear storage clear site datum 3 try sign in again look like our code be set check some cookie set to some other domain subdomain |
freecodecampfreecodecamp | need to decide on a consistent use of note in the curriculum challenge description and instruction section | Help Wanted | I have create this issue so we can come to a final conclusion about the good format of note when they be add to the description or instruction section of a challenge file below be all the combination I have see scatter throughout the curriculum there may be other so please let I know and I will update... |
freecodecampfreecodecamp | beta curriculum map performance be not smooth | Help Wanted | describe the bug the performance of the curriculum map be not smooth on beta to experience this go to freecodecamp s production version curriculum expand the project euler section and keep on scroll repeat the same with the beta version you will notice that the beta version be a bit laggy d... |
freecodecampfreecodecamp | change code tag to blockquote tag for backend challenge | Help Wanted | the code tag on the backend style challenge should be change to blockquote tag with s for line break code tag example blockquote tag example single line of code that be on their own line should also be change to use the blockquote tag since we be go through these we should... |
freecodecampfreecodecamp | beta set page update modal should be remove | Help Wanted | describe the bug on update preference on the setting page there s a modal which show up on the top of the page which I think be of no use as they be not visible until we scroll to the top if we change multiple preference then the modal stack up screenshot screenshot 23 solution proposal ... |
freecodecampfreecodecamp | error in solution for basic javascript use the conditional ternary operator | Help Wanted | the solution for basic javascript use the conditional ternary operator link below contain a an error challenge solution indeed the work solution be not return a b true false it s return a b true false |
freecodecampfreecodecamp | miss image on freecodecamp rock news | null | image file should live at news content image 2018 12 fcc logo white png but appear to be miss |
freecodecampfreecodecamp | test for various challenge be too strict about line break before method call part 2 | Help Wanted | not all of the challenge list in 35090 be fix by 35093 this issue be for the remain challenge that the aforementione pr do not modify the problem the test for various challenge be too strict about line break before method call e g something like this pass js document getelementbyid ... |
freecodecampfreecodecamp | donate modal animation | Bug | donate modal be render animate twice when invoke |
freecodecampfreecodecamp | error in the sass worker user syntax error be make it through to rollbar | Help Wanted | image these count towards our rollbar quota and could easily max it out once master have ship |
freecodecampfreecodecamp | view certificate text bleed outside the button | Help Wanted | image |
freecodecampfreecodecamp | handle client update more gracefully | Help Wanted | when we update the client the previous build be no long available therefore chunk path be no long valid and a 404 page be return be json be expect the effect of which be unpredictable this fail chunk request make it all the way through to our monitoring application as an uncaught syntax error uncaught synt... |
freecodecampfreecodecamp | reimplement the danger zone on the setting page | Help Wanted | the danger zone be miss on the setting page it should be a clone of what we have in production |
freecodecampfreecodecamp | nav styling on freecodecamp auth0 com do not match production or beta site | null | while test the beta site for something else I notice the styling for freecodecamp auth0 com do not match for at least the nav bar at the top freecodecamp auth0 com authsite production production |
freecodecampfreecodecamp | favicon be miss | Help Wanted | the current master do not have any favicon the likely culprit be my configuration of gatsby plugin manifest l136 l149 |
freecodecampfreecodecamp | getuserinput be not define in test evaluator | Bug | describe the bug getuserinput be not define in test evaluator to reproduce step to reproduce the behavior 1 go to write concise declarative function with es6 2 click on run test 3 open console 4 see error expect behavior the test suite should run deskt... |
freecodecampfreecodecamp | remove reference to backspace regex in example | Help Wanted | add a link to the page with the problem on this challenge currently we use the word backspace to describe the b expression while this may be literally what it s call it s unnecessarily confuse b be generally use to indicate the boundary between word rather than teach people somethin... |
freecodecampfreecodecamp | break link in take home project | Help Wanted | describe your problem and how to reproduce it in some of the take home project there be a break link in the description which lead to a 404 add a link to the page with the problem |
freecodecampfreecodecamp | user can use the same project link on all challenge and claim the cert in regard to responsive design cert | Bug | describe your problem and how to reproduce it user can use the same project on all challenge and claim the cert in regard to responsive design cert add a link to the page with the problem all responsive design project tell we about your browser and operating system browser name ... |
freecodecampfreecodecamp | cor corb error for datum url testable project | Help Wanted | method try d3 json dataset file path function error datum if error throw error yield fetch dataset file path mode no cor datatype jsonp function error datum if error throw error yiel... |
freecodecampfreecodecamp | adjust the guide ui | Help Wanted | the file concern guide ui can be find in client src component layout guidelayout js client src component layout component guide sidenav js client src template guide guidearticle js issue to be resolve 1 there be a gap between the navigation and the guide article that be too big 1 pare... |
freecodecampfreecodecamp | simplify the non english curriculum challenge markdown file | null | since the challenge test be no long rely on the assert message and use the yaml text I be wonder if the non english md challenge file could be simplify to only contain translation and no code at all for example the follow be the english version of i d 56533eb9ac21ba0edf2244cc title ... |
freecodecampfreecodecamp | on complete a challenge press ctrl enter after download solution download the solution again | Bug | describe the bug after download the solution press the shortcut ctrl enter should take we to the next challenge however it also download the solution to reproduce step to reproduce the behavior 1 complete a challenge 2 click on run the test 3 assume you have pass the tes... |
freecodecampfreecodecamp | guide update tutorial debugging javascript with browser devtool | Help Wanted | fcc update code editor from codemirror to monaco editor document need to be update edit by raisedadead these file need to be update |
freecodecampfreecodecamp | add release script and acceptance test to news theme | Help Wanted | we need release script for news theme this theme integrate a different interconnect component and platform the comment be load via an embed from discourse the article be generate dynamically the above be on different server and connect to their own db s on different host this make any chang... |
freecodecampfreecodecamp | legacy datum vis certification i d have migrate | Bug | there be a disparity between the current legacy datum vis cert i d and what be once the datum vis cert at the beginning of 2018 legacy cert i d for datum viz 561add10cb82ac39a17513bc on master legacy datum vis cert i d find in some user record 561add10cb82ac38a17513b3 |
freecodecampfreecodecamp | 15615 to eliminate difficulty in understand the problem statement of count card | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | clear browser cache on chrome sign I out of curriculum indefinitely | Bug | describe the bug if you clear your cache image and file on google chrome you be never sign in when on the curriculum page hence all progress appear to be lose despite it tell you that you have progress in the setting and on the homepage sign in functionality seem to work as usual on all route except curr... |
freecodecampfreecodecamp | firefox unable to pass basic css add rounded corner with border radius | Bug | describe your problem and how to reproduce it unable to pass challenge in fiefox chrome be ok add a link to the page with the problem tell we about your browser and operating system browser name firefox browser version 64 0 2 64 bit operating system mac 10 14 2 ... |
freecodecampfreecodecamp | quincy s signature be not show up | Help Wanted | this may not be the good place to discuss it but the signature on the certification do not show up if your country have block imgur com I live in turkey and apparently our government decide to put imgur com down too alongside with all the other useful web service this be also a problem for future employer s... |
freecodecampfreecodecamp | dev setup npm run develop need ctrl c to be press twice for an exit | Help Wanted | npm run develop need ctrl c to be press twice for an exit |
freecodecampfreecodecamp | up to three parameter about function that in this challenge take four parameter | Help Wanted | describe your problem and how to reproduce it splice can take up to three parameter well we can go one step far with splice in addition to remove element we can use that third parameter which represent one or more element to add they as well be poorly describe splice function one w... |
freecodecampfreecodecamp | create landing page for people come from grasshopper | Help Wanted | long time freecodecamp supporter and googler laura holmes and her team have build a pretty amazing mobile app for learn to code call grasshopper she write about the platform here she be plan to send people who reach a certain point in grasshopper s curriculum over to freecodecamp to continue their study ... |
freecodecampfreecodecamp | unable to view user link on forum | Help Wanted | just get around to post about this issue which have be present for about 2 week on the forum currently when I try to visit the page just keep try to load and finally I get image I be on window 8 1 and use the late version of chrome |
freecodecampfreecodecamp | code with async await will not run | Bug | describe the bug even though we use babel to transform code that the student enter it doesn t support async and await this be also true of code add to the head or tail section of the curriculum to reproduce step to reproduce the behavior 1 locally use the late development versi... |
freecodecampfreecodecamp | book for jquery web developement | Invalid | very new book on web development with various language I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plag... |
freecodecampfreecodecamp | web design with html book | Invalid | new book make on web design with html and other language I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be pl... |
freecodecampfreecodecamp | javascript book | Invalid | very recent book on javascript web developement I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize ... |
freecodecampfreecodecamp | book on swift programming | Invalid | a book recommendation review most of swift x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize f... |
freecodecampfreecodecamp | android programming book | Invalid | add book recommendation for android programming x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiar... |
freecodecampfreecodecamp | test shallow test for miss incorrect front matter on code challenge | Help Wanted | describe the bug a pr diff 30158e67be249b214c99cbfd9178ff60 be recently merge which change the videourl key value to a youtube video url only freecodecamp org video record with scrimba by beaucarne be allow currently resolution since there be no russian video for the challenge... |
freecodecampfreecodecamp | move code bootcamp cost calculator to the guide | Help Wanted | I believe with gatsby we can just have an interactive guide article instead of have a javascript app that live at a specific path then we can just create a 301 from to freecodecamp org guide tool calculator code bootcamp cost calculator this would be an important proof of concept we could use to create other in... |
freecodecampfreecodecamp | job | Invalid | look forward for report a security issue please report security issue by send an email to instead of raise a github issue describe the bug a clear and concise description of what the bug be to reproduce step to reproduce the behavior 1 go to 2 click on 3 scrol... |
freecodecampfreecodecamp | cit | Invalid | describe your problem and how to reproduce it add a link to the page with the problem tell we about your browser and operating system browser name browser version operating system if possible add a screenshot here you can drag and drop png jpg gif etc ... |
freecodecampfreecodecamp | dead link create | Invalid | dead link create x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without... |
freecodecampfreecodecamp | placeholder add | Invalid | placeholder add to input tag x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another so... |
freecodecampfreecodecamp | console log of an array be mislead | Bug | describe the bug in the challenge page console log of an array log without bracket it avoid to understand if array be nest or not js console log 1 2 3 4 1 2 3 4 console log 1 2 3 4 1 2 3 4 to reproduce step to reproduce the behavior 1 go to any challenge ... |
freecodecampfreecodecamp | placeholder add | Invalid | placeholder add to the question x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another... |
freecodecampfreecodecamp | add the advantage and disadvantage | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | inconsistent indentation in understand boolean value | Help Wanted | describe your problem and how to reproduce it I feel as though this question s starter code be inconsistent with all the surround question where the body of function be indent the return false and potentially the comment above and below it should be indent to make the challenge consistent and e... |
freecodecampfreecodecamp | curriculum progress opening page | Help Wanted | the curriculum page always open the basic html section of the curriculum shouldn t it open my recent track or at least the section I m in also would like to request a feature for the curriculum page that be add a progress bar regard the full curriculum as well as the current track in progress and well naviga... |
freecodecampfreecodecamp | add inkscape page | Invalid | create inkscape introduction page under designer tool section x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my ch... |
freecodecampfreecodecamp | update hello world | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add text wiki page | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | my change | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add the text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | miss closing quote in paragraph on honesty policy page | Help Wanted | describe the bug the honesty policy page have paragraph with open quotation mark without correspond end one to reproduce step to reproduce the behavior 1 go to expect behavior second third and fourth paragraph need end quote screenshot image suggest fix ... |
freecodecampfreecodecamp | add the text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add I love to learn more and more | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | I add I really love python | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | ci test ci script be miss | Bug | describe the bug build be fail due to test ci script miss to reproduce step to reproduce the behavior 1 submit pr 2 check the travis ci build expect behavior testing script should run screenshot image |
freecodecampfreecodecamp | modify | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add the text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add the text my change to article | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | update readme | Invalid | x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | update index md | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add w3schools reference to more information | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add w3schools reference to more information | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add two helpful article to more information | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add the syntax section to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | create index md | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | change 10 1 in line 17 and 33 to 10 2 | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | change 25 buck to 20 buck | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | initial guide stub include a hint | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | update index md | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add my text strikethrough use two tilde scratch this | Invalid | add my text strikethrough use two tilde scratch this x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of m... |
freecodecampfreecodecamp | merge two sentence as they continue on idea move comma to inside of quote | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | make the cartoon small or delete it | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | minor grammar mistake in paragraph 3 5 | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | first guide article that be not a stub w hint | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution ... |
freecodecampfreecodecamp | add blog oficial | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.