Skip to content

Commit 7fa83ad

Browse files
authored
chore(issues): create issue templates (#6)
1 parent 8054662 commit 7fa83ad

3 files changed

Lines changed: 74 additions & 0 deletions

File tree

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: Report a problem that needs to be fixed.
4+
title: ''
5+
labels: bug, triage
6+
assignees: ''
7+
8+
---
9+
<!-- PLEASE READ
10+
This form is for bug reports for the MCP server.
11+
12+
For issues that are related to the Google Analytics APIs and not specific to
13+
this library, please check out the resources at
14+
https://developers.google.com/analytics/support.
15+
16+
Please check existing issues to see if your bug has already been reported
17+
before creating a new issue. We encourage you to add any relevant information
18+
to the existing issue if one already exists.
19+
-->
20+
21+
**Describe the bug:**
22+
23+
**Steps to Reproduce:**
24+
25+
**Expected behavior:**
26+
27+
**Anything else we should know about your project / environment:**
28+
<!-- Insert any other context or screenshots about the bug here. -->
29+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea to make this project better.
4+
title: ''
5+
labels: enhancement, triage
6+
assignees: ''
7+
8+
---
9+
10+
<!-- PLEASE READ
11+
For feature requests that are related to the Google Analytics APIs and not
12+
specific to this library, please check out the resources at
13+
https://developers.google.com/analytics/support.
14+
-->
15+
16+
**Describe the problem you are trying to solve:**
17+
18+
**Describe the solution you'd like:**
19+
20+
**Describe alternatives you've considered:**
21+
22+
**Additional context:**
23+
<!-- Insert any other context or screenshots about the feature request here. -->
24+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Question
3+
about: Ask a question about this project that is neither a bug report nor a feature request.
4+
title: ''
5+
labels: question, triage
6+
assignees: ''
7+
8+
---
9+
<!-- PLEASE READ
10+
This form is for usage questions specific to this project.
11+
12+
For questions that are related to the Google Analytics APIs and not specific to
13+
this library, please check out the resources at
14+
https://developers.google.com/analytics/support.
15+
-->
16+
17+
**What is your question?**
18+
19+
**Additional context:**
20+
<!-- Insert any other context or screenshots about the question here. -->
21+

0 commit comments

Comments
 (0)