Skip to content

Commit

Permalink
Merge branch 'master' into add-zecollokaris
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshanjossey authored Jan 9, 2019
2 parents 3fbc8e7 + 789374e commit db1d955
Show file tree
Hide file tree
Showing 42 changed files with 3,385 additions and 493 deletions.
14 changes: 6 additions & 8 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Contribution guide

Welcome to your first contribution. :heart:
Welcome to your first contribution! :heart:

#### Before Contributing:
You need to run it locally on your desktop.

In order to do that:

Move to the desired location where package.json file is located
In order to do that, go to the desired location where package.json file is located

- Install npm(latest version) -
npm is distributed with Node.js - which means that when you download Node.js,
Expand All @@ -17,24 +15,24 @@ Move to the desired location where package.json file is located
Use this command: `install npm`

- Run these final commands to run it locally:

`npm install`
`npm run build`

`npm start`

#### Table Of Contents
### Table Of Contents
- [Code of Conduct](#code-of-conduct)
- [Translation Guide](#translation-guide)

## Code of Conduct
If you want to contribute, you need to know a few things.

[Code of conduct](../CODE_OF_CONDUCT.md)
[Code of Conduct](../CODE_OF_CONDUCT.md)

## Translation Guide
We have some rules for translation. If you make the first translation for your language, you must add your language list on `Translations.md`.

#### Example
### Example

`Translations.md`
```markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
* Comment below about what you've started working on.
* Add, commit, push your changes.
* Submit a pull request and add this in comments - `Addresses #<put issue number here>`
* Ask for a review in comments section of pull request.
* Ask for reviews in comments section of pull request.
* Celebrate your contribution to this project. 🎉
10 changes: 5 additions & 5 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
Examples of behaviour that contributes to creating a positive environment
include:

* Using welcoming and inclusive language.
Expand All @@ -20,7 +20,7 @@ include:
* Focusing on what is best for the community.
* Showing empathy towards other community members.

Examples of unacceptable behavior by participants include:
Examples of unacceptable behaviour by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or advances.
* Trolling, insulting/derogatory comments, and personal or political attacks.
Expand All @@ -31,13 +31,13 @@ Examples of unacceptable behavior by participants include:
## Our Responsibilities

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.
behaviour and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behaviour.

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,
permanently any contributor for other behaviours that they deem inappropriate,
threatening, offensive, or harmful.

## Scope
Expand Down
Loading

0 comments on commit db1d955

Please sign in to comment.