lang_agenda.tt 888 B

1234567891011121314151617181920212223242526272829303132333435
  1. {% import "_issues.tt" as issues %}
  2. # T-lang meeting agenda
  3. * Meeting date
  4. ## Attendance
  5. * Team members:
  6. * Others:
  7. ## Before meeting checklist
  8. * [ ] Update the project board with new proposals
  9. * [ ] Update the project board with new RFCs
  10. ## Pending proposals
  11. {{-issues::render(issues=pending_proposals, indent=" ", empty="No pending proposals this time.")}}
  12. ## Project board review
  13. Review the [Lang team project board](https://github.com/rust-lang/lang-team/projects/2) and get updates
  14. ## Nominated RFCs
  15. {{-issues::render(issues=nominated_rfcs, indent=" ", empty="No nominated RFCs this time.")}}
  16. ## P-high issues on rust-lang/rust
  17. {{-issues::render(issues=p_high_issues, indent=" ", empty="No P-high issues this time.")}}
  18. ## Nominated PRs and issues on rust-lang/rust
  19. {{-issues::render(issues=nominated_prs_issues, indent=" ", empty="No nominated PRs this time.")}}