Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1.1 KB

Table of Contents

Opening an Issue

Whenever that open an issue is important that the explain be clear and direct.

Submiting a Pull Request

Follows these steps to contribuing to project:

  1. Fork the repository: git clone https://github.com/podcastcrawler/podcastcrawler
  2. Create a new branch: git checkout -b my-feature-name
  3. Commit your changes*: git commit -m 'some description'
  4. Push to the branch: git push origin my-feature-name
  5. Submit a pull request :)

*Go to the commits page to see the pattern.

Testing

To validate the tests, run the command phpunit on the application root.

License

Podcast Crawler is open-sourced software licensed under the MIT License (MIT), then when you contributes you agree to license it. Please see LICENSE for more information.

Thank you for you contribute! ❤️