Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liamfiddler/friendly-planning-poker
Online Planning Poker card webapp
https://github.com/liamfiddler/friendly-planning-poker
agile-development estimation planning-poker
Last synced: 3 months ago
JSON representation
Online Planning Poker card webapp
- Host: GitHub
- URL: https://github.com/liamfiddler/friendly-planning-poker
- Owner: liamfiddler
- Created: 2017-11-03T05:23:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T08:00:27.000Z (over 1 year ago)
- Last Synced: 2024-10-07T23:41:21.704Z (3 months ago)
- Topics: agile-development, estimation, planning-poker
- Language: CSS
- Homepage: https://liamfiddler.github.io/friendly-planning-poker/
- Size: 128 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.