docs: update README and templates

This commit is contained in:
Konstantin Zhigaylo 2025-06-24 10:36:56 +03:00
parent b924e13e2b
commit 5e679a9883
No known key found for this signature in database
GPG Key ID: DD1C2780F0E05B5C
4 changed files with 29 additions and 3 deletions

View File

@ -15,6 +15,12 @@ assignees: ''
**Project description:**
<!-- What is your project about? -->
**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

View File

@ -15,12 +15,18 @@ assignees: ''
**Updated project description:**
<!-- What is your project about? Leave empty if it is unchanged. -->
**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

12
.idea/racinfo.iml generated Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -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.