Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added discussion template for dev meetings #1252

Merged
merged 1 commit into from
Jul 25, 2023
Merged
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
33 changes: 33 additions & 0 deletions .github/DISCUSSION_TEMPLATE/dev-meetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
title: "Meeting minutes for XX.XX.2023"
labels: ["minutes"]
body:
- type: markdown
attributes:
value: |
This discussion contains the public minutes of the dev meeting conducted on the date in the title.
It can be created ahead of time (ideally at least a week before) to fill the initial agenda and
list of PRs to discuss.
- type: textarea
id: agenda
attributes:
label: Agenda
description: "What is/was the general of the meeting?"
value: |
1. Open PRs
2.
3.
validations:
required: true
- type: textarea
id: prs
attributes:
label: Discussed PRs
description: "Which PRs should be discussed / where discussed in the meeting?"
value: |
- [ ] #
- [ ] #
- [ ] #
...
validations:
required: true