Have you ever contributed some PRs to DEV's codebase or technical docs? If so, what's something you have been most proud of?
Still on the way to making my own, so far I've done just 16 feature requests and bug reports!
I thought this would be a great start for inspiration, seeing how awesome the community is by contributing to open source and building together!
Top comments (16)
I've submitted a few (43 but who's counting 😉) but I'd say the one/set I'm most proud of was moving Dev/Forem over to CSS variables so we could implement an actual dark/night mode. This was later expanded and is now how all Dev/Forem themes work 😁
[WIP] Theme-able CSS Variables #1377
I thought we ought to have a place where we keep a note of the current CSS Variables and also propose different variables that should be included.
Currently included:
--theme-background
#f9f9fa
--theme-color
#0a0a0a
--theme-secondary-color
#557de8
--theme-top-bar-background
#fdf9f3
--theme-top-bar-color
#0a0a0a
--theme-top-bar-search-background
#e8e7e7
--theme-top-bar-search-color
#0a0a0a
--theme-top-bar-write-background
#66e2d5
--theme-top-bar-write-color
#0a0a0a
--theme-container-box-shadow
3px 3px 0px #bababa
--theme-container-border
1px solid #d6d6d6
--theme-container-background
#ffffff
--theme-container-background-hover
#f5f6f7
--theme-container-color
#0a0a0a
Pull request pending:
Proposed:
I think the best thing to do is leave a comment below of further proposals and I will update the main post.
Test theme:
Dark:
Also, feel free to do pull requests to help roll these out.
That's massive, man 💯 Feature it's hard to imagine the platform without 🎨 Thank you for your input 🙏❤
It's also how further Forem configuration works, like custom brand colors— and is an approach I anticipate we'll continue to build on to great success.
People wanted dark mode for a while, but we needed the right technical approach and Andrew came in big with this contributing leadership in the matter.
Yes! I've made a couple of contributions. My favourite is something I added in DEV's notification settings - "Send notifications when someone reacts to my comments or posts".
So awesome to see you guys contributing 👍 Must be an awesome feeling to use the service knowing some features in it is just cause of you ❤
Yeah I've modified the badges page and created some good issues 🙂
This is awesome! 👌 You guys are making it better one step at a time 🙏❤
Like every other Javascript developer I have been doing only Javascript for a while so I decided to learn Ruby on rails for a change. I tried to learn through tutorials but it was too much time consuming and also there was a gap compared to real world code. So I decided to learn both ruby and rails by diving into some codebase. So I started contributing to Dev. After 37 merged Pr's so far and going through code other people have written I have gotten quite comfortable with rails and learned lot about other things like web accessibility, testing... thanks to the awesome folks at dev.to.
Thanks for the awesome you, for contributing 🙏❤
Yeah. :)
Thank you 😊
Thank you @citizen428
yes, pretty small fix, though
github.com/forem/forem/pull/10769
All the great things happen one step at a time! 😉
Thanks a lot for the contribution 🙏❤
Hey Madza, I've been seeing a lot of your posts recently, and tbh it looks like most of your posts are intended to be discussions. Could you please add the #discuss tag to your posts if so?
I usually categorize them between the topic of the discussion 😉 Some of the common ones I use include #discuss, #watercooler and #meta 😉