If a user story has no tasks, add a comment at the user story level. If a user story has tasks, add a comment at the task level.
Use the following template:
#### This month
What have you done this month? You can include images, links, etc.
#### Next month
What are you planning to do the next month?
#### Challenges
What challenges have you faced this month?
You first have to export your GitHub token as an environment variable GITHUB_TOKEN
. If you don't have generated a token yet, you can do it here.
Then, you run the Python script generate_commits.py
to generate the list of all commits of the month. The script will generate a markdown file commits.md
in the folder output
.