publiclab / plots2

a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:
https://publiclab.org
GNU General Public License v3.0
957 stars 1.83k forks source link

:rainbow: Welcome Outreachy Summer 2022 Aspirants and call for Proposals :tada: :woman_technologist: :raising_hand: :man_technologist: #10840

Closed cesswairimu closed 2 years ago

cesswairimu commented 2 years ago

:tada: Welcome Outreachy applicants Summer 2022 :tada:

Hi! :wave: and welcome to PublicLab :balloon: We are glad to have you here :heart: . This is a discussion issue for all of you with the mentors. Please say hello in a comment below, so we get to know you. Ask any questions that you might have here and we will be sure to answer them as soon as possible. We do weekly check-ins, where our large community discuss, share ideas where folks say what they are working on and ask for help if blocked, etc. You can find the link to the latest check-in here #9600

We have 2 projects this round:

  1. Design a new full-screen user interface for Infragram.org
  2. MapKnitter.org Spam Management system

The discussion of the projects is going on here, please feel free to ask any questions about the projects there too.

First Step

Please say hi below and introduce yourself. Kindly checkout our code of conduct before you continue. Our coding landing page is here and our communication channels can be found here.

First Contribution:computer:

We suggest you make a first contribution. We have issues with the first-timer-only label which are specifically tailored for a first time contributor. You can find them here along with the guidelines on how to start contributing. Please check if someone is already working on an issue before you take it up. Kindly leave a comment on the issue to let other people know you are working on an issue. If you can't find any issues that are available, please feel free to leave a comment below or on #10153 and we will find you one as soon as we can (we are prioritizing summer-of-code folks for the next couple of weeks, so please do mention that you are an Outreachy applicant when requesting for a first-timer issue, to help us prioritize. thanks)

Second issue

After you solve the first issue you can browse through our "help-wanted" or bug issues and leave a comment on any you would like to work on. Feel free to ask if you need more context for you to solve an issue, the community is always ready to help.We also encourage contributors to hep each other where they can.

Call for Proposals :page_with_curl:

We request applicants to post their proposals on the PublicLab website too. We encourage applicants to start drafting their proposals early. This gives the mentors to give you feedback that you can incorporate it in your final application on the Outreachy website. Here is a link to a call for proposals on the PL website, which also has a template for drafting the template, sample proposals for past interns and helpful pointers while drafting the proposals. See 2021 winter proposals here. Kindly submit early and post the link here or on gitter so that contributors and mentors can give feedback and help you improve on your proposal before you submit it on the Outreachy website.

Deadline

April 22, 2022 4pm UTC is the deadline for applicants to record contributions and create a final application on the Outreachy website

Helpful Links

Projects discussion Issue First timer issue request Developers guides

A few tips for making awesome proposals:

Questions :thinking:

If you have any questions please leave a comment below and we will get back to you.

Welcome again everyone :tada: :tada: :tada:

moazzammoriani commented 2 years ago

Hi, I can't wait to get started! I have found that open source is increasingly taking over my life in the best possible way. I hope to accelerate this process and also learn as much as I can along the way!

girija0707 commented 2 years ago

Hello team, extremely delighted and looking forward to working with amazing folks πŸ˜„

BeeBombshell commented 2 years ago

Hi Everyone, I am an open-source enthusiast and a frontend developer, looking forward to contributing to the Public Lab Community and participating in Outreachy'22... 😊

akanbifatimah commented 2 years ago

Hi Everyone, My name is Fatimah, an outreachy applicant summer 2022 and I am glad to be here, looking forward to working on this project

padmajabhol commented 2 years ago

Hello everyone! I'm Padmaja. A second year engineering undergrad from India. I have been contributing to open source since a year with organisations that use os softwares to fight climate change. I have been accepted to the initial outreachy round and I'm really excited to open my contributions to Publiclab!

illyShelly commented 2 years ago

Hello guys. πŸ™‚ My name is ILONA. I am originally from the Czech Republic (Europe). I studied Economics and worked for a while in that field. However, my dream is to pursue to work in IT finally :) I attended coding Bootcamp in RoR a few years ago and was part of the Portugal Startup programme. Unfortunately, Covid stopped everything. So now I got this opportunity to come back into coding. I hope it helps me gain knowledge, and especially this is my first opportunity to contribute to the actual Open source project, which is quite scary and exciting at once. Good luck all🀞 and happy contribution πŸ‘©β€πŸ’» πŸ‘¨β€πŸ’»

