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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,11 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo
94
94
* Do document every method you add using [YARD][] annotations. Read the [tutorial][YARD-GS] or just look at the existing code for examples.
95
95
* Don't touch the `.gemspec`, `VERSION` or `AUTHORS` files. If you need to change them, do so on your private branch only.
96
96
* 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.
97
+
* Do note that in order for us to merge any non-trivial changes (as a rule
98
+
of thumb, additions larger than about 15 lines of code), we need an
99
+
explicit [public domain dedication][PDD] on record from you,
100
+
which you will be asked to agree to on the first commit to a repo within the organization.
101
+
Note that the agreement applies to all repos in the [Ruby RDF](https://github.com/ruby-rdf/) organization.
98
102
99
103
## License
100
104
This is free and unencumbered public domain software. For more information,
@@ -106,7 +110,7 @@ A copy of the [LD Patch EBNF](file:etc/ld-patch.ebnf) and derived parser files a
0 commit comments