Skip to content

Commit 94ebe9e

Browse files
committed
Welcome 😊
0 parents  commit 94ebe9e

File tree

162 files changed

+20100
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+20100
-0
lines changed

‎.github/issue_template.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1. Expected behavior and actual behavior.
2+
3+
2. Steps to reproduce the problem.
4+
5+
3. Specifications like the version of the project, operating system, or hardware.

‎.gitignore‎

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pids
8+
*.pid
9+
*.seed
10+
*.pid.lock
11+
lib-cov
12+
coverage
13+
.nyc_output
14+
.grunt
15+
bower_components
16+
.lock-wscript
17+
build/Release
18+
node_modules/
19+
jspm_packages/
20+
typings/
21+
.npm
22+
.eslintcache
23+
.node_repl_history
24+
*.tgz
25+
.yarn-integrity
26+
.env
27+
build/
28+
29+
30+
# Created by https://www.gitignore.io/api/intellij+iml
31+
32+
### Intellij+iml ###
33+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
34+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
35+
36+
# User-specific stuff:
37+
.idea/**/workspace.xml
38+
.idea/**/tasks.xml
39+
.idea/dictionaries
40+
41+
# Sensitive or high-churn files:
42+
.idea/**/dataSources/
43+
.idea/**/dataSources.ids
44+
.idea/**/dataSources.xml
45+
.idea/**/dataSources.local.xml
46+
.idea/**/sqlDataSources.xml
47+
.idea/**/dynamic.xml
48+
.idea/**/uiDesigner.xml
49+
50+
# Gradle:
51+
.idea/**/gradle.xml
52+
.idea/**/libraries
53+
54+
# Mongo Explorer plugin:
55+
.idea/**/mongoSettings.xml
56+
57+
## File-based project format:
58+
*.iws
59+
60+
## Plugin-specific files:
61+
62+
# IntelliJ
63+
/out/
64+
65+
# mpeltonen/sbt-idea plugin
66+
.idea_modules/
67+
68+
# JIRA plugin
69+
atlassian-ide-plugin.xml
70+
71+
# Cursive Clojure plugin
72+
.idea/replstate.xml
73+
74+
# Crashlytics plugin (for Android Studio and IntelliJ)
75+
com_crashlytics_export_strings.xml
76+
crashlytics.properties
77+
crashlytics-build.properties
78+
fabric.properties
79+
80+
### Intellij+iml Patch ###
81+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
82+
83+
modules.xml
84+
.idea/
85+
*.ipr
86+
87+
# End of https://www.gitignore.io/api/intellij+iml
88+
dist/
89+
ts-docs
90+
docs/

‎.npmignore‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
src/
2+
test/
3+
node_modules/
4+
e2e/
5+
docs/
6+
coverage/
7+
.nyc_output/
8+
.idea/
9+
dist/test
10+
dist/e2e

‎.tslintignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nem2-library.d.ts

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# CHANGELOG
2+

‎CODE_OF_CONDUCT.md‎

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at aleix@nemeurope.eu. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44+
45+
[homepage]: http://contributor-covenant.org
46+
[version]: http://contributor-covenant.org/version/1/4/

‎CONTRIBUTING.md‎

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# Contributing to nem2-sdk-typescript-javascript
2+
3+
First off, thank you for considering contributing to nem2-sdk-typescript-javascript.
4+
It’s people like you that make nem2-sdk-typescript-javascript such a great tool.
5+
6+
nem2-sdk-typescript-javascript is an open source project and we love to receive contributions from
7+
our community — you! There are many ways to contribute, from writing tutorials or blog
8+
posts, improving the documentation, submitting bug reports and feature requests or
9+
writing code which can be incorporated into nem2-sdk-typescript-javascript itself.
10+
11+
Following these guidelines helps to communicate that you respect the time of
12+
the developers managing and developing this open source project. In return,
13+
they should reciprocate that respect in addressing your issue, assessing changes,
14+
and helping you finalize your pull requests.
15+
16+
Please, **don't use the issue tracker for support questions**.
17+
18+
## Bug reports
19+
20+
If you think you have found a bug in nem2-sdk-typescript-javascript, first make sure that you
21+
are testing against the latest version of nem2-sdk-typescript-javascript - your issue may already
22+
have been fixed. If not, search our issues list on GitHub in case a similar
23+
issue has already been opened.
24+
25+
It is very helpful if you can prepare a reproduction of the bug. In other words,
26+
provide a small test case which we can run to confirm your bug. It makes it easier to
27+
find the problem and to fix it.
28+
29+
Please, take in consideration the next template to report your issue:
30+
31+
> **Expected Behaviour**\
32+
> Short and expressive sentence explaining what the code should do.\
33+
> **Current Behaviour**\
34+
> A short sentence enplaning what the code does. \
35+
> **Steps to reproduce**\
36+
> For faster issue detection, we would need a step by step description do reproduce the issue.
37+
38+
39+
Provide as much information as you can.
40+
41+
Open a new issue [here][github-issues].
42+
43+
## Feature requests
44+
45+
If you find yourself wishing for a feature that doesn't exist in nem2-sdk-typescript-javascript,
46+
you are probably not alone. There are bound to be others out there with similar
47+
needs. Many of the features that nem2-sdk-typescript-javascript has today have been added because
48+
our users saw the need. Open an [issue][github-issues] on our issues list on GitHub which describes
49+
the feature you would like to see, why you need it, and how it should work.
50+
51+
## Contributing code and documentation changes
52+
53+
If you have a bugfix or new feature that you would like to contribute to Elasticsearch, please find or open an issue
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+
are particular issues that you should know about before implementing the change.
56+
57+
We enjoy working with contributors to get their code accepted. There are many approaches to fixing a problem and it is
58+
important to find the best approach before writing too much code.
59+
60+
### Fork and clone the repository
61+
62+
You will need to fork the main nem2-sdk-typescript-javascript code or documentation repository and clone
63+
it to your local machine. See [github help page](https://help.github.com/articles/fork-a-repo/) for help.
64+
65+
Further instructions for specific projects are given below.
66+
67+
### Submitting your changes
68+
69+
Once your changes and tests are ready to submit for review:
70+
71+
1. Test your changes
72+
73+
Run the test suite to make sure that nothing is broken.
74+
75+
2. Submit a pull request
76+
77+
Push your local changes to your forked copy of the repository and [submit a pull request](https://help.github.com/articles/about-pull-requests/). In the pull request, choose a title which sums up the changes that you have made, and in the body provide more details about what your changes do. Also mention the number of the issue where discussion has taken place, eg "Closes #123".
78+
79+
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+
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)
83+
84+
[pull-request]: https://help.github.com/articles/about-pull-requests/
85+
[github-issues]: https://github.com/nemtech/nem2-sdk-typescript-javascript/issues

0 commit comments

Comments
 (0)