Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 7e96faa

Browse files
committed
Take some inspiration from rustwasm
https://github.com/rustwasm/.github
1 parent ef7a769 commit 7e96faa

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,28 @@ about: Use this template for tracking bug reports.
44
title: "[DATE]: [FEATURE NAME]"
55
labels: tracking issue, needs triage
66
---
7+
8+
### Describe the Bug
9+
10+
A clear and concise description of what the bug is.
11+
12+
### Steps to Reproduce
13+
14+
1. Run the following code '...'
15+
2. See error '...' or see output '...'
16+
17+
If applicable, add a test case in the issue body.
18+
19+
### Expected Behavior
20+
21+
A clear and concise description of what you expected to happen.
22+
23+
### Actual Behavior
24+
25+
A clear and concise description of what actually happened.
26+
27+
If applicable, add screenshots/pastes to help explain your problem.
28+
29+
### Additional Context
30+
31+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,22 @@ about: Use this template for tracking new features.
44
title: "[DATE]: [FEATURE NAME]"
55
labels: tracking issue, needs triage
66
---
7+
8+
### Motivation
9+
10+
A clear and concise description of what the motivation for the new feature is,
11+
and what problem it is solving.
12+
13+
### Proposed Solution
14+
15+
A clear and concise description of the feature you would like to add, and how
16+
it solves the motivating problem.
17+
18+
### Alternatives
19+
20+
A clear and concise description of any alternative solutions or features you've
21+
considered, and why you're proposed solution is better.
22+
23+
### Additional Context
24+
25+
Add any other context or screenshots/pastes about the feature request here.

0 commit comments

Comments
 (0)