From 76193d607ac927e038c74edfb6991f7d679423f8 Mon Sep 17 00:00:00 2001 From: ll7 Date: Wed, 13 Nov 2024 14:42:59 +0100 Subject: [PATCH] Add sprint summary template and update guidelines for submission Fixes #451 --- doc/dev_talks/paf24/README.md | 1 + .../paf24/sprint_review_meeting_guidelines.md | 2 +- .../paf24/sprint_summary_template.md | 35 +++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 doc/dev_talks/paf24/sprint_summary_template.md diff --git a/doc/dev_talks/paf24/README.md b/doc/dev_talks/paf24/README.md index 4a2ada4b..70503b4d 100644 --- a/doc/dev_talks/paf24/README.md +++ b/doc/dev_talks/paf24/README.md @@ -11,6 +11,7 @@ - [Student Roles](./student_roles.md) - [Joker Rules](./joker_rules_paf24.md) - [Sprint Review Meeting Guidelines](./sprint_review_meeting_guidelines.md) + - [Sprint Summary Template](./sprint_summary_template.md) ## Notes for Sprints diff --git a/doc/dev_talks/paf24/sprint_review_meeting_guidelines.md b/doc/dev_talks/paf24/sprint_review_meeting_guidelines.md index 3dc2228d..0c41eeef 100644 --- a/doc/dev_talks/paf24/sprint_review_meeting_guidelines.md +++ b/doc/dev_talks/paf24/sprint_review_meeting_guidelines.md @@ -17,7 +17,7 @@ ### 1.1. Pre-Meeting Agenda - **Summary Submission**: By **Monday at 11:30 AM** (before the meeting), submit a summary of your work on Digicampus. - - TODO A template will be provided. + - A template can be found here: [Summary of Work Template](./sprint_summary_template.md). - Upload your document to DigiCampus at [this link](https://digicampus.uni-augsburg.de/dispatch.php/course/files?cid=5b0c38206c78cc03880bc2e71997220f). - Inform us of your group composition and presentation order for our note-taking. - **12:00 - 13:30**: Sample Review diff --git a/doc/dev_talks/paf24/sprint_summary_template.md b/doc/dev_talks/paf24/sprint_summary_template.md new file mode 100644 index 00000000..27785587 --- /dev/null +++ b/doc/dev_talks/paf24/sprint_summary_template.md @@ -0,0 +1,35 @@ +# Sprint Summary by *FirstName LastName* + +- Sprint Review Date: YYYY-MM-DD +- My team members: +- Area of contribution: + +## 1. My work + +### 1.1. Issues and PRs I worked on and my contribution + +- Link + - My contribution + +### 1.2. PRs I reviewed + +- Link + +### 1.3. Work I contributed but is not directly linked to a PR or an issue + +- For example draw.io board updates. + +### 1.4. Effort estimate (optional) + +- Estimated hours I worked for the project during the last sprint: + +## 2. Things I would like to mention (optional) + +- Lessons learned +- Issues faced +- Feedback +- Personal reflections + +--- + +Submit your summary to our DigiCampus course page by Monday at 11:30 AM.