Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified structure #201

Closed
wants to merge 1 commit into from
Closed

Conversation

riyabasak52
Copy link

Fixes #99

Changes:

Screenshots for the change:

Before:
[
{
"name":"Hindi Localization Group",
"github":null,
"telegram":"https://t.me/joinchat/CEMWVhH5ueW0zSAqfma6lA"
},
{
"name":"Malayalam Localization Group",
"github":null,
"telegram":"https://t.me/firefoxsmc"
},
{
"name":"Mozilla Open Design",
"github":"https://github.com/mozilla/OpenDesign/",
"telegram":"https://t.me/opendesign"
}
]

After:
[
{
"name":["Mozilla Open Design", "Malayalam Localization Group","Hindi Localization Group" ]
"github":["https://github.com/mozilla/OpenDesign/",null,null]
"telegram":["https://t.me/opendesign","https://t.me/firefoxsmc","https://t.me/joinchat/CEMWVhH5ueW0zSAqfma6lA"]
}
]

@asdofindia
Copy link
Contributor

Thanks for your contribution, but I'll close this at the moment because it isn't a complete PR. Feel free to discuss/reopen.

@asdofindia asdofindia closed this Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port groups from groups pilot
2 participants