-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.yml
More file actions
322 lines (260 loc) · 9.74 KB
/
data.yml
File metadata and controls
322 lines (260 loc) · 9.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
---
# Getting started and Guides
- name: "Open Source Guides"
url: "https://opensource.guide/"
description: "Guide on creating, managing and growing OSS projects"
categories: [Guides]
type: ["guides"]
- name: "Open Source Way"
url: "https://www.theopensourceway.org/"
description: "Guidebook for managing open source communities"
categories: [Guides, Community]
type: ["guides"]
# Security
- name: "Security Mindsets Worksheet"
url: "https://eoss-om-communitycalls.github.io/2025-05-22-security-mindsets-worksheet/"
description: "Worksheet - Developing a Security Mindset for Your Open Source Project"
categories: [Security, Guides]
type: ["worksheets"]
- name: "GitHub SOSS Fund"
url: "https://resources.github.com/github-secure-open-source-fund/"
description: "Funding and security training for OSS projects."
categories: [Funding, Security]
type: ["funds", "training"]
- name: "GitHub Security Advisories"
url: "https://docs.github.com/en/code-security/security-advisories"
description: "Security advisory databases"
categories: [Security]
type: ["guides", "platforms"]
- name: "OpenSSF"
url: "https://openssf.org/"
description: "Cross-industry collaboration to improve open source software security"
categories: [Security, Community]
type: ["community", "standards"]
- name: "OSTIF"
url: "https://ostif.org/"
description: "Security audits for critical FOSS projects"
categories: [Security, Funding]
type: ["audits", "nonprofit"]
# Funding
- name: "Grants by FOSS United"
url: "https://fossunited.org/grants"
description: "Grants for Indian FOSS projects."
categories: [Funding]
type: ["funds"]
- name: "FLOSS/fund by Zerodha"
url: "https://floss.fund/"
description: "No strings attached funding for critical projects."
categories: [Funding]
type: ["funds"]
- name: "fundingjson"
url: "https://fundingjson.org"
description: "Open JSON manifest for describing FOSS funding requirements."
categories: [Funding]
type: ["tools", "specification", "standards"]
- name: "Lemonade Stand"
url: "https://github.com/nayafia/lemonade-stand"
description: "A handy guide to financial support for open source."
categories: [Funding]
type: ["guides", "knowledge-base"]
- name: "GitHub Sponsors"
url: "https://github.com/sponsors"
description: "Directly fund the open source developers and projects you depend on"
categories: [Funding]
type: ["platforms"]
- name: "Open Collective"
url: "https://opencollective.com/"
description: "fundraising + legal status + money management platform for your community"
categories: [Funding]
type: ["platforms"]
- name: "thanks.dev"
url: "https://thanks.dev/"
description: "Pay maintainers of open source dependencies automatically"
categories: [Funding]
type: ["platforms"]
- name: "Microsoft FOSS Fund"
url: "https://github.com/microsoft/foss-fund"
description: "Employee-nominated funding program providing $10,000 sponsorships to open source projects"
categories: [Funding]
type: ["funds"]
- name: "Sovereign Tech Fund"
url: "https://sovereigntechfund.de/"
description: "German government initiative to fund critical infrastructure"
categories: [Funding]
type: ["funds"]
- name: "Liberapay"
url: "https://liberapay.com/"
description: "Recurrent donations platform"
categories: [Funding]
type: ["platforms"]
- name: "NLNet Foundation"
url: "https://nlnet.nl/"
description: "Funding open source projects that contribute to an open internet"
categories: [Funding]
type: ["funds"]
- name: "Open Tech Fund"
url: "https://www.opentech.fund/"
description: "For Internet freedom and security projects."
categories: [Funding]
type: ["funds"]
- name: "Mozilla Builders Accelerator"
url: "https://builders.mozilla.org/programs/"
description: "Support for Open Source AI projects"
categories: [Funding]
type: ["funds"]
- name: "Open Source Collective"
url: "https://www.oscollective.org/"
description: "Fiscal hosting and financial management for open source communities."
categories: [Funding, Infrastructure]
type: ["platforms"]
# Documentation
- name: "Conventional Comments"
url: "https://conventionalcomments.org/"
description: "Comments that are easy to grok and grep."
categories: [Guides, Documentation]
type: ["guides"]
- name: "The Good Docs Project"
url: "https://www.thegooddocsproject.dev/"
description: "Templates that help you create quality documentation faster and easier."
categories: [Documentation, Guides]
type: ["tools", "guides"]
- name: "Read the Docs"
url: "https://readthedocs.org/"
description: "Docs as Code for everyone "
categories: [Documentation, Infrastructure]
type: ["platforms", "hosting"]
- name: "Docusaurus"
url: "https://docusaurus.io/"
description: "Easy to maintain open source documentation websites"
categories: [Documentation, Tools]
type: ["tools", "frameworks"]
- name: "Write The Docs"
url: "https://www.writethedocs.org/"
description: "Global community focused on documentation"
categories: [Documentation, Community, Events]
type: ["community", "guides", "conferences"]
# Legal and Licensing
- name: "CLA Assistant"
url: "https://cla-assistant.io/"
description: "Easily handle Contributor License Agreements (CLAs)."
categories: [Legal, Licensing]
type: ["tools"]
- name: "Developer Certificate of Origin (DCO)"
url: "https://developercertificate.org/"
description: "Lighter alternative to a Contributor License Agreement (CLA)."
categories: [Legal, Licensing]
type: ["agreements"]
- name: "Choose a License"
url: "https://choosealicense.com/"
description: "Simple guide to help you choose an open source license for your project"
categories: [Legal, Licensing]
type: ["guides", "tools"]
- name: "SPDX License List"
url: "https://spdx.org/licenses/"
description: "Standardized list of commonly found open source licenses with identifiers"
categories: [Legal, Licensing]
type: ["knowledge-base", "standards"]
- name: "FOSSA"
url: "https://fossa.com/"
description: "Automated license compliance and vulnerability management for open source"
categories: [Legal, Licensing, Security]
type: ["tools", "platforms"]
- name: "FOSSology"
url: "https://www.fossology.org/"
description: "Toolkit for license scanning and compliance."
categories: [Legal, Tools]
type: ["tools"]
# Community
- name: "Forklore"
url: "https://forklore.in/"
description: "Directory of Indian FOSS maintainers"
categories: [Community]
type: ["knowledge-base"]
- name: "CHAOSS Community"
url: "https://chaoss.community/"
description: "Metrics and software to understand OSS community health"
categories: [Community]
type: ["guides", "knowledge-base", "tools"]
- name: "Contributor Covenant"
url: "https://www.contributor-covenant.org/"
description: "Most widely adopted open source code of conduct"
categories: [Community]
type: ["templates", "standards"]
- name: "All Contributors"
url: "https://allcontributors.org/"
description: "Recognize all contributors to your project, not just code contributions"
categories: [Community]
type: ["tools", "bots"]
- name: "Sustain OSS"
url: "https://sustainoss.org/"
description: "Community and resources for open source sustainability"
categories: [Community, Funding]
type: ["community"]
# Tools and Automation
- name: "Renovate"
url: "https://github.com/renovatebot/renovate"
description: "Dependency automation"
categories: [Tools]
type: ["tools"]
- name: "Release Drafter"
url: "https://github.com/release-drafter/release-drafter"
description: "Drafts your next release notes as pull requests are merged"
categories: [Tools]
type: ["tools", "automation"]
- name: "Semantic Release"
url: "https://semantic-release.gitbook.io/"
description: "Fully automated version management and package publishing"
categories: [Tools]
type: ["tools", "automation"]
- name: "Libraries.io"
url: "https://libraries.io/"
description: "Search for open source package information"
categories: [Tools]
type: ["platforms", "knowledge-base"]
- name: "OSS Review Toolkit"
url: "https://oss-review-toolkit.org/"
description: "CLI tools to automate software compliance checks"
categories: [Tools, Legal]
type: ["tools"]
- name: "Dependabot"
url: "https://github.com/dependabot"
description: "Automated dependency updates built into GitHub."
categories: [Tools]
type: ["tools", "automation"]
- name: "Allstar"
url: "https://github.com/ossf/allstar"
description: "GitHub App to set and enforce security policies."
categories: [Security, Tools]
type: ["tools", "automation"]
- name: "Scorecard"
url: "https://securityscorecards.dev/"
description: "Automated security health metrics for open source projects."
categories: [Security]
type: ["tools"]
# Events & Conferences
- name: "FOSS Backstage"
url: "https://foss-backstage.de//"
description: "Conference focused on governance, collaboration, and tooling in FOSS"
categories: [Community, Events]
type: ["conferences"]
- name: "FOSDEM"
url: "https://fosdem.org/"
description: "One of the largest FOSS conferences globally"
categories: [Community, Events]
type: ["conferences"]
- name: "IndiaFOSS"
url: "https://fossunited.org/indiafoss"
description: "India's largest FOSS festival"
categories: [Community, Events]
type: ["conferences"]
# Infrastructure and Project Health
- name: "ClearlyDefined"
url: "https://clearlydefined.io/"
description: "Crowdsourced platform for improving license and source metadata clarity."
categories: [Legal, Licensing, Infrastructure]
type: ["platforms"]
- name: "OpenSSF Best Practices Badge Program"
url: "https://www.bestpractices.dev/en"
description: "Helps projects adopt key security and quality practices."
categories: [Infrastructure, Security]
type: ["guides", "badge"]