CodeForPhilly / CodeForPhilly/laddr
Feature: allow using of predefined code for dev link and user link
- 主要语言
- Smarty
- 星标
- 62
- 派生
- 34
- PR 合并指标
- 30 天内没有已合并 PR
描述
It would be useful if user could define dev URL and user URL once (in dedicated fields) and in project description those values could be called by using tags.
I.e.
Dev URL: https://github.com/codeforcroatia/legal-imamopravoznati
User URL: http://legal.imamopravoznati.org/
In Description when mentioning Dev URL, or User URL, it can be used one of following tags: {laddr_dev_url} {laddr_user_url}.
Example:
`Please contribute on [Github repository]({laddr_dev_url}).`
So in case URL would be changed, it needs to be updated only in one place - in dedicated Dev URL field, and all other mentions od that link in Description would use new URL automatically.
I would find it beneficial.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位项目描述的处理逻辑,以及现有的项目 URL 设置或表单。跟踪描述文本的渲染方式,然后验证是否可以通过 {laddr_dev_url} 和 {laddr_user_url} 引用专用的 Dev URL 和 User URL 值;完成的标准是两个标签都解析为其配置的 URL,并且更改后的值会出现在标签使用的所有位置。
由索引模型根据 Issue 内容生成。
评估
- 领域
- content
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100