@@ -31,6 +31,26 @@ Search existing entries and issues before submitting. Self-promotion is
3131reviewed carefully but is welcome when the project meets the same criteria.
3232Use one pull request per project.
3333
34+ ## Suggest a Resource
35+
36+ Add one resource under the best group in [ ` README_SOURCE.md ` ] ( README_SOURCE.md ) :
37+
38+ ``` markdown
39+ - [ Resource Name] ( https://canonical.example )
40+ ```
41+
42+ An optional description may follow the link:
43+
44+ ``` markdown
45+ - [ Resource Name] ( https://canonical.example ) - A concise, neutral description ending with punctuation.
46+ ```
47+
48+ Resources include books, podcasts, people, communities, related lists and
49+ websites. They must be current, relevant to Java or the JVM, use a canonical
50+ HTTPS link, fit the chosen group and use English where prose is involved.
51+ Search for duplicates and submit one resource per pull request. Contributors
52+ do not need to run the generator.
53+
3454## Maintainer Notes
3555
3656Most entries point directly to one GitHub repository. For an umbrella project
@@ -43,5 +63,13 @@ homepage and append maintainer-only metadata:
4363
4464Use at least two canonical repositories. A repository may belong to only one
4565entry. The generator sums their stars, uses their most recent push for activity
46- and rejects malformed metadata, duplicate repository use and archived
66+ and shows a license only when every repository reports the same SPDX license.
67+ It rejects malformed metadata, duplicate repository use and archived
4768repositories.
69+
70+ ## License
71+
72+ Catalog and documentation contributions are licensed under
73+ [ CC BY-SA 4.0] ( LICENSE ) . Automation code and configuration are licensed under
74+ the [ MIT License] ( LICENSE-CODE ) . By contributing, you agree that your changes
75+ are available under the applicable license.
0 commit comments