rbwhitaker / realm-factory

The repository for Realm Factory, a lightweight level editor for XNA.
MIT License
6 stars 2 forks source link

Get submitting bugs, feedback, and feature requests working again #3

Open rbwhitaker opened 4 years ago

rbwhitaker commented 4 years ago

For 1.0.10, I intentionally stripped out the ability to support bugs, feedback, and feature requests. The controls are still there for doing this, but the server API stuff was stripped out, and will not work that way in the future.

That doesn't mean there isn't a way to submit bugs and feature requests. The ideal way to do that is now probably right here on GitHub.

So a thing a person could do might be to re-add the buttons for submitting bugs and feature requests (we can maybe ditch the feedback option) and just link them to here instead.

That might mean making a couple of templates for submitting features or bugs to match the UI left in the program.

(I don't actually expect us to use the UI that's left over in the code right now. I would expect just those buttons becoming links to here.)