diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d366e86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Found a problem? +title: '' +labels: bug +assignees: '' + +--- + +Before working on a new issue I'm probably going to ask you all this stuff anyway, probably just easier to provide it now..... + +**Describe the problem** +A clear and concise description of what the bug is. + +**Platform and Kodi version** +What OS and Kodi version are you using? (Rpi, Android, etc) + +**Link to Debug Log** +Don't just post the whole thing here, use [https://paste.kodi.tv](https://paste.kodi.tv) diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md new file mode 100644 index 0000000..80762ac --- /dev/null +++ b/.github/SUPPORT.md @@ -0,0 +1,15 @@ +# Support + +There are a few different ways to get support depending on your situation. + +## Need Instructions? + +The quikest way to get familiar with the Backup addon is to [read the wiki](https://github.com/robweber/xbmcbackup/wiki). + +## Have A Question? + +If you can't find what you're looking for in the wiki, head on over to the [Kodi forums thread](https://forum.kodi.tv/showthread.php?tid=129499) for this project. Ask your question there and try to get some help. + +## Unexpected Behavior or Found a Bug? + +If the addon just isn't working or you have a reproducable issue that could be resolve, [start an Issue](https://github.com/robweber/xbmcbackup/issues/new). \ No newline at end of file