Skip to content

Commit 714be0d

Browse files
authored
Update issue templates
1 parent 545a11e commit 714be0d

3 files changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Summary**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
```rust
15+
// Sample code
16+
```
17+
18+
**Expansion**
19+
```rust
20+
// Result of 'cargo expand', if available
21+
// To install:
22+
// cargo install cargo-expand
23+
```
24+
25+
**Additional information**
26+
Expected result, suggested error message or other details
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Summary**
11+
Concise description of problem
12+
13+
**Sample code**
14+
```rust
15+
// Sample code showing context and suggested macro syntax
16+
```
17+
18+
**Expansion**
19+
```rust
20+
// Result of macro expansion for the above sample.
21+
```
22+
23+
**Additional context**
24+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/other.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Other
3+
about: Blank issue
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)