Skip to content

Commit

Permalink
✨ Added: Setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
RizonFTW authored May 7, 2021
1 parent f63cea6 commit d36325e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@
If you want to contribute to neocord, feel free to fork the repo and submit a pr when you're done with something. Please do not use a formatter but try to stick to the formatting of other files.
Prettier will be introduced at a later date, same goes for eslint.

## Setup

First, fork the neocord repository so you are able to make pull requests. Then, clone your fork:
```
git clone https://github.com/{you-user}/neocord.git
```

Keep up to date on your fork:
```
cd neocord
git checkout main
git pull https://github.com/neo-cord/neocord.git main
```

Building the code:
```
cd neocord
yarn
```
Now your ready to code your mind away! (Please read the [Format](https://github.com/neo-cord/neocord/blob/master/.github/CONTRIBUTING.md#format) section before making pull requests!).

## Commits

**Make sure to use [this formatting](https://gitmoji.carloscuesta.me/) for commit emojis or your pr won't get merged.**
Expand Down

0 comments on commit d36325e

Please sign in to comment.