Skip to content

Commit 5a12178

Browse files
authored
Create use-case.md
1 parent bd2ed96 commit 5a12178

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/ISSUE_TEMPLATE/use-case.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Use case
3+
about: Describe your experiences using this feature
4+
title: '[Use Case]: '
5+
labels: A-generic-exprs
6+
assignees: ''
7+
8+
---
9+
10+
### Code description
11+
12+
Describe what you were trying to do with `feature(generic_const_exprs)`. Links to source code are always appreciated!
13+
14+
### What worked well
15+
16+
Describe what aspects of `feature(generic_const_exprs)` worked well for you.
17+
18+
### What worked less well
19+
20+
Describe what aspects of `feature(generic_const_exprs)` did not work well for you. Perhaps they were confusing, or you weren't able to get your code to compile the way you wanted? Or perhaps it was just not ergonomic.

0 commit comments

Comments
 (0)