Fork the NRV DEV repository.
Clone the fork into your environment.
Create a new branch and update _data/groups.json to include your group.
 
        git checkout -b pied-pipers
        
         
        {
          "name": "The Pied Pipers",
          "imageUrl": "http://s3.amazonaws.com/assets.piedpiper.pro/app/uploads/2018/05/piedpiper_507_blog.jpg",
          "contact": "Jared Dunn",
          "website": "http://www.piedpiper.com",
          "nextEvent": "TBD",
          "location": "Silicon Valley",
          "details": "The dream of a decentralized Internet has been a long time coming. We meet to discuss further."
        }
        
      Not all fields are required and we do provide a few defaults to choose from. If you leave the field blank, then a default will be randomly selected for you.
imageUrl:
              /images/default-group.jpg
Commit your changes and push up your branch.
Create your Pull Request and check out your deploy preview to make sure everything looks like you want it to.
    🎉 Get that merge notification! 🎉