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: CONTRIBUTING.md
+13-32Lines changed: 13 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,9 @@ Contributions welcome!
4
4
5
5
**Before spending lots of time on something, ask for feedback on your idea first!**
6
6
7
-
Please search issues and pull requests before adding something new to avoid duplicating
8
-
efforts and conversations.
7
+
Please search issues and pull requests before adding something new to avoid duplicating efforts and conversations.
9
8
10
-
This project welcomes non-code contributions, too! The following types of contributions
11
-
are welcome:
9
+
This project welcomes non-code contributions, too! The following types of contributions are welcome:
12
10
13
11
-**Ideas**: participate in an issue thread or start your own to have your voice heard.
14
12
-**Writing**: contribute your expertise in an area by helping expand the included docs.
@@ -19,57 +17,40 @@ are welcome:
19
17
20
18
[![standard][standard-image]][standard-url]
21
19
22
-
This repository uses [`standard`][standard-url] to maintain code style and consistency,
23
-
and to avoid style arguments. `npm test` runs `standard` automatically, so you don't have
24
-
to!
20
+
This repository uses [`standard`][standard-url] to maintain code style and consistency, and to avoid style arguments. `npm test` runs `standard` automatically, so you don't have to!
25
21
26
22
## Project Governance
27
23
28
-
Individuals making significant and valuable contributions are given commit-access to the
29
-
project to contribute as they see fit. This project is more like an open wiki than a
30
-
standard guarded open source project.
24
+
Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.
31
25
32
26
### Rules
33
27
34
28
There are a few basic ground-rules for contributors:
35
29
36
30
1.**No `--force` pushes** or modifying the Git history in any way.
37
31
2.**Non-master branches** should be used for ongoing work.
38
-
3.**Significant modifications** like API changes should be subject to a **pull request**
39
-
to solicit feedback from other contributors.
40
-
4.**Pull requests** are *encouraged* for all contributions to solicit feedback, but left to
41
-
the discretion of the contributor.
32
+
3.**Significant modifications** like API changes should be subject to a **pull request** to solicit feedback from other contributors.
33
+
4.**Pull requests** are *encouraged* for all contributions to solicit feedback, but left to the discretion of the contributor.
42
34
43
35
### Releases
44
36
45
37
Declaring formal releases remains the prerogative of the project maintainer.
46
38
47
39
### Changes to this arrangement
48
40
49
-
This is an experiment and feedback is welcome! This document may also be subject to pull-
50
-
requests or changes by contributors where you believe you have something valuable to add
51
-
or change.
41
+
This is an experiment and feedback is welcome! This document may also be subject to pull-requests or changes by contributors where you believe you have something valuable to add or change.
52
42
53
43
## Developer's Certificate of Origin 1.1
54
44
55
45
By making a contribution to this project, I certify that:
56
46
57
-
- (a) The contribution was created in whole or in part by me and I have the right to
58
-
submit it under the open source license indicated in the file; or
47
+
- (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
59
48
60
-
- (b) The contribution is based upon previous work that, to the best of my knowledge, is
61
-
covered under an appropriate open source license and I have the right under that license
62
-
to submit that work with modifications, whether created in whole or in part by me, under
63
-
the same open source license (unless I am permitted to submit under a different
64
-
license), as indicated in the file; or
49
+
- (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
65
50
66
-
- (c) The contribution was provided directly to me by some other person who certified
67
-
(a), (b) or (c) and I have not modified it.
51
+
- (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
68
52
69
-
- (d) I understand and agree that this project and the contribution are public and that a
70
-
record of the contribution (including all personal information I submit with it,
71
-
including my sign-off) is maintained indefinitely and may be redistributed consistent
72
-
with this project or the open source license(s) involved.
53
+
- (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
0 commit comments