Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 29c7c9a

Browse files
committed
Update CONTRIBUTING.md file
Signed-off-by: Antoine Leblanc <[email protected]>
1 parent 20e32b5 commit 29c7c9a

File tree

2 files changed

+64
-33
lines changed

2 files changed

+64
-33
lines changed

.github/CONTRIBUTING.md

-33
This file was deleted.

CONTRIBUTING.md

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Contributing to gulp-drupal-stack
2+
3+
This project accepts contributions. In order to contribute, you should
4+
pay attention to a few things:
5+
6+
1. your code must follow the coding style rules
7+
2. your code must be unit-tested
8+
3. your code must be documented
9+
4. your work must be signed (see below)
10+
5. you may contribute through GitHub Pull Requests
11+
12+
# Submitting Modifications
13+
14+
The contributions should be submitted through Github Pull Requests
15+
and follow the DCO which is defined below.
16+
17+
# Licensing for new files
18+
19+
gulp-drupal-stack is licensed under a MIT license. Anything
20+
contributed to gulp-drupal-stack must be released under this license.
21+
22+
# Developer Certificate of Origin (DCO)
23+
24+
To improve tracking of contributions to this project we will use a
25+
process modeled on the modified DCO 1.1 and use a "sign-off" procedure
26+
on patches that are being emailed around or contributed in any other
27+
way.
28+
29+
The sign-off is a simple line at the end of the explanation for the
30+
patch, which certifies that you wrote it or otherwise have the right
31+
to pass it on as an open-source patch. The rules are pretty simple:
32+
if you can certify the below:
33+
34+
By making a contribution to this project, I certify that:
35+
36+
(a) The contribution was created in whole or in part by me and I have
37+
the right to submit it under the open source license indicated in
38+
the file; or
39+
40+
(b) The contribution is based upon previous work that, to the best of
41+
my knowledge, is covered under an appropriate open source License
42+
and I have the right under that license to submit that work with
43+
modifications, whether created in whole or in part by me, under
44+
the same open source license (unless I am permitted to submit
45+
under a different license), as indicated in the file; or
46+
47+
(c) The contribution was provided directly to me by some other person
48+
who certified (a), (b) or (c) and I have not modified it.
49+
50+
(d) The contribution is made free of any other party's intellectual
51+
property claims or rights.
52+
53+
(e) I understand and agree that this project and the contribution are
54+
public and that a record of the contribution (including all
55+
personal information I submit with it, including my sign-off) is
56+
maintained indefinitely and may be redistributed consistent with
57+
this project or the open source license(s) involved.
58+
59+
60+
then you just add a line saying
61+
62+
Signed-off-by: Random J Developer <[email protected]>
63+
64+
using your real name (sorry, no pseudonyms or anonymous contributions.)

0 commit comments

Comments
 (0)