Apoc
Well-Known Member
- Joined
- Jan 16, 2010
- Messages
- 2,790
- Reaction score
- 94
Basically, someone gave me the idea to write a bug submission plugin for HB, so here it is!
What it does
Put simply, it requests certain information, and then submits a bug report to the bug tracker. In doing so, it keeps the bug report in a USEFUL format, and ensures we have the required info to try and fix the bug.
What will it do in the future?
Options
Honestly, there are none!
Ok, so I lied. If you already have an account on the bugtracker, we HIGHLY suggest you use it. Open up Submitter.cs in your favorite text editor, and find the login details. (You can't miss them.) Make sure you use your email, and password that you use for the bugtracker. [These details are only used to login, so you can receive update emails, etc]
By default, it will use an anonymous account (which is on lockdown) to submit bugs. Remember: you will NOT receive update notifications about bugs you submit. If we do not have enough info to resolve the bug, we may close it with out resolving it. Please, use your login details!
Download
View attachment BugSubmitter.zip
Installation
Changelog
1.0.0.0 - Initial version release. - It works!
Kudos To
wired420 - Only person who tested it.
What it does
Put simply, it requests certain information, and then submits a bug report to the bug tracker. In doing so, it keeps the bug report in a USEFUL format, and ensures we have the required info to try and fix the bug.
What will it do in the future?
- Hopefully, it will be faster. I'm using two 3rd party libraries right now to deal with the API I couldn't be bothered writing.
- It will submit even more information about each bug.
Options
Honestly, there are none!
Ok, so I lied. If you already have an account on the bugtracker, we HIGHLY suggest you use it. Open up Submitter.cs in your favorite text editor, and find the login details. (You can't miss them.) Make sure you use your email, and password that you use for the bugtracker. [These details are only used to login, so you can receive update emails, etc]
By default, it will use an anonymous account (which is on lockdown) to submit bugs. Remember: you will NOT receive update notifications about bugs you submit. If we do not have enough info to resolve the bug, we may close it with out resolving it. Please, use your login details!
Download
View attachment BugSubmitter.zip
Installation
- Download the zip above
- Unzip the zip into your Honorbuddy\Plugins folder
- The plugin should be in it's own folder within the Plugins folder!
- Start HB (or click Recompile All in the plugins tab)
- Enable the bug submitter plugin
- When you have a bug to report, simply hit the "Submit Bug" button!
Changelog
1.0.0.0 - Initial version release. - It works!
Kudos To
wired420 - Only person who tested it.
PLEASE DO NOT SUBMIT "TEST" REPORTS!