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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,13 +50,19 @@ the feature you would like to see, why you need it, and how it should work.
50
50
51
51
## Contributing code and documentation changes
52
52
53
-
If you have a bugfix or new feature that you would like to contribute to Elasticsearch, please find or open an issue
53
+
If you have a bugfix or new feature that you would like to contribute to nem2-sdk-typescript-javascript, please find or open an issue
54
54
about it first. Talk about what you would like to do. It may be that somebody is already working on it, or that there
55
55
are particular issues that you should know about before implementing the change.
56
56
57
57
We enjoy working with contributors to get their code accepted. There are many approaches to fixing a problem and it is
58
58
important to find the best approach before writing too much code.
59
59
60
+
### Contributing License Notice
61
+
62
+
When you contribute code, you affirm that the contribution is your original work and that you license the work to the project under the project's open source license.
63
+
64
+
Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.
65
+
60
66
### Fork and clone the repository
61
67
62
68
You will need to fork the main nem2-sdk-typescript-javascript code or documentation repository and clone
@@ -78,8 +84,7 @@ Once your changes and tests are ready to submit for review:
78
84
79
85
Then sit back and wait. There will probably be discussion about the pull request and, if any changes are needed, we would love to work with you to get your pull request merged into nem2-sdk-typescript-javascript.
80
86
81
-
*CONTRIBUTING.md is based on [CONTRIBUTING-template.md](https://github.com/nayafia/contributing-template/blob/master/CONTRIBUTING-template.md)*
82
-
and [elasticsearch/CONTRIGUTING](https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md)
87
+
*CONTRIBUTING.md is based on [CONTRIBUTING-template.md](https://github.com/nayafia/contributing-template/blob/master/CONTRIBUTING-template.md)* , [elasticsearch/CONTRIBUTING](https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md) and [spark/CONTRIBUTING](https://github.com/apache/spark/blob/master/CONTRIBUTING.md)
0 commit comments