PythonCoderUnicorn commented 2 years ago

Hello everyone my name is Zane Dax , Transgender Non-Binary from Canada, with a Bachelor's degree in Public Health and really looking forward to having a mentor and learning so much. I want to be a positive impact on this project

Hope someone becomes my mentor

enelesmai commented 2 years ago

Hello! My name is Selene, I'm an Outreachy applicant 'Summer 2022 and I will be happy to contribute to this beautiful project <3

AbihaFatima commented 2 years ago

Hey Everyone! I am Abiha, an Outreachy'22 applicant. Looking forward to contribute to the Infragram project :)

girija0707 commented 2 years ago

Hello everyone, I'm a little confusedπŸ˜… I found infragram very interesting to work on, but should I wait to be assigned with first-timer issue or can I create an issue for infragram can someone help me with my query

cesswairimu commented 2 years ago

Hello and welcome everyone :tada: nice to e-meet all of you. I am Cess pronouns she/her. I am one of the PublicLab mentors and I am also an Outreachy alumni. I wanted to add that the mentors and the code community is ready to help everyone during this application process. So please ask any questions you may have.

hi @girija0707, if you already found an issue to create or one to work on you can go ahead. You do not have to wait for a first-timer-issue. Thanks!

Thanks all!

cesswairimu commented 2 years ago

Also a heads up: if you are installing the plots2 project on your local, maybe consider using sqlite3 for database . On step 7 choose the second option,

If sqlite3, run cp config/database.yml.sqlite.example config/database.yml to make a copy of config/database.yml.sqlite.example in config/database.yml. kindly note if you choose to use sqlite some tests may fail. The project was setup initially to use mysql and some tests are tailored for mysql db. No need for alarm, we are working to fix these and this will not interfere with your development process

As we are having issues reported by folks using mysql2

daluclemas commented 2 years ago

Hi guys. Super excited to be working on this

girija0707 commented 2 years ago

Also a heads up: if you are installing the plots2 project on your local, maybe consider using sqlite3 for database . On step 7 choose the second option,

If sqlite3, run cp config/database.yml.sqlite.example config/database.yml to make a copy of config/database.yml.sqlite.example in config/database.yml. kindly note if you choose to use sqlite some tests may fail. The project was setup initially to use mysql and some tests are tailored for mysql db. No need for alarm, we are working to fix these and this will not interfere with your development process

As we are having issues reported by folks using mysql2

Ok will keep that in mind πŸ‘

dawkaka commented 2 years ago

Hi, I am Yussif an Outreachy applicant, nice to meet you all.

barchakuz commented 2 years ago

Hellow everyone, I am behroze aslam,an Outreachy applicant, front-end developer from northen areas pakistan, excited to work with mentors and contribute in this project.

Ms-Error commented 2 years ago

Hi Everyone! I am Pranavi, an Outreachy applicant , Looking forward to contribute to the Infragram project.

stephaniequintana commented 2 years ago

Hi, everyone! I just want to introduce myself to the group - and celebrate us all being accepted to Outreachy! πŸŽ† Congrats to everyone here πŸ₯³ I'm Stephanie, a self-taught developer and a complete newbie to Open Source. I've already completed an f-t-o issue so please feel free to reach out to me if you have questions or would like any help. Just by being here we're all taking an exciting step forward - best of luck to everyone here and happy coding!

girija0707 commented 2 years ago

Hi, everyone! I just want to introduce myself to the group - and celebrate us all being accepted to Outreachy! πŸŽ† Congrats to everyone here πŸ₯³ I'm Stephanie, a self-taught developer and a complete newbie to Open Source. I've already completed an f-t-o issue so please feel free to reach out to me if you have questions or would like any help. Just by being here we're all taking an exciting step forward - best of luck to everyone here and happy coding!

Heey I'm interested in contributing to infragram can you please tell how to proceed with it, do I need to clone the repository, run it and find bugs myself or do I need to install any environment for that?

stephaniequintana commented 2 years ago

@girija0707, on the pulbliclab/infragram README.md you'll find the complete installation instructions. You'll want to start there to get started on your proposal. At the top of that page is a link to the issues. I'm finding that most of the issues are currently on hold as they will be solved once an intern has been selected, but you should definitely peruse to give you some ideas.

As above, your first step should be finding a first-time-only issue to contribute to and begin engaging with the community, the people here are so helpful and welcoming! I can also advise to click on the links, click on all the links...there is an absolute abundance of helpful information around every corner and please don't hesitate to ask anyone for help or clarity.

