Skip to content

Commit 7f4972f

Browse files
committed
update data.yml
1 parent bbb5119 commit 7f4972f

File tree

1 file changed

+197
-17
lines changed

1 file changed

+197
-17
lines changed

data.yml

Lines changed: 197 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,53 @@
11
---
2+
3+
# Getting started and Guides
4+
25
- name: "Open Source Guides"
36
url: "https://opensource.guide/"
47
description: "Guide on creating, managing and growing OSS projects"
58
categories: [Guides]
69
type: ["guides"]
710

11+
# Security
12+
813
- name: "OpenSSF Best Practices Badge Program"
914
url: "https://www.bestpractices.dev/en"
1015
description: "Helps projects adopt key security and quality practices."
1116
categories: [Infrastructure, Security]
1217
type: ["guides", "badge"]
1318

19+
- name: "Security Mindsets Worksheet"
20+
url: "https://eoss-om-communitycalls.github.io/2025-05-22-security-mindsets-worksheet/"
21+
description: "Worksheet - Developing a Security Mindset for Your Open Source Project"
22+
categories: [Security, Guides]
23+
type: ["worksheets"]
24+
25+
- name: "GitHub SOSS Fund"
26+
url: "https://resources.github.com/github-secure-open-source-fund/"
27+
description: "Funding and security training for OSS projects."
28+
categories: [Funding, Security]
29+
type: ["funds", "training"]
30+
31+
- name: "GitHub Security Advisories"
32+
url: "https://docs.github.com/en/code-security/security-advisories"
33+
description: "Security advisory databases"
34+
categories: [Security]
35+
type: ["guides", "platforms"]
36+
37+
- name: "OpenSSF"
38+
url: "https://openssf.org/"
39+
description: "Cross-industry collaboration to improve open source software security"
40+
categories: [Security, Community]
41+
type: ["community", "standards"]
42+
43+
- name: "OSTIF"
44+
url: "https://ostif.org/"
45+
description: "Security audits for critical FOSS projects"
46+
categories: [Security, Funding]
47+
type: ["audits", "nonprofit"]
48+
49+
# Funding
50+
1451
- name: "Grants by FOSS United"
1552
url: "https://fossunited.org/grants"
1653
description: "Grants for Indian FOSS projects."
@@ -27,7 +64,52 @@
2764
url: "https://fundingjson.org"
2865
description: "Open JSON manifest for describing FOSS funding requirements."
2966
categories: [Funding]
30-
type: ["tools", "specification"]
67+
type: ["tools", "specification", "standards"]
68+
69+
- name: "Lemonade Stand"
70+
url: "https://github.com/nayafia/lemonade-stand"
71+
description: "A handy guide to financial support for open source."
72+
categories: [Funding]
73+
type: ["guides", "knowledge-base"]
74+
75+
- name: "GitHub Sponsors"
76+
url: "https://github.com/sponsors"
77+
description: "Directly fund the open source developers and projects you depend on"
78+
categories: [Funding]
79+
type: ["platforms"]
80+
81+
- name: "Open Collective"
82+
url: "https://opencollective.com/"
83+
description: "fundraising + legal status + money management platform for your community"
84+
categories: [Funding]
85+
type: ["platforms"]
86+
87+
- name: "thanks.dev"
88+
url: "https://thanks.dev/"
89+
description: "Pay maintainers of open source dependencies automatically"
90+
categories: [Funding]
91+
type: ["platforms"]
92+
93+
- name: "Microsoft FOSS Fund"
94+
url: "https://github.com/microsoft/foss-fund"
95+
description: "Employee-nominated funding program providing $10,000 sponsorships to open source projects"
96+
categories: [Funding]
97+
type: ["funds"]
98+
99+
- name: "Sovereign Tech Fund"
100+
url: "https://sovereigntechfund.de/"
101+
description: "German government initiative to fund critical infrastructure"
102+
categories: [Funding]
103+
type: ["funds"]
104+
105+
- name: "Liberapay"
106+
url: "https://liberapay.com/"
107+
description: "Recurrent donations platform"
108+
categories: [Funding]
109+
type: ["platforms"]
110+
111+
112+
# Documentation
31113

32114
- name: "Conventional Comments"
33115
url: "https://conventionalcomments.org/"
@@ -41,32 +123,130 @@
41123
categories: [Documentation, Guides]
42124
type: ["tools", "guides"]
43125

126+
- name: "Read the Docs"
127+
url: "https://readthedocs.org/"
128+
description: "Docs as Code for everyone "
129+
categories: [Documentation, Infrastructure]
130+
type: ["platforms", "hosting"]
131+
132+
- name: "Docusaurus"
133+
url: "https://docusaurus.io/"
134+
description: "Easy to maintain open source documentation websites"
135+
categories: [Documentation, Tools]
136+
type: ["tools", "frameworks"]
137+
138+
- name: "Write The Docs"
139+
url: "https://www.writethedocs.org/"
140+
description: "Global community focused on documentation"
141+
categories: [Documentation, Community, Events]
142+
type: ["community", "guides", "conferences"]
143+
144+
# Legal and Licensing
145+
44146
- name: "CLA Assistant"
45147
url: "https://cla-assistant.io/"
46148
description: "Easily handle Contributor License Agreements (CLAs)."
47149
categories: [Legal, Licensing]
48150
type: ["tools"]
49151

