Giter Club home page Giter Club logo

sprintq's Introduction

sprintQ

An example application is at sprintq.meteor.com!

Create listings of open source issues for sprints or other events

The idea for this project came out of a need at Classic Graphics. We encourage the development team to work on open source contribution. I am often asked if I have some "good" issues (fit for skill level and of benefit to Classic) for developers to work on in the open source community, especially on drupal.org. While I keep a number of these issues in OmniFocus, I thought it would be awesome to have a curated list of open source issues.

Another good use case for sprintq is to organize issues for sprints. When you are planning a sprint, just start up a sprintq list and add issues with links to the actual project issues. The list can combine issues from different issue queues and span different types of work (ex: development, documentation, testing, etc.).

During a sprint, just "claim" your issue so others know you are working on it.

Config

To set up the Github login credentials, create the file server/github-config.js and insert this code:

ServiceConfiguration.configurations.remove({
  service: "github"
});
ServiceConfiguration.configurations.insert({
  service: 'github',
  clientId: 'clientId',
  secret: 'githubAPISecret'
});

To create the GitHub secret you see above, see this GitHub blog post.

sprintq's People

Contributors

bfodeke avatar danhouse73 avatar jimbog avatar mgbellaire avatar shrop avatar tecto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.