Add new GitHub template

This commit is contained in:
wu-sheng 2018-01-16 17:07:14 +08:00
parent dfa88e24c3
commit b4ceba6cf1
2 changed files with 35 additions and 9 deletions

View File

@ -1,16 +1,24 @@
Please answer these questions before submitting your issue.
### What version of sky-walking are you using?
- Why do you submit this issue?
- [ ] Question or discussion
- [ ] Bug
- [ ] Requirement
- [ ] Feature or performance improvement
___
### Question
- What do you want to know?
### What version of your OS?
___
### Bug
- Which version of SkyWalking, OS and JRE?
- Which company or project?
### What version of your JRE?
### What company or project?
### What did you do?
- What happen?
If possible, provide a way for reproducing the error. e.g. demo application, component version.
___
### Requirement or improvement
- Please describe about your requirements or improvement suggestions.

18
.github/PULL_REQUEST_TEMPLATE vendored Normal file
View File

@ -0,0 +1,18 @@
Please answer these questions before submitting pull request
- Why submit this pull request?
- [ ] Bug fix
- [ ] New feature provided
- [ ] Improve performance
- Related issues
___
### Bug fix
- Bug description.
- How to fix?
___
### New feature or improvement
- Describe the details and related test reports.