Skip to content

Commit

Permalink
Added administrative github stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
WillStrohl committed Nov 22, 2020
1 parent 5bdc80f commit 59ff4b0
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github: hismightiness
patreon: willstrohl
custom: ["https://venmo.com/Will-Strohl","https://amzn.to/2WcD0jZ"]
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -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.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/help-and-other-questions.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 59ff4b0

Please sign in to comment.