We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd15bc1 commit 587f32dCopy full SHA for 587f32d
scripts/generate_pr_from_issue.py
@@ -64,5 +64,5 @@ def check_link_availability(test_url):
64
fname = title.replace(' ','_')
65
66
with open(f'projects/project-{fname}.md', "w") as f:
67
- f.write('## '+title+'\n\n'+issue['body'])
+ f.write('# '+title+'\n\n'+issue['body'])
68
print(f'wrote projects/project-{fname}.md')
0 commit comments