diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 7a61f05..fc2bd53 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Use this for reporting bugs in Weaver. -title: 'Bug:' +title: 'Bug: ' labels: bug assignees: '' @@ -14,3 +14,4 @@ Enter information here... Steps to reproduce the behavior: **If possible, please send your Studio or developer console logs here.** +Console logs here. diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md index b5f99d5..0020ea7 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.md +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -1,7 +1,7 @@ --- name: Feature Request about: Request features to add to Weaver here. -title: 'Feature:' +title: 'Feature: ' labels: enhancement assignees: '' diff --git a/.github/ISSUE_TEMPLATE/3-documentation-issue.md b/.github/ISSUE_TEMPLATE/3-documentation-issue.md index 8045034..d371c52 100644 --- a/.github/ISSUE_TEMPLATE/3-documentation-issue.md +++ b/.github/ISSUE_TEMPLATE/3-documentation-issue.md @@ -1,7 +1,7 @@ --- name: Documentation Issue about: Use this for reporting any issues in Weaver's documentation you've found. -title: 'Docs:' +title: 'Docs: ' labels: documentation assignees: '' diff --git a/.github/ISSUE_TEMPLATE/4-inquiry.md b/.github/ISSUE_TEMPLATE/4-inquiry.md new file mode 100644 index 0000000..6ef6f66 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-inquiry.md @@ -0,0 +1,12 @@ +--- +name: Weaver Inquiry +about: Have a question or a general inquiry about Weaver? Send an issue asking for help and you should + receive a response soon. +title: 'Help: ' +labels: help wanted, question +assignees: '' + +--- + +**What's your question?** +Enter your inquiry here. diff --git a/.github/ISSUE_TEMPLATE/4-question.md b/.github/ISSUE_TEMPLATE/4-question.md deleted file mode 100644 index 6bb33a3..0000000 --- a/.github/ISSUE_TEMPLATE/4-question.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Question -about: Have a question about Weaver? Send an issue asking for help and you should - hopefully get a response. -title: '' -labels: help wanted, question -assignees: '' - ---- - -**What's your question?** -Enter your inquiry here.