From 77c73c6efd19eb912fab1887f60c2b438e4a5ee4 Mon Sep 17 00:00:00 2001 From: Martijn Kaijser Date: Tue, 23 Oct 2018 19:59:59 +0200 Subject: [PATCH] [docs] Add Github issue templates (#588) --- .github/ISSUE_TEMPLATE.md | 80 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 80 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_suggestion.md | 32 ++++++++ .github/ISSUE_TEMPLATE/roadmap_item.md | 32 ++++++++ 4 files changed, 224 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_suggestion.md create mode 100644 .github/ISSUE_TEMPLATE/roadmap_item.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..77b0d90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,80 @@ +--- +name: Problem report +about: Create an extensive report to help us document a problem + +--- + + +## Bug report +### Describe the bug +Here is a clear and concise description of what the problem is: + + + + + + +## Expected Behavior +Here is a clear and concise description of what was expected to happen: + + + + + +## Actual Behavior + + + + + +## Possible Fix + + + + + +### To Reproduce +Steps to reproduce the behavior: + + + +1. +2. +3. + + +### Debuglog + + +The debuglog can be found here: + + + +### Screenshots +Here are some links or screenshots to help explain the problem: + + + + +## Additional context or screenshots (if appropriate) +Here is some additional context or explanation that might help: + + + + + +### Your Environment +Used Operating system: + + + - Mobile device: + - Android version: + - Kodi version and platform: + - Kore version: + + + + + +*note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. +Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.* \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..77b0d90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,80 @@ +--- +name: Problem report +about: Create an extensive report to help us document a problem + +--- + + +## Bug report +### Describe the bug +Here is a clear and concise description of what the problem is: + + + + + + +## Expected Behavior +Here is a clear and concise description of what was expected to happen: + + + + + +## Actual Behavior + + + + + +## Possible Fix + + + + + +### To Reproduce +Steps to reproduce the behavior: + + + +1. +2. +3. + + +### Debuglog + + +The debuglog can be found here: + + + +### Screenshots +Here are some links or screenshots to help explain the problem: + + + + +## Additional context or screenshots (if appropriate) +Here is some additional context or explanation that might help: + + + + + +### Your Environment +Used Operating system: + + + - Mobile device: + - Android version: + - Kodi version and platform: + - Kore version: + + + + + +*note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. +Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.* \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_suggestion.md b/.github/ISSUE_TEMPLATE/feature_suggestion.md new file mode 100644 index 0000000..3ef6ef8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_suggestion.md @@ -0,0 +1,32 @@ +--- +name: Feature suggestion +about: Create a feature suggestion item + +--- + +## Feature suggestion +**Detailed Description** + + + + +### Context + + + + + +### Possible Implementation + + + + +### Additional context, screenshots or links +Here are some relevant links or screenshots: + + + + + + +*Note: Team Kodi will consider this item however we will not make any promises if it will be included.* diff --git a/.github/ISSUE_TEMPLATE/roadmap_item.md b/.github/ISSUE_TEMPLATE/roadmap_item.md new file mode 100644 index 0000000..9916f30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/roadmap_item.md @@ -0,0 +1,32 @@ +--- +name: Roadmap suggestion +about: Create a roadmap/todo suggestion item (Team Kodi members only!) + +--- + +## Roadmap or todo suggestion +**Detailed Description** + + + + +### Context + + + + + +### Possible Implementation + + + + +### Additional context, screenshots or links +Here are some relevant links or screenshots + + + + + + +*Note: Team Kodi will consider this item however we will not make any promises if it will be included.*