浏览代码

Add pull request template with checklist

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
tags/v26.0.0beta1
Vincent Petry 1年前
父节点
当前提交
2c8e8083e7
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 18 次插入0 次删除
  1. 18
    0
      .github/pull_request_template.md

+ 18
- 0
.github/pull_request_template.md 查看文件

@@ -0,0 +1,18 @@

* Resolves: # <!-- related github issue -->

## Summary


## TODO

- [ ] ...

## Checklist

- Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting)
- [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits
- [ ] Tests ([unit](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#unit-tests), [integration](https://docs.nextcloud.com/server/latest/developer_manual/app_development/tutorial.html#integration-tests), api and/or acceptance) are included
- [ ] Screenshots before/after for front-end changes
- [ ] Documentation ([manuals](https://github.com/nextcloud/documentation/) or wiki) has been updated or is not required
- [ ] [Backports requested](https://github.com/nextcloud/backportbot/#usage) where applicable (ex: critical bugfixes)

正在加载...
取消
保存