Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hgJTZ-0002tr-Jd for pgadmin-hackers@arkaria.postgresql.org; Thu, 27 Jun 2019 01:45:25 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hgJTX-0002f9-Ax for pgadmin-hackers@arkaria.postgresql.org; Thu, 27 Jun 2019 01:45:23 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hgDce-0000m5-R3 for pgadmin-hackers@lists.postgresql.org; Wed, 26 Jun 2019 19:30:25 +0000 Received: from mail-io1-xd34.google.com ([2607:f8b0:4864:20::d34]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hgDcY-0004s2-5P for pgadmin-hackers@lists.postgresql.org; Wed, 26 Jun 2019 19:30:23 +0000 Received: by mail-io1-xd34.google.com with SMTP id e5so4532712iok.4 for ; Wed, 26 Jun 2019 12:30:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kWIQbE0/Spb/hPYAbud41ncAmTvG2zk9GIfEthe3P/o=; b=iSWagm4fYk7Chk6raBMX1zRfZAAUs2x/96nXlq3iQWl+bU72uRGCQUrSdTEVtk8vcn 6T2OYstMyA0dK/AuRsf+1rig/yFLQTDQjKbAojrSQCcbsOsHUO4J4EvuQTrsZB+XY7TS wyovM0a9VRikQm0R26I8iYaEdGDV01wUyUWPz0r711rMOwQeMiyy6uxT2fSLW7jCNLr/ P4K7zAqo09icJaVNHVLFgI/oDKZwWFRsgaD6eFgWcVdWq8xrbqgS76pTTgLCpkl6JpfU 8iSLB+IMmNo5gCcA3WBisKYUybLcHAft4squaZgd886Zr3u5EW4j7xG6gbEAcMr7R5J3 pN7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kWIQbE0/Spb/hPYAbud41ncAmTvG2zk9GIfEthe3P/o=; b=jhU/GFoQswvaaC1c3qfg9aP6NZON0AGbQCf4znriV2/6ESSO/52gvSnAeNjH1Sf0YJ iV2vkL2YqMlQeD/LbTW9a9k4HcKDGY2DTNqOZE0HkYmDgEXlV7eP9KdFjtivpo3WIzBp hEVkTsAO85q7c5lHFyYu6Vgj1rG6TBsRE3BYNB6bADcYpkpgxqv/go5mJRlogUHMjHKZ r6X0xOCTqKwqgwmDSmEOaZV3SRF+33TagW4oeWbl0pal4rLQJ9Gw9Y4b4X6phbB5CiXl HYa9x9D4s6OQpvehuok0z2vbAIZXNT6toMms0czdVrWbE9oZ5qUodmMR7FtlXfQXqqIj h4JA== X-Gm-Message-State: APjAAAXtAE/uNjxWECcgHWApRxYWQI1KLRcD2yBXrXuUoCI3M1asveNJ qz+/3uLiqzt+Fw432aBi6Lxsa47DBZHN3CV5PN8= X-Google-Smtp-Source: APXvYqyjKu6IfugMHnqJd15zMPii74UU3cvA34XC0n1//HIcHC2Rni6IiwRceoT379FwmgWoCcsiQVm6qKZd0BIoF+s= X-Received: by 2002:a5e:c74b:: with SMTP id g11mr1348066iop.196.1561577417219; Wed, 26 Jun 2019 12:30:17 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alex Kim Date: Wed, 26 Jun 2019 12:30:04 -0700 Message-ID: Subject: Re: Getting Involved To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000003e2441058c3f13b3" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000003e2441058c3f13b3 Content-Type: text/plain; charset="UTF-8" Hi Khushboo, Thank you very much! On Wed, Jun 26, 2019 at 2:11 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi Alex, > > On Wed, Jun 26, 2019 at 1:29 PM Alex Kim wrote: > >> Hello, >> >> I am currently a college student studying computer science who is >> interested in getting involved with the pgadmin community. Is there any >> particular functionality or anything I can do to get started and contribute? >> >> Please refer the pgAdmin 4 Redmine board > https://redmine.postgresql.org/projects/pgadmin4/issues. > You can start with any small issue you are comfortable with. > If you are good at the frontend then pick any UI related small issue. > > Please go through the project contribution guide > https://www.pgadmin.org/docs/pgadmin4/dev/contributions.html to have more > idea about the coding standard and all. > > Thanks, > Khushboo > > Best Regards, >> Alex Kim >> > --0000000000003e2441058c3f13b3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Khushboo,

Thank you v= ery much!

On Wed, Jun 26, 2019 at 2:11 AM Khushboo Vashi <khushboo.vashi@enterprisedb.com= > wrote:
=
Hi Alex,

On Wed, Jun 26, 2019 at 1:29 PM A= lex Kim <kimal= ex557@gmail.com> wrote:
Hello,

I am c= urrently a college student studying computer science who is interested in g= etting involved with the pgadmin community. Is there any particular functio= nality or anything I can do to get started and contribute?

Please refer the pgAdmin 4 Redmine board=C2=A0<= a href=3D"https://redmine.postgresql.org/projects/pgadmin4/issues" target= =3D"_blank">https://redmine.postgresql.org/projects/pgadmin4/issues.
You can start with any small issue you are comfortable with.
<= div>If you are good at the frontend then pick any UI related small issue.

Please go through the project contribution guide=C2= =A0https://www.pgadmin.org/docs/pgadmin4/dev/contributions.= html=C2=A0to have more idea about the coding standard and all.

Thanks,
Khushboo

Bes= t Regards,
Alex Kim
--0000000000003e2441058c3f13b3--