diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 3892346..81d9f60 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,16 @@ -You may also want to read our [issue guide](https://github.com/Qihoo360/RePlugin/wiki/%E6%8F%90%E5%87%BAIssue). +#### 问题详细描述 Detailed description of the problem -**RePlugin version**: -**Android compile SDK version**: +#### 复现问题步骤 Steps to reproduce the problem +1. +2. -**Android ROM**: +#### 其它重要信息 Other important information +replugin-host-lib/gradle Version: +rePlugin-plugin-lib/gradle Version: + +Android API Version: +Android 手机型号&ROM(Phone model & ROM): + +#### Logcat上下文 Logcat context diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3ad9cb7..983cf5d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ -Thank you for contributing! Let's make RePlugin better and better! +#### 要解决的问题 Describe the problem to be solved +1. +2. -Now please tell us the following info for better understanding: -### Summary -### Description -The [issue id](https://github.com/Qihoo360/RePlugin/issues) of this Pull Request fixes and your general idea of implementation. +#### 要解决的Issue编号(可多个) Associated issue number (multiple) +# \ No newline at end of file