Agile Planning Poker Cards

Agile Planning Poker card webapp

Deployment

This project is hosted on GitHub using GitHub Pages.

https://liamfiddler.github.io/friendly-planning-poker/

Contributing

We love contributions from the community!

Filing Bugs

If you find an issue, please do file it on the repository.

Contributing Pull Requests

PR's are even better than issues. We gladly accept community pull requests. In general there are a few necessary steps before we can accept a pull request:

  • Open an issue describing the problem that you are looking to solve in your PR (if one is not already open), and your approach to solving it. This makes it easier to have a conversation around the best general approach for solving your problem, outside of the code itself.
  • Fork the repo you're making the fix on to your own Github account.
  • Code!
  • Submit your PR, making sure it references the issue you opened.
  • If your PR fixes a bug, make sure the issue includes clear steps to reproduce the bug so we can test your fix.

If you've completed all of these steps the core team will do its best to respond to the PR as soon as possible.