Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 27dd506

Browse files
authored
Add issue templates (#634)
1 parent ec764b0 commit 27dd506

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
labels: bug
5+
---
6+
7+
**Describe your environment.** Describe any aspect of your environment relevant to the problem, including your Python version, [platform](https://docs.python.org/3/library/platform.html), version numbers of installed dependencies, information about your cloud hosting provider, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on master.
8+
9+
**Steps to reproduce.**
10+
Describe exactly how to reproduce the error. Include a code sample if applicable.
11+
12+
**What is the expected behavior?**
13+
What did you expect to see?
14+
15+
**What is the actual behavior?**
16+
What did you see instead?
17+
18+
**Additional context.**
19+
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
5+
---
6+
7+
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenCensus client libraries](https://github.com/census-instrumentation). 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?**
10+
If so, provide a concise description of the problem.
11+
12+
**Describe the solution you'd like.**
13+
What do you want to happen instead? What is the expected behavior?
14+
15+
**Describe alternatives you've considered.**
16+
Which alternative solutions or features have you considered?
17+
18+
**Additional context.**
19+
Add any other context about the feature request here.

0 commit comments

Comments
 (0)