184
I just made my first Lemmy PR
(github.com)
This is a most excellent place for technology news and articles.
I might look into it myself, definitely curious but i’m always cautious with open source projects when committing a decently sized PR - yea that’s a great way to keep the knives sharp
If the size of the PR is a concern, maybe the maintainers will allow a staged approach. Create an Issue describing the feature and indicate step by step how you would implement. Then break the work into multiple pull requests.
If necessary, you could introduce a toggle that's switched off by default until the feature is fully implemented.
ooooOO this is an interesting approach