diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd06f4ed..aff75a1e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/ROADMAP.md b/ROADMAP.md index 5caba8fc..d502b5e9 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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