From 2dad1d89f17d4ad8019a73a4666d34732876a094 Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Thu, 10 Apr 2025 21:11:52 -0700 Subject: [PATCH] Added project.json and fixed grammar errors in CONTRIBUTING docs --- .github/CONTRIBUTING.md | 2 +- source/data/project.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 source/data/project.json 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