[phpMyAdmin Developers] Developers Digest, Vol 26, Issue 6

Shriti Arora shriti.arora at gmail.com
Tue Aug 8 06:48:13 CEST 2017


Greetings!

We really appreciate the help. We look forward to work with all of you.


Regards
Shriti Arora

On 7 Aug 2017 15:30, <developers-request at phpmyadmin.net> wrote:

> Send Developers mailing list submissions to
>         developers at phpmyadmin.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.phpmyadmin.net/mailman/listinfo/developers
> or, via email, send a message with subject or body 'help' to
>         developers-request at phpmyadmin.net
>
> You can reach the person managing the list at
>         developers-owner at phpmyadmin.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Developers digest..."
>
>
> Today's Topics:
>
>    1. CONTRIBUTION IN PHPMYADMIN (Shriti Arora)
>    2. Re: CONTRIBUTION IN PHPMYADMIN (Manish Bisht)
>    3. Re: CONTRIBUTION IN PHPMYADMIN (Raghuram Vadapalli)
>    4. Jenkins build is back to normal : documentation #455
>       (Jenkins Daemon)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 6 Aug 2017 20:56:35 +0530
> From: Shriti Arora <shriti.arora at gmail.com>
> To: developers at phpmyadmin.net
> Subject: [phpMyAdmin Developers] CONTRIBUTION IN PHPMYADMIN
> Message-ID:
>         <CAMyBxX5XcmAg0n4wf7niHTNxHXHnJcfrUOUOkLuaK2m1Erq7=g at mail.
> gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Dear Sir/Ma'am
>
> I am Shriti Arora , an engineering student majoring in Computer Science
> from India.
> My team members and I are deeply interested in contributing in the open
> source of Phpmyadmin.
> As novice open source developers, we'd like to know how can we contribute
> to Phpmyadmin so that it aids in your growth as well as our learning
> experience. Having gone through similar projects, We have the following
> idea:
> While working on this project our main focus would be fixing issues that
> come up daily along with contributing in the code for the upcoming future
> features.
> We have taken this as a college project , which would be graded at the end
> of the semester.
>
> Your assistance in this matter is highly appreciated.Looking forward to
> hearing from you
>
> Regards,
> Shriti Arora
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.phpmyadmin.net/pipermail/developers/
> attachments/20170806/cf8160cc/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 6 Aug 2017 22:14:37 +0530
> From: Manish Bisht <manish.bisht490 at gmail.com>
> To: phpMyAdmin developers <developers at phpmyadmin.net>
> Subject: Re: [phpMyAdmin Developers] CONTRIBUTION IN PHPMYADMIN
> Message-ID:
>         <CAO1FkOcQ8-=BJnNNM1ghHwfSUksgKzFsY5VE8ggKkY1wsG+6nw at mail.
> gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
>
> The first stem is to set up the development environment. You can directly
> clone the repository https://github.com/phpmyadmin/phpmyadmin or you can
> use this for steps
> https://github.com/OpenSourceHelpCommunity/ContributingToMyProject/blob/
> master/writeups/phpmyadmin_phpmyadmin_manishbisht.md
>
> Once done there are list of open issue on which you can contribute
> https://github.com/phpmyadmin/phpmyadmin/issues You can also filter it by
> 'newbie' to get familiar with codebase.
>
> There are other projects also. You can check them at
> https://github.com/phpmyadmin
>
> Happy Coding :)
>
>
> Manish Bisht
> Email : hi at manishbisht.me
> Website : https://manishbisht.me
>
>
> On Sun, Aug 6, 2017 at 8:56 PM, Shriti Arora <shriti.arora at gmail.com>
> wrote:
>
> > Dear Sir/Ma'am
> >
> > I am Shriti Arora , an engineering student majoring in Computer Science
> > from India.
> > My team members and I are deeply interested in contributing in the open
> > source of Phpmyadmin.
> > As novice open source developers, we'd like to know how can we contribute
> > to Phpmyadmin so that it aids in your growth as well as our learning
> > experience. Having gone through similar projects, We have the following
> > idea:
> > While working on this project our main focus would be fixing issues that
> > come up daily along with contributing in the code for the upcoming future
> > features.
> > We have taken this as a college project , which would be graded at the
> end
> > of the semester.
> >
> > Your assistance in this matter is highly appreciated.Looking forward to
> > hearing from you
> >
> > Regards,
> > Shriti Arora
> >
> > _______________________________________________
> > Developers mailing list
> > Developers at phpmyadmin.net
> > https://lists.phpmyadmin.net/mailman/listinfo/developers
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.phpmyadmin.net/pipermail/developers/
> attachments/20170806/f44eaf68/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 06 Aug 2017 17:28:27 +0000
> From: Raghuram Vadapalli <raghuram.vadapalli at research.iiit.ac.in>
> To: phpMyAdmin developers <developers at phpmyadmin.net>
> Subject: Re: [phpMyAdmin Developers] CONTRIBUTION IN PHPMYADMIN
> Message-ID:
>         <CAHHB_vuTERLAMarcB0jxJqR0C5CgpqRUmO=
> 8aLt-ywULCV87yA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
>
> I agree with Manish. You should initially focus on newbie issues. Once you
> are comfortable with workflow, you can take on some interesting project.
> For example if an issue like Issue-6267
> <https://github.com/phpmyadmin/phpmyadmin/issues/6267> interests you, you
> can implement it and we will be happy to guide you. Many such interesting
> features just keep pending due to lack of time for many of us.
>
> Regards,
> Raghuram
>
> On Sun, Aug 6, 2017 at 10:15 PM Manish Bisht <manish.bisht490 at gmail.com>
> wrote:
>
> > Hi,
> >
> > The first stem is to set up the development environment. You can directly
> > clone the repository https://github.com/phpmyadmin/phpmyadmin or you can
> > use this for steps
> > https://github.com/OpenSourceHelpCommunity/ContributingToMyProject/blob/
> master/writeups/phpmyadmin_phpmyadmin_manishbisht.md
> >
> > Once done there are list of open issue on which you can contribute
> > https://github.com/phpmyadmin/phpmyadmin/issues You can also filter it
> by
> > 'newbie' to get familiar with codebase.
> >
> > There are other projects also. You can check them at
> > https://github.com/phpmyadmin
> >
> > Happy Coding :)
> >
> >
> > Manish Bisht
> > Email : hi at manishbisht.me
> > Website : https://manishbisht.me
> >
> >
> > On Sun, Aug 6, 2017 at 8:56 PM, Shriti Arora <shriti.arora at gmail.com>
> > wrote:
> >
> >> Dear Sir/Ma'am
> >>
> >> I am Shriti Arora , an engineering student majoring in Computer Science
> >> from India.
> >> My team members and I are deeply interested in contributing in the open
> >> source of Phpmyadmin.
> >> As novice open source developers, we'd like to know how can we
> contribute
> >> to Phpmyadmin so that it aids in your growth as well as our learning
> >> experience. Having gone through similar projects, We have the following
> >> idea:
> >> While working on this project our main focus would be fixing issues that
> >> come up daily along with contributing in the code for the upcoming
> future
> >> features.
> >> We have taken this as a college project , which would be graded at the
> >> end of the semester.
> >>
> >> Your assistance in this matter is highly appreciated.Looking forward to
> >> hearing from you
> >>
> >> Regards,
> >> Shriti Arora
> >>
> >> _______________________________________________
> >> Developers mailing list
> >> Developers at phpmyadmin.net
> >> https://lists.phpmyadmin.net/mailman/listinfo/developers
> >>
> >>
> > _______________________________________________
> > Developers mailing list
> > Developers at phpmyadmin.net
> > https://lists.phpmyadmin.net/mailman/listinfo/developers
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.phpmyadmin.net/pipermail/developers/
> attachments/20170806/5305acae/attachment-0001.html>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 7 Aug 2017 04:01:50 +0200 (CEST)
> From: Jenkins Daemon  <jenkins at phpmyadmin.net>
> To: developers at phpmyadmin.net
> Subject: [phpMyAdmin Developers] Jenkins build is back to normal :
>         documentation #455
> Message-ID: <1983223228.4.1502071310275.JavaMail.jenkins at pmaci>
> Content-Type: text/plain; charset=UTF-8
>
> See <https://ci.phpmyadmin.net/job/documentation/455/display/
> redirect?page=changes>
>
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Developers mailing list
> Developers at phpmyadmin.net
> https://lists.phpmyadmin.net/mailman/listinfo/developers
>
>
> ------------------------------
>
> End of Developers Digest, Vol 26, Issue 6
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.phpmyadmin.net/pipermail/developers/attachments/20170808/8c9a5d6c/attachment-0001.html>


More information about the Developers mailing list