Skip to content

Commit

Permalink
contrib: update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed Sep 23, 2018
1 parent fd63323 commit 7074bbb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
@@ -1,12 +1,15 @@
# Contributing to Learn Anything

There are many ways you can contribute. You can:

- Improve the website by using it and adding resources you liked to relevant topics.
- Improve our [curated lists on various topics](https://github.com/learn-anything/curated-lists#readme). Instructions for how to improve them can be found on each of the lists.
- Submit [issues](../../issues/) with feature requests or bug reports. **Please give as many details as possible**. If you can (and want to) fix the issue, please tell us in the issue.
- Contribute to the website via [Pull Requests]([issues](../../pulls/)). Instructions below will provide all necessary information on how you can do that from setting up the website to run locally to how you can add and contribute changes to the code base.
- Ask questions on [Telegram](https://t.me/learnanything) and discuss ideas and share thoughts about the project.
- Contribute to the website via [Pull Requests](<[issues](../../pulls/)>). Instructions below will provide all necessary information on how you can do that from setting up the website to run locally to how you can add and contribute changes to the code base.
- Ask questions on [Discord](https://discord.gg/KKYdWjt) and discuss ideas and share thoughts about the project.

## Run the project

1. [Fork](https://help.github.com/articles/fork-a-repo/) the project, clone your fork:

```Bash
Expand All @@ -32,6 +35,7 @@ npm run test
-->

## Submitting a Pull Request

Please go through [existing issues](../../issues/) and [pull requests](../../pulls/) to check if somebody else is already working on the issue.

#### Thank you for taking the time to contribute! 💜
#### Thank you for taking the time to contribute! 💜

0 comments on commit 7074bbb

Please sign in to comment.