这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/request-for-position.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ body:
- type: input
id: spec-title
attributes:
label: "Title of the spec"
placeholder: "CSS Frobnication Module, Level 5"
label: "Title of the proposal"
placeholder: "CSS frobnication-aspect: 6"
validations:
required: true
- type: input
Expand Down
1 change: 1 addition & 0 deletions summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def process_body(issue):

yaml_mapping = {
"Title of the spec": "title",
"Title of the proposal": "title",
"URL to the spec": "url",
"URL to the spec's repository": "github",
"Issue Tracker URL": "issues",
Expand Down