Skip to content

Commit 00dfab0

Browse files
committed
Added issue template
1 parent 3bc9393 commit 00dfab0

File tree

4 files changed

+93
-0
lines changed

4 files changed

+93
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug in mysql_ch_replicator
4+
title: '[BUG] '
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
## Bug Description
10+
<!-- A clear and concise description of the bug -->
11+
12+
## Steps to Reproduce
13+
<!-- Clear steps to reproduce the issue -->
14+
1.
15+
2.
16+
3.
17+
18+
## Expected Behavior
19+
<!-- What did you expect to happen? -->
20+
21+
## Actual Behavior
22+
<!-- What actually happened? Include error messages, stacktraces, or screenshots if applicable -->
23+
24+
## Environment
25+
- mysql_ch_replicator version: <!-- Confirm you're using the latest version -->
26+
- Operating System:
27+
- Python version:
28+
29+
## MySQL Configuration
30+
<!-- Please provide the relevant sections of your my.cnf file -->
31+
```ini
32+
# Paste your MySQL configuration here (my.cnf or similar)
33+
```
34+
35+
## Replicator Configuration
36+
<!-- Please provide your mysql_ch_replicator configuration -->
37+
```yaml
38+
# Paste your config.yaml here (remove any sensitive information)
39+
```
40+
41+
## Additional Information
42+
<!-- Any other relevant information or context -->

.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: GitHub Discussions
4+
url: https://github.com/bakwc/mysql_ch_replicator/discussions
5+
about: Please ask and answer questions 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 a new feature for mysql_ch_replicator
4+
title: '[FEATURE] '
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
## Use Case Description
10+
<!-- Describe what you want to achieve with this feature -->
11+
12+
## Proposed Solution
13+
<!-- Describe your proposed solution for implementing this feature -->
14+
15+
## Alternatives Considered
16+
<!-- Describe any alternative solutions or features you've considered -->
17+
18+
## Additional Context
19+
<!-- Add any other context, screenshots, or examples about the feature request here -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Help Request or Question
3+
about: Ask for help or clarification about mysql_ch_replicator
4+
title: '[QUESTION] '
5+
labels: question
6+
assignees: ''
7+
---
8+
9+
## Question
10+
<!-- Describe your question in detail -->
11+
12+
## Context
13+
<!-- Provide context for your question - what are you trying to achieve? -->
14+
15+
## Environment
16+
- mysql_ch_replicator version:
17+
- Operating System:
18+
- Python version:
19+
20+
## Configuration
21+
<!-- If relevant, please include your configuration -->
22+
```yaml
23+
# Your configuration here (remove sensitive information)
24+
```
25+
26+
## What I've Tried
27+
<!-- Describe what you've already tried to resolve your issue -->

0 commit comments

Comments
 (0)