Skip to content

Commit bc31ad7

Browse files
committed
add feature request and questions
Signed-off-by: habibayassin <[email protected]>
1 parent 6c124b5 commit bc31ad7

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: OpenROAD Flow Scripts Discussions
4+
url: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/discussions
5+
about: Please ask and answer questions here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Feature Requests and Enhancements
2+
description: Have any ideas? Find any shortcomings? Feel free to share them.
3+
4+
body:
5+
- type: textarea
6+
id: prompt
7+
attributes:
8+
label: Description
9+
description: What do you think is missing from OpenROAD Flow Scripts? Be clear and concise.
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: proposal
14+
attributes:
15+
label: Suggested Solution
16+
description: Do you have any thoughts on how to address this?
17+
- type: textarea
18+
id: additional-context
19+
attributes:
20+
label: Additional Context
21+
description: Add any other context about your proposal here.
22+
validations:
23+
required: false

0 commit comments

Comments
 (0)