提交 041be796 编写于 作者: 智布道's avatar 智布道 👁

🔥 Add issue/pr template

上级 f9eaf1cc
### 该问题是怎么引起的?
## 该问题是怎么引起的?
### 重现步骤
## 重现步骤
### 报错信息
## 报错信息(请完整的提交截图或者日志)
......
### 相关的Issue
## 【必填】该 PR 解决了什么问题/新加了什么特性?
### 原因(目的、解决的问题等)
## 【必填】是否自测完成并提供了相关单元测试代码?
### 描述(做了什么,变更了什么
## 【可选】关联的 Issue(有则填
### 测试用例(新增、改动、可能影响的功能)
友情提示:请确定你所贡献的代码不存在协议冲突/不兼容的情况
你可以从以下两个方面检查你的代码:
- 是否新增了第三方依赖库?如果新增了第三方依赖库,其 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 不兼容,非常抱歉,我们可能不会合并你的代码。
最后,感谢你的关注、支持。
---
name: Bug report template
about: Please use this template for reporting suspected bugs.
title: 'bug:'
labels: 'bug'
assignees: ''
---
## Pre-submission checklist:
- [ ] 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`):
### Minimal test code / Steps to reproduce the issue
1.
2.
3.
## What's the actual result? (including assertion message & call stack if applicable)
> Be sure to provide a complete and detailed exception stack.
## What's the expected result?
---
name: Feature Request
about: Please use this template for describing new features.
title: 'feat: '
labels: 'Feature Request'
assignees: ''
---
## Why did you add this feature?
## Feature description
---
name: Request help template
about: Please use this template for requesting help.
title: 'request help:'
labels: 'question'
assignees: ''
---
## Issue description
## Environment
- JustAuthPlus(JAP) version(e.g. `1.0.1`):
\ No newline at end of file
## What this PR does / why we need it:
## Pre-submission checklist:
- [ ] Did you explain what problem does this PR solve?
- [ ] What new features have been added?
- [ ] Have you added corresponding test cases?
- [ ] Have you modified the corresponding document?
- [ ] Is this PR backward compatible?
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**.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册