Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 626 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 626 Bytes

Contributing

Adding your project

  1. Fork this repository
  2. Create your branch: git checkout -b my-project-name
  3. Add your project to the list of projects in projects.ts . Make sure you follow the format for the project type here in types.ts
  4. Commit your changes: git commit -m 'Add my project'
  5. Push to the branch: git push origin my-project-name

Normal contribution

  1. Fork this repository
  2. Create your branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature