Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 780 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 780 Bytes

How to contribute

Thank you for stopping by and reading. Any and all help is most welcome. Please feel free to get involved in helping to build these Football Fixtures files.

If you spot an error, please report a bug:

Submitting changes

Please send a GitHub Pull Request with a clear list of what you've done (read more about pull requests).

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit.
> 
> A short paragraph describing what has changed."