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

Commit ff90687

Browse files
authored
Merge pull request #2 from rghetia/issue_template
add issue template.
2 parents 49a7806 + fa6757a commit ff90687

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: bug, triage-me
5+
---
6+
7+
Please answer these questions before submitting a bug report.
8+
9+
### What version of the Exporter are you using?
10+
11+
12+
### What version of OpenCensus are you using?
13+
14+
15+
### What version of Go are you using?
16+
17+
18+
### What did you do?
19+
If possible, provide a recipe for reproducing the error.
20+
21+
22+
### What did you expect to see?
23+
24+
25+
### What did you see instead?
26+
27+
28+
### Additional context
29+
Add any other context about the problem here.
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+
labels: feature-request, triage-me
5+
---
6+
7+
**NB:** Before opening a feature request against this repo, consider whether the feature should/could be implemented in exporter libraries in other languages. If so, please [open an issue on opencensus-specs](https://github.com/census-instrumentation/opencensus-specs/issues/new) first.
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 screenshots about the feature request here.

0 commit comments

Comments
 (0)