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
103 changes: 100 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ features = ["derive"]
[dependencies.tera]
version = "1.3.1"
default-features = false
features = ["builtins"]

[dev-dependencies]
bon = "3"
Expand Down
5 changes: 5 additions & 0 deletions templates/_issue.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
{%- if backport_branch != "" %}
- Authored by {{ issue.author }}
- Voting [Zulip topic](#)
<!--
Triagebot commands for handling backports on GitHub
If approved: @triagebot backport {{ backport_branch }} accept {{ issue.number }}
If declined: @triagebot backport {{ backport_branch }} decline {{ issue.number }}
-->
{%- endif -%}
{% if issue.mcp_details.concerns %}{%- for concern in issue.mcp_details.concerns %}
- concern: [{{- concern.0 -}}]({{- concern.1 -}})
Expand Down
2 changes: 1 addition & 1 deletion templates/prioritization_agenda.tt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ note_id: xxx

## Performance logs

> [triage logs](https://github.com/rust-lang/rustc-perf/tree/master/triage#triage-logs)
> [triage logs](https://github.com/rust-lang/rustc-perf/tree/master/triage/{{ now() | date(format="%Y") }})

## Nominated Issues

Expand Down