Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activating Open Collective #33

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- Love echoes-player? Please consider supporting our collective:
👉 https://opencollective.com/echoes-player/donate -->
67 changes: 67 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# Contribute

## Introduction

First, thank you for considering contributing to echoes-player! It's people like you that make the open source community such a great community! 😊

We welcome any type of contribution, not only code. You can help with
- **QA**: file bug reports, the more details you can give the better (e.g. screenshots with the console open)
- **Marketing**: writing blog posts, howto's, printing stickers, ...
- **Community**: presenting the project at meetups, organizing a dedicated meetup for the local community, ...
- **Code**: take a look at the [open issues](issues). Even if you can't write code, commenting on them, showing that you care about a given issue matters. It helps us triage them.
- **Money**: we welcome financial contributions in full transparency on our [open collective](https://opencollective.com/echoes-player).

## Your First Contribution

Working on your first Pull Request? You can learn how from this *free* series, [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github).

## Submitting code

Any code change should be submitted as a pull request. The description should explain what the code does and give steps to execute it. The pull request should also contain tests.

## Code review process

The bigger the pull request, the longer it will take to review and merge. Try to break down large pull requests in smaller chunks that are easier to review and merge.
It is also always helpful to have some context for your pull request. What was the purpose? Why does it matter to you?

## Financial contributions

We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/echoes-player).
Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.

## Questions

If you have any questions, create an [issue](issue) (protip: do a quick search first to see if someone else didn't ask the same question before!).
You can also reach us at [email protected].

## Credits

### Contributors

Thank you to all the people who have already contributed to echoes-player!
<a href="graphs/contributors"><img src="https://opencollective.com/echoes-player/contributors.svg?width=890" /></a>


### Backers

Thank you to all our backers! [[Become a backer](https://opencollective.com/echoes-player#backer)]

<a href="https://opencollective.com/echoes-player#backers" target="_blank"><img src="https://opencollective.com/echoes-player/backers.svg?width=890"></a>


### Sponsors

Thank you to all our sponsors! (please ask your company to also support this open source project by [becoming a sponsor](https://opencollective.com/echoes-player#sponsor))

<a href="https://opencollective.com/echoes-player/sponsor/0/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/1/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/2/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/3/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/4/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/5/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/6/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/7/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/8/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/9/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/9/avatar.svg"></a>

<!-- This `CONTRIBUTING.md` is based on @nayafia's template https://github.com/nayafia/contributing-template -->
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/orizens/echoes-player.svg?branch=master)](https://travis-ci.org/orizens/echoes-player) [![Code Climate](https://codeclimate.com/github/orizens/echoes-player/badges/gpa.svg)](https://codeclimate.com/github/orizens/echoes-player)
[![Build Status](https://travis-ci.org/orizens/echoes-player.svg?branch=master)](https://travis-ci.org/orizens/echoes-player) [![Code Climate](https://codeclimate.com/github/orizens/echoes-player/badges/gpa.svg)](https://codeclimate.com/github/orizens/echoes-player) [![Backers on Open Collective](https://opencollective.com/echoes-player/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/echoes-player/sponsors/badge.svg)](#sponsors)


# Echoes Player - Angular Version (2nd Generation)
Echoes is a great youtube player developed by [Oren Farhi](http://orizens.com).
Expand Down Expand Up @@ -91,4 +92,33 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
[look at issue](https://github.com/angular/angular-cli/issues/4172)
1. make sure ```npm i source-map-explorer -g```
1. ```ng build --prod --aot --sm``` (the sourcemap is for later steps)
1. ```cd dist && source-map-explorer A-FILE-WITH-HASH.js```
1. ```cd dist && source-map-explorer A-FILE-WITH-HASH.js```
## Contributors

This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="graphs/contributors"><img src="https://opencollective.com/echoes-player/contributors.svg?width=890" /></a>


## Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/echoes-player#backer)]

<a href="https://opencollective.com/echoes-player#backers" target="_blank"><img src="https://opencollective.com/echoes-player/backers.svg?width=890"></a>


## Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/echoes-player#sponsor)]

<a href="https://opencollective.com/echoes-player/sponsor/0/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/1/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/2/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/3/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/4/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/5/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/6/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/7/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/8/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/echoes-player/sponsor/9/website" target="_blank"><img src="https://opencollective.com/echoes-player/sponsor/9/avatar.svg"></a>


8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "ng build",
"build:prod": "ng build --prod",
"build:env": "node config/build-env.js",
"postinstall": "npm rebuild node-sass",
"postinstall": "npm rebuild node-sass && opencollective postinstall",
"copy:heroku": "shx cp -r ./config/heroku/*.* ./dist",
"copy:domain": "shx cp CNAME ./dist",
"copy:package": "shx cp ./package.json ./dist/assets/",
Expand All @@ -33,6 +33,7 @@
"@angular/router": "^5.0.0",
"core-js": "^2.4.1",
"http-server": "0.10.0",
"opencollective": "^1.0.3",
"replace": "0.3.0",
"rxjs": "^5.5.2",
"zone.js": "^0.8.14"
Expand Down Expand Up @@ -76,5 +77,10 @@
"tslint": "~5.7.0",
"typescript": "~2.4.2",
"uglify-es": "3.2.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/echoes-player",
"logo": "https://opencollective.com/echoes-player/logo.txt"
}
}