diff --git a/.github/ISSUE_TEMPLATE/error-report.md b/.github/ISSUE_TEMPLATE/error-report.md new file mode 100644 index 0000000..2b87bfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/error-report.md @@ -0,0 +1,17 @@ +--- +name: Error report +about: Create a error report to help us improve +title: "[Doc Fix]" +labels: '' +assignees: '' + +--- + +** Where is it** +Provide a web link to the page. + +**Describe the error** +A clear and concise description of what the bug is. + +**Screenshots** +If applicable, add screenshots to help explain. diff --git a/.github/ISSUE_TEMPLATE/tutorial-request.md b/.github/ISSUE_TEMPLATE/tutorial-request.md new file mode 100644 index 0000000..58e27bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tutorial-request.md @@ -0,0 +1,23 @@ +--- +name: Tutorial request +about: Suggest a topic for tutorial resources +title: "[Tutorial Request]" +labels: '' +assignees: rob-metalinkage + +--- + +**What aspect or application should the tutorial focus on** +I want to do X, and would like [...] + +**What type of resources** +What type of resource - such as exercises, new repository, video, deeper documentation? + +**Can you provide an outline** +What steps should the tutorial walk through in your opinion? + +**Suggest title** +? + +**Additional context** +Add any other context or screenshots about the idea here - e.g. any examples that could be used.