Skip to content

Commit da1830f

Browse files
committed
Update PDD info in the README.
1 parent f37b970 commit da1830f

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,31 @@ RDF.rb Compatibility
150150

151151
As of version 2.0, this software depends on RDF.rb 3.1 or greater.
152152

153-
154-
License
155-
========
153+
## Contributing
154+
155+
This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.
156+
157+
* Do your best to adhere to the existing coding conventions and idioms.
158+
* Don't use hard tabs, and don't leave trailing whitespace on any line.
159+
Before committing, run `git diff --check` to make sure of this.
160+
* Do document every method you add using [YARD][] annotations. Read the
161+
[tutorial][YARD-GS] or just look at the existing code for examples.
162+
* Don't touch the `.gemspec` or `VERSION` files. If you need to change them,
163+
do so on your private branch only.
164+
* Do feel free to add yourself to the `CREDITS` file and the
165+
corresponding list in the the `README`. Alphabetical order applies.
166+
* Don't touch the `AUTHORS` file. If your contributions are significant
167+
enough, be assured we will eventually add you in there.
168+
* Do note that in order for us to merge any non-trivial changes (as a rule
169+
of thumb, additions larger than about 15 lines of code), we need an
170+
explicit [public domain dedication][PDD] on record from you,
171+
which you will be asked to agree to on the first commit to a repo within the organization.
172+
Note that the agreement applies to all repos in the [Ruby RDF](https://github.com/ruby-rdf/) organization.
173+
174+
## License
156175

157176
This software is released under a public domain waiver (Unlicense).
177+
178+
[YARD]: https://yardoc.org/
179+
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
180+
[PDD]: https://unlicense.org/#unlicensing-contributions

0 commit comments

Comments
 (0)