Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 694 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 694 Bytes

Setup

For Anyone

Create an issue with the details for your group. Be sure to match the format already being followed.

## Slack/Group Name

Description goes here

* [Homepage](https://groupname.slack.com/)
* [Invite](https://vantech.herokuapp.com/) -- if you have one
* Categories: Thing, Thing, Thing

---

For Lazy Devs

Add your group to the README.md in alphabetical order.

For Senior Devs

  • fork this repo and clone it
  • cd slack-groups
  • git checkout -b adding-new-group
  • npm install
  • add your group to the README.md
  • npm run build
  • git add .
  • git commit -m 'add my cool group!'
  • git push origin adding-new-group
  • open a new PR here