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

This step is important for discoverability! #3

Closed
milesibastos opened this issue Nov 17, 2015 · 0 comments
Closed

This step is important for discoverability! #3

milesibastos opened this issue Nov 17, 2015 · 0 comments
Assignees
Milestone

Comments

@milesibastos
Copy link
Member

Once your chapter is up and running, make a pull request to the NodeSchool website to add a chapter JSON file to the /chapters directory. When your request is accepted, your chapter will get auto-added to http://nodeschool.io/chapters.html

The chapter JSON file should look something like this:

{
  "name": "Baltimore NodeSchool",
  "location": "Baltimore, MD",
  "country": "US",
  "region": "North America",
  "organizers": ["jasonrhodes"],
  "website": "http://nodeschool.io/baltimore",
  "twitter": "bmorenodeschool",
  "repo": "http://github.com/nodeschool/baltimore"
}

Chapter JSON field info:

field description
name* Whatever you call your event, often <location> NodeSchool
location* This appears on the chapters.html page, often <City> or <City, State> but can be any geocode-able string
country If your location isn't a country, list the ISO-3166 2-letter country code for consistency
region* Choose an existing region from the chapters page if possible--if not then pick a broad, non-country region name
organizers An array of GitHub usernames
website URL to the main website for your chapter, if one exists besides your GitHub repo
repo* GitHub repo URL
other? Any other services like Twitter, Gitter, etc. that exist for the chapter (not the organizer's info)

*required

ref: https://github.com/nodeschool/organizers

@milesibastos milesibastos added this to the v1.0 milestone Nov 17, 2015
@milesibastos milesibastos self-assigned this Nov 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant