diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..d28427e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +github: hismightiness +patreon: willstrohl +custom: ["https://venmo.com/Will-Strohl","https://amzn.to/2WcD0jZ"] diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..2039b5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,37 @@ +--- +name: Bug Report +about: Create a report to help us improve + +--- + +## Describe the bug +A clear and concise description of what the bug is. + +## Software Versions +- DNN: 00.00.00 +- Hotcakes: 00.00.00 + +## To Reproduce +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Actual behavior +A clear and concise description of what happened instead. + +## Screenshots +If applicable, add screenshots to help explain your problem. + +## Error log +**Note: Debug DLL's** +Please replace the current extension DLL's with the debug DLL's (if these are available with the release) and reproduce the error with the debug DLL's before pasting the error log. + +Paste the error log that is related to this issue. + +## Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..25de4dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,18 @@ +--- +name: Feature Request +about: Suggest an idea for this project + +--- + +## Is your feature request related to a problem? +**Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +## Describe the solution you'd like +A clear and concise description of what you want to happen. + +## Describe alternatives you've considered +A clear and concise description of any alternative solutions or features you've considered. + +## Additional context +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/help-and-other-questions.md b/.github/ISSUE_TEMPLATE/help-and-other-questions.md new file mode 100644 index 0000000..99cdc3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help-and-other-questions.md @@ -0,0 +1,16 @@ +--- +name: Help and Other Questions +about: Use this to ask questions that don't relate to features and bug reports + +--- + +## Please summarize your question in one sentence + + +## Give a more extended description + + +## Steps to reproduce (if needed) + + +## Other comments or remarks