diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..cc574338a5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,39 @@ +--- +name: Bug Report +about: Create a bug report for dfx. +labels: needs-triage +--- + + +I tried the following: + +1. +2. + +I expected to see this happen: *explanation* + +Instead, this happened: *explanation* + +### Meta + +`dfx --version`: +``` + +``` + + +
Further log output +

+ +``` + +``` + +

+
\ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..acbb207297 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Question about dfx use + url: https://forum.dfinity.org/ + about: Please ask and answer questions about how to use dfx in the developer forum. + - name: Feature Request + url: https://github.com/dfinity/sdk/discussions + about: Please create and upvote feature requests in Discussions \ No newline at end of file