# 这些 PRs 可以得到审阅吗？

**URL:** https://meta.discourse.org/t/could-i-get-these-prs-reviewed/392297
**Category:** Development
**Created:** [2025年十二月29日 00:47 UTC](https://meta.discourse.org/t/could-i-get-these-prs-reviewed/392297 "2025-12-29T00:47:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [2025年十二月29日 00:47 UTC](https://meta.discourse.org/t/could-i-get-these-prs-reviewed/392297/1 "2025-12-29T00:47:06Z")

</div>

您好，请问是否可以审阅这 3 个拉取请求（不着急）。

> <https://github.com/discourse/discourse/pull/36859>
>
> This adds 2 plugin outlets, \`before-internal-link\` and \`after-internal-link\` bef…ore and after the post's backlinks.
> 
> This was brought up here:
> https://meta.discourse.org/t/what-is-up-with-those-links-under-topics-and-posts/391801/1
> 
> And:
> https://meta.discourse.org/t/what-is-up-with-those-links-under-topics-and-posts/391801/9
> 
> This allows the creation date of those topics to be added before/after the links.

（无论我如何尝试格式化，代码规范检查仍然失败 ⬇）

> <https://github.com/discourse/discourse/pull/36628>
>
> This commit adds 2 plugin outlets, \`before-codeblock-code\` and \`after-codeblock-…code\`, which each contain an argument, \`code\`, which is the code shown in the modal.

> <https://github.com/discourse/discourse-developer-docs/pull/75>
>
> This PR changes the link the the \`plugin-api.gjs\` file from the \`app/assets/java…scripts/\` directory to the \`frontend/\` directory.

谢谢！

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2025年十二月29日 01:40 UTC](https://meta.discourse.org/t/could-i-get-these-prs-reviewed/392297/2 "2025-12-29T01:40:29Z")

</div>

这里问题的一部分是开发体验问题，@david

指南：

1. 我们应该在什么时候添加出口（outlets）？
2. 我们是否期望对其进行任何单元/验收测试？（例如，以防止参数漂移）
