diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fb96fd1..b8f2072 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -44,7 +44,7 @@ Open applications.json and copy the following at the end: } ``` -Add the name, repo_url, tags, platform(s), and category, Everything else will be filled in once the daily stats_updator script runs. +Add the `name`, `repo_url`, `tags`, `platform(s)`, and `category`. Everything else will be filled in once the daily stats_updator script runs. ## Guidelines - Check the archive, the backlog, and duplicates diff --git a/source/data/project.json b/source/data/project.json new file mode 100644 index 0000000..e64dcce --- /dev/null +++ b/source/data/project.json @@ -0,0 +1,4 @@ +{ + "version": "", + "status": "" +} \ No newline at end of file