Merge pull request #42 from mozilla/issues/17/1
Fixes #17. Update docs to indicate this repo is no longer private.
This commit is contained in:
Коммит
e13676c96a
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[![CircleCI](https://circleci.com/gh/mozilla/webcompat-blipz-experiment-issues.svg?style=svg&circle-token=85b98f657531c7f90e84082cd9220d1babf27fd6)](https://circleci.com/gh/mozilla/webcompat-blipz-experiment-issues)
|
[![CircleCI](https://circleci.com/gh/mozilla/webcompat-blipz-experiment-issues.svg?style=svg&circle-token=85b98f657531c7f90e84082cd9220d1babf27fd6)](https://circleci.com/gh/mozilla/webcompat-blipz-experiment-issues)
|
||||||
|
|
||||||
Private repo used to host the code for filing issues from the webcompat-blipz-experiement web extension, *and* as a place to collect those private issues.
|
Repo used to host the code for filing issues from the webcompat-blipz-experiement web extension. Actual user-reported issues are not filed here, but elsewhere.
|
||||||
|
|
||||||
## Local installation
|
## Local installation
|
||||||
|
|
||||||
|
@ -23,7 +23,8 @@ This server exposes a `/new` endpoint that expects the following `multipart/form
|
||||||
{
|
{
|
||||||
"body": the issue body (required)
|
"body": the issue body (required)
|
||||||
"title": the issue title (required),
|
"title": the issue title (required),
|
||||||
"screenshot": base64 encoded jpeg (optional)
|
"screenshot": base64 encoded jpeg (optional),
|
||||||
|
"labels": array of strings (optional)
|
||||||
}
|
}
|
||||||
|
|
||||||
A GitHub issue will be created, assuming all the credentials are correct, and if there's a screenshot in the payload, it will be uploaded to a private s3 bucket. Once that is done, a link to the uploaded image will be posted as a comment in the newly created issue. For privacy and security reasons, the GitHub repo is private and locked down to a small team of Mozilla employees within the @mozilla GitHub org. If you think you need access, ping miket@mozilla.com. The s3 bucket is restricted to people with IAM access, and the images are not accessible from GitHub issues.
|
A GitHub issue will be created, assuming all the credentials are correct, and if there's a screenshot in the payload, it will be uploaded to a private s3 bucket. Once that is done, a link to the uploaded image will be posted as a comment in the newly created issue. For privacy and security reasons, the GitHub repo and its issues are private and locked down to a small team of Mozilla employees within the @mozilla GitHub org. If you think you need access, ping miket@mozilla.com. The s3 bucket is restricted to people with IAM access, and the images are not accessible from GitHub issues.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче