Hi Noel,
On 3/8/17 8:50 AM, Fon Noel wrote:
Hello , Hi to everyone I have seen and issue I will like to claim : Error popup #13023 My Questions are How do I officially get the problem assigned to me on github. Also just as Osaid mentioned in his last mail I have found this issue but since am new to the code base I will appreciate if someone can show me what part of the code base to focus on in solving the issue as this will facilitate my work and I will be able to move to another issue faster, thanks in advance.
Noel.
The easiest way to claim an issue is to make a comment in the tracker (at https://github.com/phpmyadmin/phpmyadmin/issues/13023) saying you're going to work on it. Only project developers can get an actual assignment in the Github interface, so the comment is close enough.
Do you already have a Github account? If not, it's pretty easy to sign up (https://github.com/join?source=header-home). That account lets you comment in the issue tracker, fork phpMyAdmin to your own account (https://help.github.com/articles/fork-a-repo/) and push changes to your own repository (from there, you can create a pull request for phpMyAdmin developers to review).
Good luck, Isaac
On Wed, Mar 8, 2017 at 12:00 PM, <developers-request@phpmyadmin.net mailto:developers-request@phpmyadmin.net> wrote:
Send Developers mailing list submissions to developers@phpmyadmin.net <mailto:developers@phpmyadmin.net> To subscribe or unsubscribe via the World Wide Web, visit https://lists.phpmyadmin.net/mailman/listinfo/developers <https://lists.phpmyadmin.net/mailman/listinfo/developers> or, via email, send a message with subject or body 'help' to developers-request@phpmyadmin.net <mailto:developers-request@phpmyadmin.net> You can reach the person managing the list at developers-owner@phpmyadmin.net <mailto:developers-owner@phpmyadmin.net> When replying, please edit your Subject line so it is more specific than "Re: Contents of Developers digest..." Today's Topics: 1. Re: help needed urgently (Osaid Nasir) 2. Fon E. Noel-Potential GSoCer (Fon Noel) 3. Re: Fon E. Noel-Potential GSoCer (Isaac Bennetch) ---------------------------------------------------------------------- Message: 1 Date: Tue, 7 Mar 2017 21:29:50 +0530 From: Osaid Nasir <osaid.nasir@gmail.com <mailto:osaid.nasir@gmail.com>> To: developers@phpmyadmin.net <mailto:developers@phpmyadmin.net> Subject: Re: [phpMyAdmin Developers] help needed urgently Message-ID: <CAG-82gRRdDa6kskUzdc9nPwDprBVvE2=qfhdTPV=3zpZvCxstg@mail.gmail.com <mailto:3zpZvCxstg@mail.gmail.com>> Content-Type: text/plain; charset="utf-8" Hi, I think I can answer your queries pretty well as I am a beginner just like you . I was looking at the issues which needed to be solved but my bad luck most of them were out of my knowledge bounds because i know basic php and have not used phpmyadmin that extensively. So anyone can please guide me how to find easy or beginner bugs and proceed with solving them,please? According to me you should find any beginner bug that is available and no one is working on it and then ask which part of the code needs the changes. Then try to learn as you find the fix that particular bug. For example there was this bug which needed knowledge of phpunit and even though I had no knowledge about it I volunteered and was able to successfully submit a bug fix after reading the documentation. P.S - PMA team is awesome and help me a lot with my PRs All the best