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
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,8 +150,31 @@ RDF.rb Compatibility
150
150
151
151
As of version 2.0, this software depends on RDF.rb 3.1 or greater.
152
152
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
156
175
157
176
This software is released under a public domain waiver (Unlicense).
0 commit comments