bug 0.3.1

A simple Rust library for printing an error in the event of a bug and allowing users to easily file a bug report via GitHub issues using bug templates.
Documentation
Application Crash: {error_type}

## Description

The application crashed with error: {error_type}

## Context

- Function: {function}
- Line: {line}
- OS: {os}
- Version: {version}

## Steps to Reproduce

1. {step1}
2. {step2}
3. {step3}

## Expected Behavior

{expected_behavior}

## Actual Behavior

Application crashed with {error_type}

## Additional Information

{additional_info}