diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..ceff375 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,6 @@ +--- +name: Bug +about: Did you find a bug? Create a report to help us improve. +labels: bug +--- + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b186e26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Documentation issue + url: https://github.com/MicrosoftDocs/edge-developer/issues + about: Report issues related to the documentation of DevTools here. diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..4f7b348 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,6 @@ +--- +name: Feature request +about: Suggest an idea for a new feature. +labels: feature +--- + diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md new file mode 100644 index 0000000..9d26e40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -0,0 +1,6 @@ +--- +name: General feedback +about: Send your feedback, start a discussion, or ask a question. +labels: feedback +--- + diff --git a/.github/ISSUE_TEMPLATE/tip.md b/.github/ISSUE_TEMPLATE/tip.md new file mode 100644 index 0000000..755e2d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tip.md @@ -0,0 +1,6 @@ +--- +name: Tips +about: Share tips with other DevTools users! +labels: tip +--- +