Skip to content
代码片段 群组 项目
用户头像
James Nutt 编辑于
The current fallback note for an unfilled `feature_issue_url:` does not
provide enough context to make it obvious what it's referring to. This
MR adds the file path to direct the author of the MR in the right
direction.

Before:

```
- [ ] config/feature_flags/beta/flag_with_blank_feature_url.yml#L3: Consider filling `feature_issue_url:`
- [ ] Consider filling `feature_issue_url:`
```

After:

```
- [ ] config/feature_flags/beta/flag_with_blank_feature_url.yml#L3: Consider filling `feature_issue_url:`
- [ ] config/feature_flags/beta/flag_with_missing_feature_url.yml: Consider filling `feature_issue_url:`
```
62a478c7
历史
用户头像 62a478c7
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
名称 最后提交 最后更新
..