diff --git a/.github/ISSUE_TEMPLATE/add-project.md b/.github/ISSUE_TEMPLATE/add-project.md index 236d327..1135041 100644 --- a/.github/ISSUE_TEMPLATE/add-project.md +++ b/.github/ISSUE_TEMPLATE/add-project.md @@ -18,7 +18,7 @@ assignees: kostya-zero **Current project status (select only one):** -- [ ] Unrelease (Not released, but in development) +- [ ] Unreleased (Not released, but in development) - [ ] Active (Actively developed and maintained) - [ ] Abandoned (Abandoned by author) diff --git a/.github/ISSUE_TEMPLATE/update-project.md b/.github/ISSUE_TEMPLATE/update-project.md index 93ce330..19f437f 100644 --- a/.github/ISSUE_TEMPLATE/update-project.md +++ b/.github/ISSUE_TEMPLATE/update-project.md @@ -18,7 +18,7 @@ assignees: kostya-zero **Updated project status (select only one, none if unchanged):** -- [ ] Unrelease (Not released, but in development) +- [ ] Unreleased (Not released, but in development) - [ ] Active (Actively developed and maintained) - [ ] Abandoned (Abandoned by author) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 201045e..3e1aece 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -45,6 +45,13 @@ export default function Projects() { description: "Coming Soon™", tags: ["Unreleased", "WRAC", "RAC", "v2"], }, + { + name: "oWRAC", + authorId: "pansangg", + projectGit: "https://github.com/pansangg/oWRAC", + description: "An online WRAC client (works in web)", + tags: ["Unreleased", "WRAC", "v2"] + }, { name: "cRACk", authorId: "pansangg",