Best of luck - I look forward to working with you!

girija0707 commented 2 years ago

@girija0707, on the pulbliclab/infragram README.md you'll find the complete installation instructions. You'll want to start there to get started on your proposal. At the top of that page is a link to the issues. I'm finding that most of the issues are currently on hold as they will be solved once an intern has been selected, but you should definitely peruse to give you some ideas.

As above, your first step should be finding a first-time-only issue to contribute to and begin engaging with the community, the people here are so helpful and welcoming! I can also advise to click on the links, click on all the links...there is an absolute abundance of helpful information around every corner and please don't hesitate to ask anyone for help or clarity.

Best of luck - I look forward to working with you!

Thanks a ton for your help and guidance .I'll go through all the links you've mentioned, excited to work with this amazing community✨☺️

KarishmaVanwari commented 2 years ago

Hi everyone, myself Karishma Vanwari, an Outreachy summer 2022 applicant . I'm a full stack developer and open source enthusiast. I've already contributed to a couple of projects of Public Lab and looking forward to make significant contributions to these projects under Outreachy. Glad to be here 😁 Thanks and happy contributing ❀

P3lumi commented 2 years ago

Hello everyone, I am Toriola Pelumi, Outreachy 2022 applicant, from Lagos, Nigeria. I'm a full stack developer and a first time open source contributor. I really look forward to learning, interacting and making contributions

diyawaghmare commented 2 years ago

Hi everyone, I'm Diya and I'm an Information Technology student from India. I am deeply interested in both FOSS and Web Development and can't wait to contribute to Public Lab's Infragram project as an Outreachy applicant while interacting with the awesome community! 😁

pranayrauni commented 2 years ago

Hi, I'm Pranay, an undergrad student from India. My outreachy initial application is approved. I'm looking to contribute to PublicLab. Please guide me. Thanks.

akanbifatimah commented 2 years ago

@girija0707, on the pulbliclab/infragram README.md you'll find the complete installation instructions. You'll want to start there to get started on your proposal. At the top of that page is a link to the issues. I'm finding that most of the issues are currently on hold as they will be solved once an intern has been selected, but you should definitely peruse to give you some ideas.

As above, your first step should be finding a first-time-only issue to contribute to and begin engaging with the community, the people here are so helpful and welcoming! I can also advise to click on the links, click on all the links...there is an absolute abundance of helpful information around every corner and please don't hesitate to ask anyone for help or clarity.

Best of luck - I look forward to working with you!

@pranayrauni this was very helpfull for me, you should check it out

anushkachauhxn commented 2 years ago

Hi everyone! I'm Anushka from India. I'm so excited to be a part of this community as an Outreachy applicant. Let's have an amazing time here! 😁😁

I've worked with HTML, CSS, JavaScript, Bootstrap 4 and ReactJS. I'm currently learning MongoDB, ExpressJS and NodeJS.

If anyone would like to connect with me, here's my LinkedIn. Please send me an invite! πŸ’šπŸ’š

pranayrauni commented 2 years ago

@girija0707, on the pulbliclab/infragram README.md you'll find the complete installation instructions. You'll want to start there to get started on your proposal. At the top of that page is a link to the issues. I'm finding that most of the issues are currently on hold as they will be solved once an intern has been selected, but you should definitely peruse to give you some ideas. As above, your first step should be finding a first-time-only issue to contribute to and begin engaging with the community, the people here are so helpful and welcoming! I can also advise to click on the links, click on all the links...there is an absolute abundance of helpful information around every corner and please don't hesitate to ask anyone for help or clarity. Best of luck - I look forward to working with you!

@pranayrauni this was very helpfull for me, you should check it out

Thanks. I have installed infragram on local machine. I'm looking for first-timer issue to be assigned to me.

shefali12-ab commented 2 years ago

Hii Everyone, I'm Shefali Kanojia an Outreachy applicant, I am familiar with frontend web technologies and I'm looking forward to contribute in designing new interface for Infragram and participate in outreachy'22.

Prachi-22-81 commented 2 years ago

Hello Everyone! I am Prachi Gupta, an Outreachy'22 applicant from India. Looking forward to contribute to the Infragram project. Excited to be here :)

Kemifrank commented 2 years ago

Hi Everyone, I'm Ikemesit from Nigeria, I'm looking forward to working on this project

BlueDragn commented 2 years ago

Hi everyone, I am Anshuman from India an Outreachy applicant.excited to work with you all

