Skip to content

Commit 2749adc

Browse files
chore: Sync categories
1 parent c743374 commit 2749adc

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/01_suggest-project.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,16 @@ body:
3535
description: Choose one of the existing categories from the README.md or projects.yaml file
3636
options:
3737
# sync-categories: start
38-
- TODO
38+
- 📚 Documentation
39+
- 📝 Writing
40+
- 📐 Math
41+
- 🧾 Bibliography
42+
- ⚔️ Mix writing
43+
- 🎩 Conversion
44+
- 🚀 Package development
45+
- 🏗 Documentation infrastructure
46+
- 💻 Programming
47+
- 🐱‍🐉 Miscellaneous
3948
# sync-categories: end
4049

4150
- type: markdown

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/.env
2+
13
# IntelliJ
24
target/
35
.idea/

scripts/sync_categories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def transform(issue_template: str, projects_yaml: dict) -> str:
5555
elif not in_interlude:
5656
rows.append(r)
5757

58-
return "\n".join(rows)
58+
return "\n".join(rows) + "\n"
5959

6060

6161
if __name__ == "__main__":

0 commit comments

Comments
 (0)