diff --git a/.github/ISSUE_TEMPLATE/1-bug.md b/.github/ISSUE_TEMPLATE/1-bug.md new file mode 100644 index 0000000..7cc606a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug.md @@ -0,0 +1,8 @@ +--- +name: Report an issue with this Action +about: '' +title: '' +labels: 'bug' +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/2-enhancement.md b/.github/ISSUE_TEMPLATE/2-enhancement.md new file mode 100644 index 0000000..94350ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-enhancement.md @@ -0,0 +1,8 @@ +--- +name: "Suggest an idea for this Action" +about: '' +title: '' +labels: 'enhancement' +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..27917e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: "\U0001F41B Report a bug in Dependabot" + url: https://github.com/dependabot/dependabot-core/issues/new?assignees=&labels=T%3A+bug+%F0%9F%90%9E&template=bug-report.md&title= + about: If you are encountering a more general issue with Dependabot, please open an issue on dependabot/dependabot-core + - name: "\U0001F680 Feature request" + url: https://github.com/dependabot/dependabot-core/issues/new?assignees=&labels=T%3A+bug+%F0%9F%90%9E&template=bug-report.md&title= + about: If want to suggest an idea for Dependabot, please open an issue on dependabot/dependabot-core