DEV Community

Cover image for Hacktoberfest Completion Thread

Hacktoberfest Completion Thread

dev.to staff on October 02, 2020

If you've completed Hacktoberfest 2020, this is your place to celebrate!!! We'd all love to hear about your experience, see some of your PRs (hint...
Collapse
 
dailydevtips1 profile image
Chris Bongers

I did it so far!
3 PRs merges and really challenged to even do more :D

Just learned so much from people's feedback on the PRs and refactoring that.
Also felt like I needed to document better which pushed me.

My four contributions:

Added random boolean example script #21

Added boolean example page, also see this screenshot to see my tests.

This will solve issue #4

Screenshot 2020-10-01 at 16 52 26


Fix mobile issue #90

Issue that this pull request solves

Closes: #74

Proposed changes

Changed the footer to be center-aligned on Mobile. Added an alt text for the logo. Wrapped the logo in a P tag for space on mobile.

Types of changes

Put an x in the boxes that apply

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [ x ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation update (Documentation content changed)
  • [ ] Other (please describe):

Checklist

Put an x in the boxes that apply

  • [ x ] My code follows the style guidelines of this project
  • [ x ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ x ] My changes generate no new warnings
  • [ x ] My changes does not break the current system and it passes all the current test cases.

Screenshots

Screenshot 2020-10-01 at 17 05 11

Other information

Any other information that is important to this pull request


Feature/multi tag #9

Fix issue #6 regarding the filters. You can now filter on multiple queries.

Please note: GitHub graph API does not like the "AND" filter, so included a custom filter (made a manual loop for speed)

You can see the result in the attached screenshot. It also still works for 1 query Screenshot 2020-10-02 at 10 13 30


Added random date + options and documentation #28

Hi,

Created the randomDate function which has the following formats:

  • min
  • max
  • format
  • range

Also added a documentation example that showcases different variants. Solves issue #26 Screenshot 2020-10-02 at 13 03 31

Collapse
 
robertobutti profile image
Roberto B.

Hey @dailydevtips1 !
Thank you for your PR on rando-php project.
Your PR was high quality contributions (implementation, tests, documentation, examples).
I love hacktoberfest because we have the opportunity to meet people like you, improve the quality of the code, adding features, and learn a lot from each other!

Thank you!
Roberto

Collapse
 
dailydevtips1 profile image
Chris Bongers

Indeed thank you for the opportunity I learned so much from that PR in terms of coding quality and documenting.
Also first touch on phpunit so very happy ✌️👌

Collapse
 
techgirl007 profile image
TechGirl007

Well, completed my first 4 pull requests on 01 October 2020 - like crack of dawn. Since then, did a few more. Hosting a newbie event this evening showing others how to do it.

Collapse
 
potential17 profile image
Shashwat Pandey

Congrats!
Btw one of your pull request was created in my repo :)
Keep Contributing

Collapse
 
techgirl007 profile image
TechGirl007

Wow. Well, a humble thank for putting it together. I hope that next year I will be brave enough to create something like you did for other to do.

Collapse
 
mysticitgirl profile image
mysticitgirl

So pleased to knock this off in one night. Thanks to the superstar @techgirl007 for sharing your wisdom with us all. Thanks also to the team of helpers!

Happy #hacktoberfesting2020 to you all!

PS This is highly addictive. I will be back.

Collapse
 
potential17 profile image
Shashwat Pandey

Congrats!
And Thanks for contributing in my repos.

Collapse
 
techgirl007 profile image
TechGirl007

Thanks for joining us and thanks to Digital Ocean, Dev and Git Hub for hosting this event. One small step forward can lead to amazing opportunities.

Collapse
 
dmahely profile image
Doaa Mahely

I 'unofficially' finished my four PRs just a few hours shy of November! This was my first hacktoberfest and I really wish I could've done more, but this October was too busy.
One of the PRs was for my own repo, and was counted in before the rules changed to only count tagged repos. Another two PRs were opened today so I don't think they'll be tagged before the end. In any case, I'm happy I took this step :)
Congrats to everyone who participated!

Collapse
 
mindset profile image
Jayesh Tembhekar ⚡ • Edited

Just completed mine today 😀
All 4 PRs are merged and all are aligned with new Hacktoberfest 2020 rules.
Feeling excited 🤩
You can check here

Collapse
 
yechielk profile image
Yechiel Kalmenson

Just got my 4th and final PR in!

The first three were work related, so nothing to show off, but the fourth was to one of my favorite Twitter bots:

add definitions for all labels under 'sexual orientation' #111

Added definitions for all of the labels under "sexual orientation" for now.

Will add for more categories if I have time.

Collapse
 
kaeptnkrunch profile image
Stephan B. R. Langenau

So, all my PRs are now Mature. I would love to have kind of certification. Maybe a Picture behind a Link with the Name. Like "Hacktoberfest 2020 Challange completed". This would look awesome on LinkedIn or Xing.

Collapse
 
tylerwel profile image
tyler-wel

I was able to do it! Seem to be a lot more frontend devs compared to backend devs, so I've been able to help out with some Rails projects, updating pagination, helping write rspecs. Open source is fun

Collapse
 
reyhhan profile image
Sara Fawmy

Glad to have completed 4PRs (2 merged so far) that are currently going through the review period.
This is my first time contributing to open source and I'm truly enjoying the learning process. Appreciate the maintainers for their time and and feedback!
And a Big Thank you to @Hacktorberfest for putting this together!

Collapse
 
yohanesgultom profile image
Yohanes Gultom • Edited

hacktoberfest2020-yohanesgultom

Almost complete my first #hactoberfest! (PR merged, waiting for review). Feel very lucky to find these interesting projects with beginner-friendly issues 🎉

🦄 Awesome Repos

GitHub logo brainbotdev / brainbot

A simple and fun Ryver bot to liven up the conversation


GitHub logo DFTECHSDEVCENTER / gen-dockerfile

A Dockerfile generator to Dockerize your Applications

💼 PRs

#38 read cooldowns from brainbot.ini #39

Issues #38

  • read cooldowns from brainbot.ini
  • add brainbot.ini.example
  • add brainbot.ini in .gitignore
</div>
<div class="gh-btn-container"><a class="gh-btn" href="https://github.com/brainbotdev/brainbot/pull/39">View on GitHub</a></div>



Make "someone tell me to" cooldown user-specific #1 #42

I made these changes to accomodate user-specific cooldowns #1 . What do you think?

  • Change last_used in Cooldown to dict so it can store multiple last_used values
  • Add optional username param in Cooldown run to fetch specific last_used values
  • Pass the username in "Someone tell me to" autoresponse

ADD Framework Support Questions #21 #25

  • Add framework support questions
  • Add some framework choices for Nodejs and Python3
  • Store framework name in framework global variable if chosen

🦄💼

Collapse
 
jikuja profile image
Janne Kujanpää

I did my four PRs and "completed" it!

.

.

.

Sadly they all in Ineligible Repository state even they are within information given in the rules and FAQ.

Collapse
 
armujahid profile image
Abdul Rauf

You can contact maintainers of those repos and request them to do either one of these steps:
1) add hacktoberfest topic for that repo
OR
2) add hacktoberfest-accepted label to your PR

