-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
public/contribute.json
Outdated
@@ -0,0 +1,27 @@ | |||
{ | |||
"name": "portal-alpha", | |||
"description": "File Sharing Experiment", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how accurate the name
and description
fields are, but I did a copy-pasta from /package.json.
"license": "MPL-2.0" | ||
}, | ||
"participate": { | ||
"home": "https://github.com/mozilla/something-awesome/blob/master/README.md", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we have a good Wiki landing page for the participate.home
field either.
public/contribute.json
Outdated
"report": "https://github.com/mozilla/something-awesome/issues/new" | ||
}, | ||
"urls": { | ||
"prod": "https://fileshare.stage.mozaws.net/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prod
is inaccurate here until we get a prod stack set up, but just wanted to have the value in here just for giggles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that we have a final name (Send), I assume this can be updated to "send.firefox.com", per #20.
public/contribute.json
Outdated
@@ -0,0 +1,28 @@ | |||
{ | |||
"name": "portal-alpha", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be "firefox-send", per #7.
public/contribute.json
Outdated
"urls": { | ||
"prod": "https://fileshare.stage.mozaws.net/", | ||
"stage": "https://fileshare.stage.mozaws.net/", | ||
"dev": "https://fileshare.dev.mozaws.net/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #147