22 lines
408 B
Markdown
22 lines
408 B
Markdown
---
|
|
name: Add a project
|
|
about: Add a new project to the list
|
|
title: "add: [PROJECT_NAME]"
|
|
labels: pending-evaluation
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
Category:
|
|
Repository link:
|
|
Description (one sentence):
|
|
Author:
|
|
Why this should be in the list:
|
|
Notes (`:heavy_dollar_sign:` if relevant):
|
|
|
|
Or directly write it:
|
|
|
|
```markdown
|
|
[REPO](https://github.com/AUTHOR/REPO) - DESCRIPTION. By [AUTHOR](https://github.com/AUTHOR)
|
|
```
|