Skip to content

Commit

Permalink
add issue and pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongZhang committed May 11, 2018
1 parent 51bc67e commit 3b4deaa
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/Ask_Question.md
@@ -0,0 +1,27 @@
---
name: Ask Question
about: Ask a question about usage or feature

---

### Your question

describe your question clearly

### Your scenes

describe your use scenes (why need this feature)

### Your advice

describe the advice or solution you'd like

### Environment

- SOFARPC version:
- JVM version (e.g. `java -version`):
- OS version (e.g. `uname -a`):
- Maven version:
- IDE version:


25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_Report.md
@@ -0,0 +1,25 @@
---
name: Bug Report
about: Create a report to help us improve

---

### Describe the bug

A clear and concise description of what the bug is.

### Expected behavior

### Actual behavior

### Steps to reproduce

### Minimal yet complete reproducer code (or GitHub URL to code)

### Environment

- SOFARPC version:
- JVM version (e.g. `java -version`):
- OS version (e.g. `uname -a`):
- Maven version:
- IDE version:
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
### Motivation:

Explain the context, and why you're making that change.
To make others understand what is the problem you're trying to solve.

### Modification:

Describe the idea and modifications you've done.

### Result:

Fixes #<GitHub issue number>.

If there is no issue then describe the changes introduced by this PR.

0 comments on commit 3b4deaa

Please sign in to comment.