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

Commit

Permalink
add issue template.
Browse files Browse the repository at this point in the history
  • Loading branch information
rghetia committed Apr 19, 2019
1 parent 49a7806 commit fa6757a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug, triage-me
---

Please answer these questions before submitting a bug report.

### What version of the Exporter are you using?


### What version of OpenCensus are you using?


### What version of Go are you using?


### What did you do?
If possible, provide a recipe for reproducing the error.


### What did you expect to see?


### What did you see instead?


### Additional context
Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project
labels: feature-request, triage-me
---

**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.



**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit fa6757a

Please sign in to comment.