侧边栏壁纸
博主头像
qinyuanchun春

行动起来,活在当下

  • 累计撰写 472 篇文章
  • 累计创建 1 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

PULL_REQUEST_TEMPLATE

PULL_REQUEST_TEMPLATE

mdPULL

Standards checklist:

<!-- Fill with an x the ones that apply. Example: [x] -->

  • [ ] The PR title is descriptive.
  • [ ] The PR doesn't replicate another PR which is already open.
  • [ ] I have read the contribution guide and followed all the instructions.
  • [ ] The code follows the code style guide detailed in the wiki.
  • [ ] The code is mine or it's from somewhere with an MIT-compatible license.
  • [ ] The code is efficient, to the best of my ability, and does not waste computer resources.
  • [ ] The code is stable and I have tested it myself, to the best of my abilities.
  • [ ] If the code introduces new aliases, I provide a valid use case for all plugin users down below.

Changes:

  • [...]

Other comments:

...

0

评论区