Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug Report
about: Create a bug report for dfx.
labels: needs-triage
---
<!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->

I tried the following:

1. <step 1>
2. <step 2>

I expected to see this happen: *explanation*

Instead, this happened: *explanation*

### Meta

`dfx --version`:
```
<version>
```

<!--
If possible, please add log output using the --verbose flag.
This will make debugging a lot easier.
-->
<details><summary>Further log output</summary>
<p>

```
<log output>
```

</p>
</details>
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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