Skip to content

Commit 82e77cf

Browse files
committed
Аdd info about CONTRIBUTING.md
1 parent f4fd0b5 commit 82e77cf

File tree

2 files changed

+12
-70
lines changed

2 files changed

+12
-70
lines changed

README.md

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Welcome to the official collection of projects from the [Опенсорсеры
3434

3535
---
3636

37+
## 📝 Add your project
38+
39+
<a href="CONTRIBUTING.md">Check contributing guide</a>
40+
3741
## Project Categories
3842

3943
<h3 id="terminal-cli"></h3>
@@ -588,41 +592,8 @@ We welcome contributions from everyone! Here's how you can get involved:
588592
3. **Report Issues**: Found a bug or have a suggestion? Open an issue!
589593
4. **Spread the Word**: Star the repository and share it with others.
590594

591-
## 📝 Add Your Project
592-
593-
Want to add your project to our collection? Follow these steps:
594-
595-
1. Fork this repository
596-
2. Create a new JSON file in the appropriate category directory under `projects/`
597-
3. Follow the project template below
598-
4. Submit a Pull Request
599-
600-
### Project Template
601-
602-
```json
603-
{
604-
"name": "Project Name",
605-
"url": "https://github.com/username/project",
606-
"description": "Brief description of your project",
607-
"tech_stack": ["Technology 1", "Technology 2"],
608-
"status": "Active/In Development/On Hold",
609-
"contribution": "Open for contributors/Looking for maintainers",
610-
"maintainer": "@githubusername",
611-
"languages": ["Language 1", "Language 2"],
612-
"links": {
613-
"GitHub": "https://github.com/username/project",
614-
"Documentation": "https://project-docs.example.com",
615-
"Community Chat": "https://t.me/yourcommunity"
616-
},
617-
"stats": {
618-
"stars": "username/project",
619-
"license": "username/project",
620-
"last_commit": "username/project",
621-
"coverage": "https://codecov.io/gh/username/project"
622-
},
623-
"image": "https://example.com/screenshot.png"
624-
}
625-
```
595+
596+
626597

627598
## 📄 License
628599

templates/README.template.md

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Welcome to the official collection of projects from the [Опенсорсеры
2525

2626
---
2727

28+
## 📝 Add your project
29+
30+
<a href="CONTRIBUTING.md">Check contributing guide</a>
31+
2832
## Project Categories
2933

3034
{{CATEGORY_CONTENT}}
@@ -38,41 +42,8 @@ We welcome contributions from everyone! Here's how you can get involved:
3842
3. **Report Issues**: Found a bug or have a suggestion? Open an issue!
3943
4. **Spread the Word**: Star the repository and share it with others.
4044

41-
## 📝 Add Your Project
42-
43-
Want to add your project to our collection? Follow these steps:
44-
45-
1. Fork this repository
46-
2. Create a new JSON file in the appropriate category directory under `projects/`
47-
3. Follow the project template below
48-
4. Submit a Pull Request
49-
50-
### Project Template
51-
52-
```json
53-
{
54-
"name": "Project Name",
55-
"url": "https://github.com/username/project",
56-
"description": "Brief description of your project",
57-
"tech_stack": ["Technology 1", "Technology 2"],
58-
"status": "Active/In Development/On Hold",
59-
"contribution": "Open for contributors/Looking for maintainers",
60-
"maintainer": "@githubusername",
61-
"languages": ["Language 1", "Language 2"],
62-
"links": {
63-
"GitHub": "https://github.com/username/project",
64-
"Documentation": "https://project-docs.example.com",
65-
"Community Chat": "https://t.me/yourcommunity"
66-
},
67-
"stats": {
68-
"stars": "username/project",
69-
"license": "username/project",
70-
"last_commit": "username/project",
71-
"coverage": "https://codecov.io/gh/username/project"
72-
},
73-
"image": "https://example.com/screenshot.png"
74-
}
75-
```
45+
46+
7647

7748
## 📄 License
7849

0 commit comments

Comments
 (0)