Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamwong246/github-issue-prioritizer
https://github.com/adamwong246/github-issue-prioritizer
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamwong246/github-issue-prioritizer
- Owner: adamwong246
- License: mit
- Created: 2014-09-10T18:47:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-19T04:39:15.000Z (over 10 years ago)
- Last Synced: 2023-03-24T02:08:39.715Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
github-issue-prioritizer
========================##### example
Insert the following json into a issue description *as YAML frontmatter.* See issues for in this repo for more examples.
```json
{
"due_date": "Jan 1st 2015", // any format you like
"business_value": 15, // -100..100, where -100 is bankruptcy and 100 is bought-out-by-google
"technical_value": 10, // -100..100, where -100 sets fire to the server and 100 is impossible
"completion": 75, // 0..100, where 0 is not-yet-started and 100 is done
"blockers": [ // a list of issues which block this issue
1,
2,
3
],
"points": 0 // anything, primarily used for testing
}
```