You need to git add the folder you are trying to submit as a PR Something like the steps below
cd samples/zeppelin-notebooks mkdir foo cp foo.json foo git add foo -> this will add the folder and it's contents git commit -a -m"Some message" git push origin branch-name On Fri, Feb 12, 2016 at 9:27 AM, Sourav Mazumder < [email protected]> wrote: > Hi Deron, > > I created a Pull request (#69) for the same. > > But I'm little lost how do I add a new folder and within that the json file > for the notebook I want to upload. I tried creating a new folder under > incubator-systemml <https://github.com/apache/incubator-systemml>/samples > <https://github.com/apache/incubator-systemml/tree/master/samples>/ > *zeppelin-notebooks*/ in my branch but was not able to. > > When I tried the url you provided I found that it lands to a discussion > thread.. > > I'm little new to github. Please bear with my ignorance. > > Regards, > Sourav > > On Sat, Feb 6, 2016 at 11:55 AM, Luciano Resende <[email protected]> > wrote: > > > On Fri, Feb 5, 2016 at 5:26 PM, Sourav Mazumder < > > [email protected] > > > wrote: > > > > > Hi Deron, > > > > > > I can surely share that. Can I upload it somewhere in the SystemML's > > site ? > > > > > > > I have created a place in the source code for sample notebooks > > > > https://www.mail-archive.com/[email protected]/msg53110.html > > > > Please add a pull request with your notebook when you have a chance, > others > > feel free to contribute other examples as well. > > > > -- > > Luciano Resende > > http://people.apache.org/~lresende > > http://twitter.com/lresende1975 > > http://lresende.blogspot.com/ > > > -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
