Skip to content

Commit b95ce62

Browse files
committed
Merge branch 'master' of git://github.com/Code52/code52.github.com
2 parents 7a8ab4c + 83389b8 commit b95ce62

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

_posts/2011-01-16-ideastrike.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: post
3+
title: "Week 3: Ideastrike"
4+
author: "@tobin"
5+
comments: true
6+
date: 2012-01-17
7+
---
8+
9+
##This week's idea
10+
11+
Two weeks down, and the momentum is strong - we've got a packed room over at [Jabbr](http://jabbr.net/#/rooms/code52), we've been featured on the [Github blog](https://github.com/blog/1024-a-new-coding-project-every-week-at-code52), and we've got two projects that are going strong.
12+
13+
So now we're on to week three, and another idea from our community - [Ideastrike!](https://github.com/Code52/Ideastrike) (code to go up soon ;))
14+
15+
Basically, our aim this week is to create a great site to give ideas and feedback, focusing on software development and good integration with other tooling.
16+
17+
There are many feedback and voting mechanism for ideas, but we think we can provide an open-source alternative, that is feature rich, simple, but powerful, and will be a great asset for the small guys trying to get started on projects.
18+
19+
We've got a [Trello board](https://trello.com/board/ideastrike/4f137b417201526045146b8a) set up for it which we'll be keeping in sync with jobs from our Github issues as we get them scheduled and assigned.
20+
21+
##What platform are we looking at?
22+
23+
Well, we've had a lot of feedback this week about this being a ".NET only" group - we don't intend it to be that way, but as it was said on [The West Wing](http://en.wikipedia.org/wiki/The_West_Wing) - "Decisions are made by those who show up".
24+
25+
We're looking for the primary group to start working with an ASP.NET framework - [Nancy](https://github.com/NancyFx/Nancy) as it's what some of us are familiar with, and what we think others with .NET experience will get up to speed on quicky. We also benefit from two [exceptional](https://twitter.com/grumpydev) [guys](https://twitter.com/thecodejunkie) who have been, and we hope will be, stopping by to offer support and advice.
26+
27+
That being said, if some of the other communities out there - be it Java, Ruby, Python, Node.JS, Haskell, Erlang or Perl want to get involved - stop by, help us make decisions, and gather a group and code.
28+
29+
We're happy to *have* help, we're happy *to* help.
30+
31+
One idea we've had is if we collaboratively work on a set of specifications, so we can jointly create something that works cross-platform, for different scenarios and different communities - but a shared reference.
32+
33+
We're happy to discuss it, to offer support, publicity where we can, but what we need is - if you're serious about contributing and you want to make this more than just about .NET, we need you to show up.
34+
35+
##So what now?
36+
37+
We'll be getting some code set up on the github in the next 24 hours, and discussing approaches and drawing up a battle plan in the chatroom - if you've got ideas you want, come in and discuss them with us (ping @aeoth, @shifty and @tobin in the room please), or leave a message on this blog post.
38+
39+
Get into the chatroom at [JabbR](http://jabbr.net/#/rooms/code52) and join in on the fun!
40+
41+
-- Code52 team

contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Contributing to Code52 projects
44
---
55

66
##Getting ready to contribute
7+
***For a detailed list of getting started links, head to the [Code52 wiki](https://github.com/Code52/code52.github.com/wiki)***
8+
79
For all of the Code52 projects, we're using Git for our version control, and [GitHub](https://github.com/code52) as the central repo.
810

911
Why Git and GitHub? Git is one of - if not the - leading *distributed* version control systems. All DVCS are faster than the centralised systems like SVN or CVS. We do understand that Git isn't as easy to grok - particularly on Windows - as other tools such as Mercurial (Hg). We feel that GitHub is better suited than other hosted source platforms, so we're persevering with it. There are a fair [few introductions to git](http://book.git-scm.com/), but feel free to ask questions on how to use it in [Jabbr](http://jabbr.net/#/rooms/code52).

0 commit comments

Comments
 (0)