Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions data/models/projects/hey-cli/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "../../schemas/project.json",
"name": "hey cli",
"repositories": [
{
"provider": "github",
"owner": "ZibanPirate",
"name": "hey-cli"
}
],
"tags": ["by-algerian"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update this file as well? data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/content.md

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I intentionally didn't change it in the implementation PR, because tags are not something the contributor should worry about, but let me know what your are thoughts

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh so you want the reviewer to add this information?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more like add a comment about it and let the author address it, this way, the contributor has a lower barrier to creating a PR, and then later we add comments it will be easier to apply the suggestions the reviewer commented

}
Loading