@@ -13,7 +13,20 @@ These guidelines are general to all libraries published on github by the `go-ope
1313
1414You'll find more detailed (or repo-specific) instructions in the [ maintainer's docs] ( ../docs ) .
1515
16- ## Questions & Issues
16+ ## How can I contribute?
17+
18+ There are many ways in which you can contribute. Here are a few ideas:
19+
20+ * Reporting Issues / Bugs
21+ * Suggesting Improvements
22+ * Code
23+ * bug fixes and new features that are within the main project scope
24+ * improving test coverage
25+ * addressing code quality issues
26+ * Documentation
27+ * Art work that makes the project look great
28+
29+ ## Questions & issues
1730
1831### Asking questions
1932
@@ -189,49 +202,10 @@ pass it on as an open-source patch.
189202We require the simple DCO below with an email signing your commit.
190203PGP-signed commit are greatly appreciated but not required.
191204
192- The rules are pretty simple: if you can certify the below (from
193- [ developercertificate.org] ( http://developercertificate.org/ ) ):
194-
195- ```
196- Developer Certificate of Origin
197- Version 1.1
198-
199- Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
200- 660 York Street, Suite 102,
201- San Francisco, CA 94110 USA
202-
203- Everyone is permitted to copy and distribute verbatim copies of this
204- license document, but changing it is not allowed.
205-
206-
207- Developer's Certificate of Origin 1.1
208-
209- By making a contribution to this project, I certify that:
210-
211- (a) The contribution was created in whole or in part by me and I
212- have the right to submit it under the open source license
213- indicated in the file; or
214-
215- (b) The contribution is based upon previous work that, to the best
216- of my knowledge, is covered under an appropriate open source
217- license and I have the right under that license to submit that
218- work with modifications, whether created in whole or in part
219- by me, under the same open source license (unless I am
220- permitted to submit under a different license), as indicated
221- in the file; or
222-
223- (c) The contribution was provided directly to me by some other
224- person who certified (a), (b) or (c) and I have not modified
225- it.
226-
227- (d) I understand and agree that this project and the contribution
228- are public and that a record of the contribution (including all
229- personal information I submit with it, including my sign-off) is
230- maintained indefinitely and may be redistributed consistent with
231- this project or the open source license(s) involved.
232- ```
205+ The rules are pretty simple:
233206
234- then you just add a line to every git commit message:
207+ * read our [ DCO] ( ./DCO.md ) (from [ developercertificate.org] ( http://developercertificate.org/ ) )
208+ * if you agree with these terms, then you just add a line to every git commit message
235209
236210 Signed-off-by: Joe Smith
< [email protected] > 237211
0 commit comments