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

Commit 3af57f3

Browse files
Add issue templates and code owners (#38)
1 parent 15ab77c commit 3af57f3

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Code owners file.
2+
# This file controls who is tagged for review for any given pull request.
3+
4+
# For anything not explicitly taken by someone else:
5+
* @census-instrumentation/global-owners @mayurkale22 @draffensperger
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
labels: bug, triage-me
5+
6+
---
7+
8+
Please answer these questions before submitting a bug report.
9+
10+
### What version of OpenCensus Web are you using?
11+
12+
13+
### What browser did the issue occur in?
14+
15+
16+
### What did you do?
17+
If possible, provide a recipe for reproducing the error.
18+
19+
20+
### What did you expect to see?
21+
22+
23+
### What did you see instead?
24+
25+
26+
### Additional context
27+
Add any other context about the problem here.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
labels: feature-request, triage-me
5+
6+
---
7+
8+
**NB:** Before opening a feature request against this repo, consider whether the feature should/could be implemented in other the OpenCensus libraries in other languages. If so, please [open an issue on opencensus-specs](https://github.com/census-instrumentation/opencensus-specs/issues/new) first.
9+
10+
11+
12+
**Is your feature request related to a problem? Please describe.**
13+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)