agrani29 commented 2 years ago

Hello everyone, I am Agrani Verma, an undergrad at IIT Roorkee, India and an Outreachy'22 applicant. Talking about my skill set, in the development field, I am proficient in HTML, CSS, Javascript, and React and in the designing field, I have a good knowledge of UI/UX, Figma, and a designer/developer tool webflow. I have worked on some self projects but never contributed to any open source before due to lack of guidance, and thus I am open to learning all the new things/skills required to be able to contribute to my first open-source here. I am really excited to work here with all the guidance of my mentors and friends. @TildaDares can you please assign me any first-timer issue, it would be a great start for me.

smyww4 commented 2 years ago

Hello everyone! I am Echo, I have tried coding with c++ and python, and I am also learning javascript now. I am very interested in the second project, but currently lacking experience, I plan to learn more Ruby on Rails skills in the coming month, and if anyone can give me suggestions, I would appreciate it!

alsoarpit commented 2 years ago

I'm Frontend developer and open source enthusiast. I am proficient in HTML, CSS, Javascript, React ,Bootstrap,Redux,Context API, and many more stack in frontend developer in the designing field, Am Glad to be here for Contribution

qxprakash commented 2 years ago

Hi I'm Prakash , an undergrad from india , This is my first Time in opensource, as far as my skills are concerned I'm competent in HTML, CSS , Javascript and React , looking forward to make my first contribution to openSource Thanks !!

sarxxt commented 2 years ago

hello! I am Sara (outreachy applicant) I am looking forward to contribute to PublicLab.

chepyego commented 2 years ago

Hello everyone ,am Jemimah from Kenya Outreachy applicant I am looking forward to contribute to this project

Iman-L commented 2 years ago

Hi everyone, I am Iman, a self-taught developer from Malawi. As an Outreachy applicant, I am looking forward to contributing to this project.

srishtiwadhwa commented 2 years ago

Greetings everyone , I am srishti wadhwa , an undergrad from India . I am new to open source and very excited to work on the project [Design a new full-screen user interface for Infragram.org] . As an outreachy applicant I hope to connect with everyone and the mentors as well.

AmenuveveDordor commented 2 years ago

Hi everyone, I am Dordor Amenuveve(Outreachy 22' applicant) a student currently pursuing a degree in information Technology management. This is my first time contributing to open source and I am so excited to begin.

on2onyekachi commented 2 years ago

Hello πŸ‘‹everyone! I'm Onyekachi Okwuolisa, an Outreachy applicant. As a frontend Developer I'm expericed with HTML, CSS, React.js, Node.js and Javascript. This is my first time contributing to open source project and hope to put in the best in this. Excited to be part of this community.

Morai-C commented 2 years ago

Hello everyone i'm Chukwudi Emordi, an Outreachy Applicant. My Preferred languages are Html, Css, Bootstrap, a little knowledge on React Native, a bit of React.js and Next.js too. This is my first time contributing to an open source project it's overwhelming, something worth exploring, learning new things and most importantly helping the community grow.. i'm glad to be here

rohaid-bakh commented 2 years ago

Hello everyone! I'm Rohaid Bakheet and I'm an Outreachy applicant. I can code with HTML , CSS, JavaScript, and C#. I'm looking forward to contribute and I'm excited to learn on my first open source project!

PeculiarE commented 2 years ago

Hello everyone!!! It's good to be here. I'm Peculiar Erhisohwode, an Outreachy applicant. I'm looking forward to making really quality contributions to the community and rubbing minds with everyone.

kunmi02 commented 2 years ago

Hello Everyone. My name is Azeez. an Outreachy applicant. I am looking forward to making my first contribution

buildwithallan commented 2 years ago

Hello everyone, I am Allan an outreachy applicant. I am very excited to be here. I am looking forward to learn from you all and to contribute to publiclabs

wisdomekpotu commented 2 years ago

Hello Everyone, I am wisdom Ekpotu, an Outreachy applicant. It's good to be here. This is my first time contributing to an open-source project and I am excited to be part of this community.

ernestmusong commented 2 years ago

Hello, I'm Musong Ernest from Cameroon, an Outreachy applicant, a frontend developer eager to contribute to open source and willing to learn. I'm grateful to be here.

nuilewis commented 2 years ago

Hello everyone, I'm Nuikweh Lewis, a recently accepted Outreachy applicant from Cameroon. And I'm super excited to work with you all, and I look forward to contributing. I'm primarily a designer, but I code too.