Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 865 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 865 Bytes

Cock API

Info

An API for information about chickens. To see the endpoints, read the documentation

Contributing

I'm a terrible programmer, so I'd appreciate your help!

Missing features or found bugs

Feel free to submit an issue.

Submitting PRs

Want to contribute to the codebase? Follow the ts.dev style guide, and move on to the following steps:

  1. Fork this repo.

  2. In your forked repository, create your own branch

git checkout -b my-branch master
  1. Commit your changes with a message that conforms with the Angular conventional commits standards

  2. Push your changes to GitHub

git push origin my-branch
  1. Submit a PR to master.

Credits