Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit c609868

Browse files
authored
Updates issues template to differentiate bugs from feature requests and add appropriate labels. (#1860)
* Update issues template to add feature requests and to add default labels.
1 parent 98c3d2e commit c609868

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve.
4+
labels: bug, triage-me
5+
---
6+
17
Please answer these questions before submitting a bug report.
28

39
### What version of OpenCensus are you using?
@@ -13,4 +19,8 @@ If possible, provide a recipe for reproducing the error.
1319
### What did you expect to see?
1420

1521

16-
### What did you see instead?
22+
### What did you see instead?
23+
24+
25+
### Additional context
26+
Add any other context about the problem here.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project.
4+
labels: feature-request, triage-me
5+
---
6+
7+
**NB:** Before opening a feature request against this repo, consider whether the feature should be available across all languges in the OpenCensus libraries. If so, please [open an issue on opencensus-specs](https://github.com/census-instrumentation/opencensus-specs/issues/new) first.
8+
9+
### Is your feature request related to a problem? If so, please describe it.
10+
A clear and concise description of what the problem is, e.g. I need to be able to ...
11+
12+
### Describe the solution you'd like.
13+
A clear and concise description of what you want to happen.
14+
15+
### Describe alternatives you've considered.
16+
A clear and concise description of any alternative solutions or features you've considered.
17+
18+
### Additional context.
19+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)