Skip to content
Snippets Groups Projects
Unverified Commit 51b29a6e authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

Merge pull request #350 from Xilinx/feature/issue_templates

Feature/issue templates
parents b7decb50 53a8d688
No related branches found
No related tags found
No related merge requests found
---
name: Bug report
about: Something isn't working as expected
title: ''
labels: bug
assignees: ''
---
## Prerequisites
Please make sure to check off these prerequisites before submitting a bug report.
- [ ] Test that the bug appears on the current version of the dev-branch. Make sure to include the commit hash of the commit you checked out.
- [ ] Check that the issue hasn't already been reported, by checking the currently open issues.
- [ ] If there are steps to reproduce the problem, make sure to write them down below.
- [ ] If relevant, please include the ONNX files, which were created directly before and/or after the bug.
## Quick summary
Please give a brief and concise description of the bug.
## Details
Please add to the following sections to describe the bug as accurately as possible.
### Steps to Reproduce
Add what needs to be done to reproduce the bug. Add code examples where useful
and make sure to include the resulting ONNX files, and the commit hash you are working on.
1. Clone the FINN repository
2. Checkout the dev branch, with commit hash: [...]
3. Start the docker container with the command: [...]
4. Run transformation [...] on ONNX file [...] or run the dataflow builder with the following settings: [...]
5. [Further steps ...]
### Expected behavior
Please add a brief description of what you expected to happen.
### Actual behavior
Describe what actually happens instead.
## Optional
### Possible fix
If you already know where the issue stems from, or you have a hint please let us know.
### Additional context
Add any other context about the problem here.
blank_issues_enabled: false
contact_links:
- name: Getting started with FINN
url: https://finn.readthedocs.io/en/latest/getting_started.html
about: Documentation about how to get up and running with FINN.
- name: Ask for help and get in touch with the community
url: https://gitter.im/xilinx-finn/community
about: Check out our gitter channel, if you have a question about FINN or a general problem that is likely not a bug.
---
name: Feature request
about: Suggest an idea for FINN
title: ''
labels: enhancement
assignees: ''
---
## Prerequisites
Please make sure to check that the idea is not already being worked on
by looking at the currently open issues and the [project Kanbans](https://github.com/Xilinx/finn/projects).
Even if an idea is already being worked on you can still create a feature request,
if you would like to open a discussion about the feature or want to contribute to it.
## Details
Please add to the following sections to describe the feature as accurately as possible.
### New behavior
Please add a brief and concise description of what you would like to happen in FINN in the future.
### Motivation
Please tell us why this feature is important to the FINN community.
### Parts of FINN affected
Please describe which parts of FINN would be affected by this feature.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment