maxnut / GDMegaOverlay

Free geometry dash mod menu with useful features such as: startpos switcher, show hitboxes, internal recorder, macro bot, clickbot and much more
GNU General Public License v3.0
277 stars 45 forks source link

Add Issue template and Nightly/Developer builds via GitHub Actions #162

Closed Stronkkey closed 9 months ago

Stronkkey commented 9 months ago

Based on pr #13

Basically, it uses GitHub Actions so that every time a commit is pushed, it will build that and upload the output as an artifact, it makes it easy for people who want to use the most recent stuff without having to build it themselves. Generally, most repos I've seen have something like this, so it would be nice to have it here.

Also adds the issue template back.

maxnut commented 9 months ago

is there no way to test if it works i wouldnt really like merging something broken

Stronkkey commented 9 months ago

@maxnut It's already in the 2-1 old branch so it probably does work

Stronkkey commented 9 months ago

Thanks!