feat(projects): add oWARC
This commit is contained in:
parent
84b9b70d80
commit
9dba71c619
2
.github/ISSUE_TEMPLATE/add-project.md
vendored
2
.github/ISSUE_TEMPLATE/add-project.md
vendored
@ -18,7 +18,7 @@ assignees: kostya-zero
|
|||||||
|
|
||||||
**Current project status (select only one):**
|
**Current project status (select only one):**
|
||||||
|
|
||||||
- [ ] Unrelease (Not released, but in development)
|
- [ ] Unreleased (Not released, but in development)
|
||||||
- [ ] Active (Actively developed and maintained)
|
- [ ] Active (Actively developed and maintained)
|
||||||
- [ ] Abandoned (Abandoned by author)
|
- [ ] Abandoned (Abandoned by author)
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/update-project.md
vendored
2
.github/ISSUE_TEMPLATE/update-project.md
vendored
@ -18,7 +18,7 @@ assignees: kostya-zero
|
|||||||
|
|
||||||
**Updated project status (select only one, none if unchanged):**
|
**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)
|
- [ ] Active (Actively developed and maintained)
|
||||||
- [ ] Abandoned (Abandoned by author)
|
- [ ] Abandoned (Abandoned by author)
|
||||||
|
|
||||||
|
@ -45,6 +45,13 @@ export default function Projects() {
|
|||||||
description: "Coming Soon™",
|
description: "Coming Soon™",
|
||||||
tags: ["Unreleased", "WRAC", "RAC", "v2"],
|
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",
|
name: "cRACk",
|
||||||
authorId: "pansangg",
|
authorId: "pansangg",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user