50-
- name: "Developer Certificate of Origin"
152+
- name: "Developer Certificate of Origin (DCO)"
51153
url: "https://developercertificate.org/"
52154
description: "Lighter alternative to a Contributor License Agreement (CLA)."
53155
categories: [Legal, Licensing]
54156
type: ["agreements"]
55157

56-
- name: "GitHub SOSS Fund"
57-
url: "https://resources.github.com/github-secure-open-source-fund/"
58-
description: "Funding and security training for OSS projects."
59-
categories: [Funding, Security]
60-
type: ["funds", "training"]
158+
- name: "Choose a License"
159+
url: "https://choosealicense.com/"
160+
description: "Simple guide to help you choose an open source license for your project"
161+
categories: [Legal, Licensing]
162+
type: ["guides", "tools"]
61163

62-
- name: "Lemonade Stand"
63-
url: "https://github.com/nayafia/lemonade-stand"
64-
description: "A handy guide to financial support for open source."
65-
categories: [Funding]
66-
type: ["guides"]
164+
- name: "SPDX License List"
165+
url: "https://spdx.org/licenses/"
166+
description: "Standardized list of commonly found open source licenses with identifiers"
167+
categories: [Legal, Licensing]
168+
type: ["knowledge-base", "standards"]
169+
170+
- name: "FOSSA"
171+
url: "https://fossa.com/"
172+
description: "Automated license compliance and vulnerability management for open source"
173+
categories: [Legal, Licensing, Security]
174+
type: ["tools", "platforms"]
175+
176+
# Community
177+
178+
- name: "Forklore"
179+
url: "https://forklore.in/"
180+
description: "Knowledge base and resources for the Indian FOSS community"
181+
categories: [Community]
182+
type: ["knowledge-base"]
183+
184+
- name: "CHAOSS Community"
185+
url: "https://chaoss.community/"
186+
description: "Metrics and software to understand OSS community health"
187+
categories: [Community]
188+
type: ["guides", "knowledge-base", "tools"]
189+
190+
- name: "Contributor Covenant"
191+
url: "https://www.contributor-covenant.org/"
192+
description: "Most widely adopted open source code of conduct"
193+
categories: [Community]
194+
type: ["templates", "standards"]
195+
196+
- name: "All Contributors"
197+
url: "https://allcontributors.org/"
198+
description: "Recognize all contributors to your project, not just code contributions"
199+
categories: [Community]
200+
type: ["tools", "bots"]
201+
202+
- name: "Sustain OSS"
203+
url: "https://sustainoss.org/"
204+
description: "Community and resources for open source sustainability"
205+
categories: [Community, Funding]
206+
type: ["community"]
207+
208+
# Tools and Automation
209+
210+
- name: "Renovate"
211+
url: "https://github.com/renovatebot/renovate"
212+
description: "Dependency automation"
213+
categories: [Tools]
214+
type: ["tools"]
215+
216+
- name: "Release Drafter"
217+
url: "https://github.com/release-drafter/release-drafter"
218+
description: "Drafts your next release notes as pull requests are merged"
219+
categories: [Tools]
220+
type: ["tools", "automation"]
221+
222+
- name: "Semantic Release"
223+
url: "https://semantic-release.gitbook.io/"
224+
description: "Fully automated version management and package publishing"
225+
categories: [Tools]
226+
type: ["tools", "automation"]
227+
228+
- name: "Libraries.io"
229+
url: "https://libraries.io/"
230+
description: "Search for open source package information"
231+
categories: [Tools]
232+
type: ["platforms", "knowledge-base"]
233+
234+
# Events & Conferences
235+
- name: "FOSS Backstage"
236+
url: "https://foss-backstage.de//"
237+
description: "Conference focused on governance, collaboration, and tooling in FOSS"
238+
categories: [Community, Events]
239+
type: ["conferences"]
240+
241+
- name: "FOSDEM"
242+
url: "https://fosdem.org/"
243+
description: "One of the largest FOSS conferences globally"
244+
categories: [Community, Events]
245+
type: ["conferences"]
246+
247+
- name: "IndiaFOSS"
248+
url: "https://fossunited.org/indiafoss"
249+
description: "India's largest FOSS festival"
250+
categories: [Community, Events]
251+
type: ["conferences"]
67252

68-
- name: "Security Mindsets Worksheet"
69-
url: "https://eoss-om-communitycalls.github.io/2025-05-22-security-mindsets-worksheet/"
70-
description: "Worksheet - Developing a Security Mindset for Your Open Source Project"
71-
categories: [Security, Guides]
72-
type: ["worksheets"]

0 commit comments

Comments
 (0)