Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

WIP: Add basic contribute.json #148

Merged
merged 3 commits into from Jul 10, 2017

Conversation

pdehaan
Copy link
Collaborator

@pdehaan pdehaan commented Jun 26, 2017

Fixes #147

@@ -0,0 +1,27 @@
{
"name": "portal-alpha",
"description": "File Sharing Experiment",
Copy link
Collaborator Author

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",
Copy link
Collaborator Author

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.

"report": "https://github.com/mozilla/something-awesome/issues/new"
},
"urls": {
"prod": "https://fileshare.stage.mozaws.net/",
Copy link
Collaborator Author

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.

Copy link
Collaborator Author

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.

@dannycoates dannycoates mentioned this pull request Jul 6, 2017
9 tasks
@pdehaan pdehaan changed the title Add basic contribute.json WIP: Add basic contribute.json Jul 6, 2017
@@ -0,0 +1,28 @@
{
"name": "portal-alpha",
Copy link
Collaborator Author

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.

"urls": {
"prod": "https://fileshare.stage.mozaws.net/",
"stage": "https://fileshare.stage.mozaws.net/",
"dev": "https://fileshare.dev.mozaws.net/"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These URLs (and any references to "something-awesome") will need to be updated per #7 and #166. Slapping "WIP:" on this PR so I can modify as #7 checklist completes.

@dannycoates dannycoates merged commit 412a785 into mozilla:master Jul 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants