Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 147 forks source link

Update all the FAQ placeholders #643

Closed MattIPv4 closed 3 years ago

MattIPv4 commented 3 years ago

Description

Some of the placeholders referenced outdated rules, and many were missing. Sync the placeholders with the content in Airtable. Close #639

AirrecordTable.new.all_records('FAQs').map { |i| i.instance_variable_get :@fields }

Test process

All looks correct.

Requirements to merge