polyglotweekly / polyglotweekly.com

Curated articles about the art of programming.
http://www.polyglotweekly.com
ISC License
51 stars 5 forks source link

polyglotweekly.com

Curated articles about the art of programming.

How Polyglot Weekly Works

Generating an Article

Anyone can submit a pull request for an article to Polyglot Weekly, simply run:

git clone https://github.com/polyglotweekly/polyglotweekly.com.git
cd polyglotweekly.com
nvm use 0.10 # sorry, no 0.12.x or iojs yet.
npm install
npm run generate

Keep the following contribution guidelines in mind:

The Editorial Process

Articles are submitted to the polyglotweekly.com repository as a pull request. This allows a conversation to take place with the community surrounding the article. This discussion may include:

Once the conversation surrounding an article is complete, it will be merged on to master and become visible on www.polyglotweekly.com.