-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
A clear and concise description of what the bug is. | ||
|
||
**Steps to reproduce** | ||
1. Compile... | ||
2. Run... | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots & Logs** | ||
If applicable, add screenshots or logs to help explain your problem. | ||
|
||
**Environment:** | ||
- OS (Ubuntu & Linux version): | ||
- CMake version: | ||
- gcc version: | ||
- Vivado / Vitis version: | ||
- Tested on hardware? Yes / No | ||
- If tested on hardware, what FPGA (e.g. Alveo U55C, Alveo U200 etc.): | ||
|
||
**Additional information** | ||
Add any other information about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Motivation** | ||
Please tell us why this feature is important to Coyote and its user community. | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Parts of Coyote being affected** | ||
Please describe which parts of Coyote would be affected by this feature. | ||
|
||
**Additional information** | ||
Add any other information or screenshots about the feature request here. |