mirror of
https://gitee.com/fujieid/jap.git
synced 2024-11-29 18:17:34 +08:00
🎨 change the template of issue and PR
This commit is contained in:
parent
d44b851d97
commit
1a261fed97
@ -1,12 +1,40 @@
|
||||
## 该问题是怎么引起的?
|
||||
> 为了更高效率的处理 issue、解决问题,请按照如下格式填写 BUG 详情。
|
||||
>
|
||||
> 如果提交的 issue 不属于 BUG,可以忽略该问题模板。
|
||||
|
||||
## 提交前请确认:
|
||||
|
||||
- [ ] 我在现有 issue 列表中搜索了相关信息。
|
||||
- [ ] 我已经在开发者文档中搜索了该信息:[https://justauth.plus](https://justauth.plus)
|
||||
|
||||
## 当前环境
|
||||
|
||||
- 使用的版本号(比如 `1.0.1`):
|
||||
- 出问题的模块(比如 `jap-ids`):
|
||||
|
||||
## 问题描述
|
||||
|
||||
|
||||
|
||||
## 重现步骤
|
||||
## 预期的结果是什么?
|
||||
|
||||
|
||||
|
||||
## 实际结果如何? 报错信息(请提交完整的截图或者日志)
|
||||
|
||||
> 一定要提供完整详细的异常堆栈。
|
||||
|
||||
|
||||
|
||||
### 重现问题的步骤
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 报错信息(请完整的提交截图或者日志)
|
||||
|
||||
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
> 友情提示:请确定你所贡献的代码**不存在协议冲突/不兼容的情况**
|
||||
>
|
||||
> 你可以从以下两个方面检查你的代码:
|
||||
> - 是否新增了第三方依赖库?如果新增了第三方依赖库,其 LICENSE 是否兼容 LGPL-3.0? (LICENSE 兼容,请参考:[开源许可证兼容性指南 - 使用库的兼容性列表](https://shimo.im/docs/uL4VQaYGL2sadQOV#anchor-74ae))
|
||||
> - 是否参考/借鉴/复制了其他开源项目的代码?被引用的代码所属项目的 LICENSE 是否兼容 LGPL-3.0?(LICENSE 兼容,请参考:[开源许可证兼容性指南 - 合并/修改代码的许可证兼容性列表](https://shimo.im/docs/uL4VQaYGL2sadQOV#anchor-39f8))
|
||||
>
|
||||
> 如果你的代码或者代码中新引入的依赖项与 LGPL-3.0 不兼容,非常抱歉,我们可能不会合并你的代码。
|
||||
>
|
||||
> 最后,感谢你的关注、支持。
|
||||
|
||||
## 【必填】该 PR 解决了什么问题/新加了什么特性?
|
||||
|
||||
|
||||
@ -11,15 +21,7 @@
|
||||
|
||||
|
||||
|
||||
友情提示:请确定你所贡献的代码不存在协议冲突/不兼容的情况
|
||||
|
||||
你可以从以下两个方面检查你的代码:
|
||||
- 是否新增了第三方依赖库?如果新增了第三方依赖库,其 LICENSE 是否兼容 LGPL-3.0? (LICENSE 兼容,请参考:[开源许可证兼容性指南 - 使用库的兼容性列表](https://shimo.im/docs/uL4VQaYGL2sadQOV#anchor-74ae))
|
||||
- 是否参考/借鉴/复制了其他开源项目的代码?被引用的代码所属项目的 LICENSE 是否兼容 LGPL-3.0?(LICENSE 兼容,请参考:[开源许可证兼容性指南 - 合并/修改代码的许可证兼容性列表](https://shimo.im/docs/uL4VQaYGL2sadQOV#anchor-39f8))
|
||||
|
||||
如果你的代码或者代码中新引入的依赖项与 LGPL-3.0 不兼容,非常抱歉,我们可能不会合并你的代码。
|
||||
|
||||
最后,感谢你的关注、支持。
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -10,13 +10,13 @@ assignees: ''
|
||||
|
||||
- [ ] I have searched the relevant information in the existing list of Issues.
|
||||
- [ ] I have searched the developer documentation for that information: https://justauth.plus
|
||||
- [ ] I have read the relevant Q&A: https://justauth.plus/qa
|
||||
|
||||
## Issue description
|
||||
|
||||
## Environment
|
||||
|
||||
- JustAuthPlus(JAP) version(e.g. `1.0.1`):
|
||||
- JustAuthPlus(JAP) Module(e.g. `jap-ids`):
|
||||
|
||||
### Minimal test code / Steps to reproduce the issue
|
||||
1.
|
||||
|
3
.github/ISSUE_TEMPLATE/request-help.md
vendored
3
.github/ISSUE_TEMPLATE/request-help.md
vendored
@ -12,4 +12,5 @@ assignees: ''
|
||||
|
||||
## Environment
|
||||
|
||||
- JustAuthPlus(JAP) version(e.g. `1.0.1`):
|
||||
- JustAuthPlus(JAP) version(e.g. `1.0.1`):
|
||||
- JustAuthPlus(JAP) Module(e.g. `jap-ids`):
|
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,3 +1,12 @@
|
||||
> Notes: Please make sure that the code you contributed **does not have protocol conflicts/incompatibility**
|
||||
>
|
||||
> You can check your code from the following two aspects:
|
||||
> - Has a third-party dependency library been added? If a third-party dependent library is added, is its license compatible with LGPL-3.0? (License compatible, please refer to:[开源许可证兼容性指南 - 使用库的兼容性列表](https://shimo.im/docs/uL4VQaYGL2sadQOV#anchor-74ae))
|
||||
> - Have you referenced/borrowed/copied the code of other open source projects? Is the license of the project to which the referenced code belongs compatible with LGPL-3.0? (License compatible, please refer to:[开源许可证兼容性指南 - 合并/修改代码的许可证兼容性列表](https://shimo.im/docs/uL4VQaYGL2sadQOV#anchor-39f8))
|
||||
>
|
||||
> If your code or newly introduced dependencies in the code are not compatible with LGPL-3.0, **we may not merge your code**.
|
||||
|
||||
|
||||
## What this PR does / why we need it:
|
||||
|
||||
|
||||
@ -10,11 +19,4 @@
|
||||
|
||||
|
||||
|
||||
Notes: Please make sure that the code you contributed **does not have protocol conflicts/incompatibility**
|
||||
|
||||
You can check your code from the following two aspects:
|
||||
- Has a third-party dependency library been added? If a third-party dependent library is added, is its license compatible with LGPL-3.0? (License compatible, please refer to:[开源许可证兼容性指南 - 使用库的兼容性列表](https://shimo.im/docs/uL4VQaYGL2sadQOV#anchor-74ae))
|
||||
- Have you referenced/borrowed/copied the code of other open source projects? Is the license of the project to which the referenced code belongs compatible with LGPL-3.0? (License compatible, please refer to:[开源许可证兼容性指南 - 合并/修改代码的许可证兼容性列表](https://shimo.im/docs/uL4VQaYGL2sadQOV#anchor-39f8))
|
||||
|
||||
If your code or newly introduced dependencies in the code are not compatible with LGPL-3.0, **we may not merge your code**.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user