Guess I should put this under version control LOL

This commit is contained in:
Ryan McGrath 2019-05-23 22:11:07 -07:00
commit 2035318460
No known key found for this signature in database
GPG key ID: 811674B62B666830
73 changed files with 8836 additions and 0 deletions

45
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,45 @@
<!--
If you want to report a bug, we added some points below you can fill out. If you want to request a feature, feel free to remove all the irrelevant text.
-->
## Setup
### Versions
- **Rust:**
- **Alchemy:**
- **Operating System (or native layer in use)**
### Feature Flags
## Problem Description
### What are you trying to accomplish?
### What is the expected output?
### What is the actual output?
### Are you seeing any additional errors?
### Steps to reproduce
<!--
Please include as much of your codebase as needed to reproduce the error. If the relevant files are large, please consider linking to a public repository or a [Gist](https://gist.github.com/).
-->
## Checklist
- [ ] I have already looked over the [issue tracker](https://github.com/ryanmcgrath/alchemy/issues) for similar issues.
- [ ] This issue can be reproduced on Rust's stable channel. (Your issue will be
closed if this is not the case)
<!--
Thank you for your submission! You're helping make an amazing GUI framework.
-->