Skip to content

Commit

Permalink
Merge remote-tracking branch 'july2993/hjh/offline' into hjh/offline
Browse files Browse the repository at this point in the history
  • Loading branch information
july2993 committed Aug 7, 2019
2 parents bd0c328 + cf46fd3 commit c033ae6
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "\U0001F41B Bug Report"
about: Something isn't working as expected
labels: bug
---

## Bug Report

Please answer these questions before submitting your issue. Thanks!

1. What did you do?
If possible, provide a recipe for reproducing the error.


2. What did you expect to see?



3. What did you see instead?



4. Please provide the relate downstream type and version of drainer.
(run `drainer -V` in terminal to get drainer's version)

19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "\U0001F680 Feature Request"
about: I have a suggestion
labels: feature-request
---

## Feature Request

**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the feature you'd like:**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered:**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Teachability, Documentation, Adoption, Migration Strategy:**
<!-- If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful. -->
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/general-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "\U0001F914 General Question"
about: Usage question that isn't answered in docs or discussion
labels: question
---

## General Question

Before asking a question, make sure you have:

- Searched existing Stack Overflow questions.
- Googled your question.
- Searched open and closed [GitHub issues](https://github.com/pingcap/tidb-binlog/issues?utf8=%E2%9C%93&q=is%3Aissue)
- Read related documentation:
- [TiDB Doc](https://pingcap.com/docs/)

0 comments on commit c033ae6

Please sign in to comment.