Skip to content

Commit

Permalink
Merge pull request firstcontributions#2 from firstcontributions/master
Browse files Browse the repository at this point in the history
Updated repo
  • Loading branch information
Busterz authored Oct 6, 2018
2 parents e7e48d0 + 0689a11 commit 87d63c6
Show file tree
Hide file tree
Showing 188 changed files with 9,174 additions and 10,257 deletions.
28 changes: 24 additions & 4 deletions CONTRIBUTING.md → .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
# Contribution guide
# Contribution guide

Welcome to your first contribution. :heart:

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

In order to do that:

Move to 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,
you automatically get npm installed on your computer.
https://www.npmjs.com/get-npm
- Install all the dependencies used by this project.
Use this command: `install npm`

- Run these final commands to run it locally:

`npm run build`

`npm start`

#### 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`.
Expand All @@ -26,8 +46,8 @@ We have some rules for translation. If you make the first translation for your l
```

## TODO
- [x] Fixed grammar for contribution Guide
- [ ] Add more example and more guide
- [ ] Fix grammar for contribution guide
- [ ] Add more examples and more guides


Thanks! :heart:
10 changes: 5 additions & 5 deletions ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

📋 **Steps to solve the problem**

* 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
* Celebrate your contribution to this project 🎉
* 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.
* Celebrate your contribution to this project. 🎉
32 changes: 31 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
#
.DS_Store

#eslint
#
.eslintcache

# Logs
#
logs
*.log
npm-debug.log*

# temp files
#
*.~temp

# Xcode
#
build/
Expand Down Expand Up @@ -40,7 +54,6 @@ local.properties
# node.js
#
node_modules/
npm-debug.log

# coverage
#
Expand All @@ -51,3 +64,20 @@ coverage/
#
config.json
/.vs

#Visual Studio Code
#
.vscode/*

#Sublime Text
#
*.sublime-project
*.sublime-workspace

#Vim
#
*.swp
*.swo
Session.vim
.netrwhist
*~
23 changes: 10 additions & 13 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,19 @@ orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
* Using welcoming and inclusive language.
* Being respectful of differing viewpoints and experiences.
* Gracefully accepting constructive criticism.
* Focusing on what is best for the community.
* Showing empathy towards other community members.

Examples of unacceptable behavior 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
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
* The use of sexualized language or imagery and unwelcome sexual attention or advances.
* Trolling, insulting/derogatory comments, and personal or political attacks.
* Public or private harassment.
* Publishing others' private information, such as a physical or electronic address, without explicit permission.
* Other conduct which could reasonably be considered inappropriate in a professional setting.

## Our Responsibilities

Expand Down
Loading

0 comments on commit 87d63c6

Please sign in to comment.