Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 881 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 881 Bytes

Contributing

Submitting an Issue

We use GitHub Issues to track bugs and features. You can indicate support for an existing issue by adding a thumbs up. When submitting a bug report, please include a Gist that includes a stack trace and any details that may be necessary to reproduce the bug.

Submitting a Pull Request

You can add a feature or bug-fix via pull request.

  1. Fork the repository
  2. Create a branch for your feature or fix from the develop branch. Replace your-feature-name with a description of your feature or fix:
git checkout -b your-feature-name develop
  1. Implement your feature or bug fix
  2. Commit and push your changes
  3. Submit a pull request to the develop branch of the repository.