docs: update README and templates
This commit is contained in:
parent
b924e13e2b
commit
5e679a9883
6
.github/ISSUE_TEMPLATE/add-project.md
vendored
6
.github/ISSUE_TEMPLATE/add-project.md
vendored
@ -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
|
||||
|
12
.github/ISSUE_TEMPLATE/update-project.md
vendored
12
.github/ISSUE_TEMPLATE/update-project.md
vendored
@ -12,15 +12,21 @@ assignees: ''
|
||||
**If project is not on Git, please provide the new URL to the project download:**
|
||||
<!-- URL to the project download page. Otherwise, leave it blank -->
|
||||
|
||||
**Updated project description:**
|
||||
**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
12
.idea/racinfo.iml
generated
Normal 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>
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user