Skip to content

Commit 25cc5a2

Browse files
authored
Add issue templates (bazelbuild#4025)
This is based on @scentini's "rules_rust contributor guidelines" draft document. Instead of adding a "Type" section for bug/feature request/... I have created separate templates. - The bug template is similar to what's described in the document - The feature request template is pretty much Github's default feature request template. It seems like a reasonable starting point but I'm happy to make any changes you'd like to see.
1 parent 175bf94 commit 25cc5a2

2 files changed

Lines changed: 47 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: needs-triage
6+
assignees: ''
7+
type: Bug
8+
9+
---
10+
11+
**Description**
12+
A clear and concise description of what the bug is, including:
13+
- what's the current (wrong) behavior?
14+
- what's the expected behavior?
15+
16+
**Reproduction steps**
17+
Detailed instructions to reproduce your issue, including what your build configurations look like, what commands you run, etc. Providing a stand-alone minimal repo that reproduces your problem is ideal.
18+
19+
**Additional context**
20+
Any other information that might help understand the issue: logs, screenshots, etc.
21+
22+
**Impact**
23+
Describe the impact of the issue (e.g. if there's a workaround, or whether this blocks updating to a newer rules_rust version).
24+
25+
**Bazel and rules_rust version**
26+
Please specify what version of bazel and rules_rust version you were using when you encountered the issue.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
type: Feature
8+
9+
---
10+
11+
**Is your feature request related to a problem? Please describe.**
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
**Describe the solution you'd like**
15+
A clear and concise description of what you want to happen.
16+
17+
**Describe alternatives you've considered**
18+
A clear and concise description of any alternative solutions or features you've considered.
19+
20+
**Additional context**
21+
Add any other context or logs/screenshots about the feature request here.

0 commit comments

Comments
 (0)