Merge pull request #532 from github/roadmap-installation

Roadmap: installation experience
This commit is contained in:
risk danger olson 2015-07-29 10:42:06 -06:00
commit 4549581513
2 changed files with 16 additions and 3 deletions

@ -6,6 +6,19 @@ help is essential for keeping it great.
This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to uphold this code.
[code-of-conduct]: http://todogroup.org/opencodeofconduct/#Git LFS/opensource@github.com
## Issue Labels
The Git LFS teams mark issues and pull requests with the following labels:
* `bug` - An issue describing a bug.
* `enhancement` - An issue for a possible new feature.
* `review` - An issue ready to be reviewed.
* `release` - A checklist issue showing items marked for an upcoming release.
* `roadmap` - A checklist issue with tasks to fulfill something from the
[roadmap](./ROADMAP.md)
* `storage` - Used internally by the core contributors from GitHub. It just
means we're paying extra attention to it.
## Feature Requests
Feature requests are welcome, but will have a much better chance of being

@ -6,7 +6,7 @@ Git LFS. If you have an idea for a new feature, open an issue for discussion.
## Releases
* 0.5 - Initial release using the [original HTTP API](docs/api/http-v1-original.md)
* 0.6 - First release using the [batch HTTP API](docs/api/http-v1-batch.md),
* 0.6 - First release using the [batch HTTP API](docs/api/http-v1-batch.md),
with a fallback to the original API.
* 0.7 - Drops support for the original API.
@ -17,9 +17,9 @@ and we have a good idea how they could work.
* Fast, efficient uploading and downloading ([#414](https://github.com/github/git-lfs/issues/414)).
* Improved local storage management ([#490](https://github.com/github/git-lfs/issues/490)).
* [Extensions](docs/proposals/extensions.md) (#486).
* Improved installation/upgrade experience (#531).
* Ability to remove objects from the command line through the API.
* [Extensions](docs/proposals/extensions.md).
* Official packages for CentOS, Apt.
* Go 1.5+
## Possible Features