From 5e679a988393173be9ce80191fc4cb5064d02480 Mon Sep 17 00:00:00 2001 From: Konstantin Zhigaylo Date: Tue, 24 Jun 2025 10:36:56 +0300 Subject: [PATCH] docs: update README and templates --- .github/ISSUE_TEMPLATE/add-project.md | 6 ++++++ .github/ISSUE_TEMPLATE/update-project.md | 12 +++++++++--- .idea/racinfo.iml | 12 ++++++++++++ README.md | 2 ++ 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 .idea/racinfo.iml diff --git a/.github/ISSUE_TEMPLATE/add-project.md b/.github/ISSUE_TEMPLATE/add-project.md index 6e7f74f..fdebb48 100644 --- a/.github/ISSUE_TEMPLATE/add-project.md +++ b/.github/ISSUE_TEMPLATE/add-project.md @@ -15,6 +15,12 @@ assignees: '' **Project description:** +**Current project status (select only one):** + +- [ ] Unrelease (Not released, but in development) +- [ ] Active (Actively developed and maintained) +- [ ] Abandoned (Abandoned by author) + **What is your project:** - [ ] Client diff --git a/.github/ISSUE_TEMPLATE/update-project.md b/.github/ISSUE_TEMPLATE/update-project.md index f84180f..dfdb715 100644 --- a/.github/ISSUE_TEMPLATE/update-project.md +++ b/.github/ISSUE_TEMPLATE/update-project.md @@ -12,15 +12,21 @@ assignees: '' **If project is not on Git, please provide the new URL to the project download:** -**Updated project description:** +**Updated project description:** -**What is your project:** +**Updated project status (select only one, none if unchanged):** + +- [ ] Unrelease (Not released, but in development) +- [ ] Active (Actively developed and maintained) +- [ ] Abandoned (Abandoned by author) + +**Updated project type:** - [ ] Client - [ ] Server - [ ] Development tool (library, framework, etc.) -**Supported features:** +**Updated supported features:** - [ ] Real Address Chat protocol (RAC) - [ ] WebSocket Real Address Chat protocol (WRAC) - [ ] RAC v1.0 diff --git a/.idea/racinfo.iml b/.idea/racinfo.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/racinfo.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 2b25307..3333fcd 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ pnpm start --port 8085 If you are a developer of a client, server of development tool for Real Address Chat, you can contribute to Racinfo by adding your tool to the list. You can also contribute by improving the documentation or fixing bugs. +** Any pull requests related to adding/updating projects information will be rejected.** + Also, you should get acknowledged with these rules before contributing: - The project should be related to Real Address Chat protocol, or its successors.