You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,7 +95,11 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo
94
95
* Do document every method you add using [YARD][] annotations. Read the [tutorial][YARD-GS] or just look at the existing code for examples.
95
96
* Don't touch the `.gemspec`, `VERSION` or `AUTHORS` files. If you need to change them, do so on your private branch only.
96
97
* Do feel free to add yourself to the `CREDITS` file and the corresponding list in the the `README`. Alphabetical order applies.
97
-
* Do note that in order for us to merge any non-trivial changes (as a rule of thumb, additions larger than about 15 lines of code), we need an explicit [public domain dedication][PDD] on record from you.
98
+
* Do note that in order for us to merge any non-trivial changes (as a rule
99
+
of thumb, additions larger than about 15 lines of code), we need an
100
+
explicit [public domain dedication][PDD] on record from you,
101
+
which you will be asked to agree to on the first commit to a repo within the organization.
102
+
Note that the agreement applies to all repos in the [Ruby RDF](https://github.com/ruby-rdf/) organization.
98
103
99
104
## License
100
105
This is free and unencumbered public domain software. For more information,
@@ -106,7 +111,7 @@ A copy of the [LD Patch EBNF](file:etc/ld-patch.ebnf) and derived parser files a
0 commit comments