Skip to content

Commit f8f89ac

Browse files
authored
Merge pull request #16 from launchdarkly/bw/templates
adding issue templates
2 parents 2ba3957 + aa68288 commit f8f89ac

File tree

4 files changed

+77
-0
lines changed

4 files changed

+77
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is this a support request?**
11+
This issue tracker is maintained by LaunchDarkly developers and is intended for feedback on the MCP server code. If you're not sure whether the problem you are having is specifically related to the MCP server, or to the LaunchDarkly service overall, it may be more appropriate to contact the LaunchDarkly support team; they can help to investigate the problem and will consult the engineering team if necessary. You can submit a support request by going [here](https://support.launchdarkly.com/hc/en-us/requests/new) or by emailing [email protected].
12+
13+
Note that issues filed on this issue tracker are publicly accessible. Do not provide any private account information on your issues. If your problem is specific to your account, you should submit a support request as described above.
14+
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
18+
**To reproduce**
19+
Steps to reproduce the behavior.
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Logs**
25+
If applicable, add any log output related to your problem.
26+
27+
**Package version**
28+
The version of the MCP server that you are using.
29+
30+
**Language version, developer tools**
31+
For instance, Node 23.11.0 or Cursor 0.50.7.
32+
33+
**OS/platform**
34+
For instance, Ubuntu 16.04, Windows 10, or macOS 15.4.1.
35+
36+
**Additional context**
37+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Support request
4+
url: https://support.launchdarkly.com/hc/en-us/requests/new
5+
about: File your support requests with LaunchDarkly's support team
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I would love to see the MCP server [...does something new...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context about the feature request here.

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
**Related issues**
2+
3+
Provide links to any issues in this repository or elsewhere relating to this pull request.
4+
5+
**Describe the solution you've provided**
6+
7+
Provide a clear and concise description of what you expect to happen.
8+
9+
**Describe alternatives you've considered**
10+
11+
Provide a clear and concise description of any alternative solutions or features you've considered.
12+
13+
**Additional context**
14+
15+
Add any other context about the pull request here.

0 commit comments

Comments
 (0)