Skip to content

Commit f01f865

Browse files
committed
move issue tracking output from index.md to README.md so visible at folder level
1 parent 9b79069 commit f01f865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/issue_tracking_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def make_markdown_output(issue_tracking_data, modules):
155155
return "\n".join(markdown_lines)
156156

157157

158-
def write_markdown_to_file(markdown_content, filename="issue-tracking/index.md"):
158+
def write_markdown_to_file(markdown_content, filename="issue-tracking/README.md"):
159159
"""
160160
Write markdown content to a file with the standard header.
161161

0 commit comments

Comments
 (0)