rust-gamedev / rust-gamedev.github.io

The repository for https://gamedev.rs
https://gamedev.rs
Apache License 2.0
391 stars 345 forks source link

Future news section #1499

Closed Vrixyz closed 1 month ago

Vrixyz commented 2 months ago

Part of #1417

To follow idea from https://github.com/rust-gamedev/rust-gamedev.github.io/issues/1417#issuecomment-1824008515

Not fully tested yet, the ci scripts (date, sed...) are very linux centric so my mac can't run them as-is (I might look into https://github.com/nektos/act, but I'd prefer a granular action to try only parts of those scripts, I wouldn't want to create a commit, issue, etc.

janhohenheim commented 2 months ago

Woah, that's a really good idea, thanks! Let me know when you're done so I can review it :)

Vrixyz commented 2 months ago

I considered linking to github.dev (the direct editor from within the browser), but I decided against because it makes it less likely that newcomers read the contribution guidelines.

So I kept the links closer to the original content.

In the long run there could be a script running to add how many pull requests we had etc but I won't go that far yet.

janhohenheim commented 1 month ago

@Vrixyz any updates on this? Should I review and maybe merge it?

Vrixyz commented 1 month ago

@janhohenheim please do so. I realized there was a call to action at the beginning of the post already linking to pull requests ; so that made me doubt the pertinence to add another one.

Also, Testing "act" locally proved a bit more convoluted than I thought so I didn't test it fully 😕

janhohenheim commented 1 month ago

I fixed the script and took the liberty to rewrite some minor phrasing. Merging now so that it gets included in N52. Thanks for adding the section; really good idea :)