Collapse
 
ratul2806 profile image
ratul2806

I did it!!!!!!!!!!11 4PRs done and merged. Just getting reviewed.

Learned soo much about Git Hub. Glad to interact with you all.
Love from INDIA.

Collapse
 
juarsh profile image
Akarsh Puri • Edited

My PR submission is showing mature in 11 days. Shouldn't it be for 7 days?
dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
downey profile image
Tim Downey

They bumped up the PR maturity time to give maintainers more time to flag things as invalid/spam.

Collapse
 
namanbhatia7 profile image
Naman Bhatia

I created my 4 PR on 1st October. But my review period instead of extending by 1 week more 3rd October, has been reset. So 1st and 2nd October are not taken into account. Why is it so? Could you help

Collapse
 
2kabhishek profile image
Abhishek Keshri

Made 7 PRs so far, all in one sprint on October 3rd. Will work on more over the weekends. 😄

Collapse
 
potential17 profile image
Shashwat Pandey • Edited

Almost there! #hacktoberfest
Looking to work on some more issues during the program

Collapse
 
rubiin profile image
Rubin

Completed already.

Collapse
 
dabjazz profile image
Yash_Jaiswal

I got my pr merged!! The other three are still in review! With this, I have entered the Open Source World! Thank you @dev @digitalOcean and everyone.

Collapse
 
devtony101 profile image
Miguel Manjarres

Completed 4 PR yesterday! 🎉

Collapse
 
armujahid profile image
Abdul Rauf

Completed this challenge today :)

Collapse
 
mbeuil profile image
Maxime BEUIL

Yeah all 4 PR are now checked !

Collapse
 
king11 profile image
Lakshya Singh

Completed hacktober now awaiting and even reviewed a lot of PRs after becoming maintainer for one repo

Collapse
 
mahmoudmabrok profile image
Mahmoud Mabrok Fouad

I did +4 PR and wait review peroid to end.
It was exciting journey.

Collapse
 
tomassirio profile image
Tomas Sirio

Got my first pull request! Hope it gets merged

Collapse
 
mananchawla2005 profile image
Manan Chawla

5 PRs merged aayeah :D

Collapse
 
jepoy profile image
Jeff • Edited

Waiting for my 4 review periods to mature!
What an experience! Let's gooooo
dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
suvarna221b profile image
Suvarna Sivadas • Edited

hey i submitted a pr for a repo that wasnt marked as hacktoberfest and it got merged will it count? its still in review period for me

Collapse
 
hjades profile image
Jade Suntoro 宋玉美

hey! it depends on the time you submitted your PR
you can read more about it here
hacktoberfest.digitalocean.com/hac...

We will honor all valid pull requests prior to this change, and as of October 3, 2020 at 12:00:00 UTC – and October 3 in all time zones – pull requests will only count toward earning a T-shirt or planting a tree if they are submitted in a repository classified with the ‘hacktoberfest’ topic. The pull requests will also need to be merged, approved by a maintainer, or labeled as ‘hacktoberfest-accepted’ in order to qualify. The deadline for completions, merging, labeling, and approving is November 1.

hope this helps!