Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.83 KB

CONTRIBUTING.md

File metadata and controls

38 lines (30 loc) · 1.83 KB

Contributing

If you discover issues, have ideas for improvements or new features, please report them to the issue tracker of the repository or submit a pull request. Please, try to follow these guidelines when you do so.

Guidelines

Changelog entry format

Here are a few examples:

* [#11](https://github.com/sarslanoglu/turkish_cities/pull/11): Change city_list data to yaml file format
* [#6](https://github.com/sarslanoglu/turkish_cities/pull/6): Fix capital Turkish characters bug on cities with capital 'I' letter
* [#16](https://github.com/sarslanoglu/turkish_cities/pull/16): Handle error messages at ```find_name_by_plate_number``` and ```find_plate_number_by_name``` methods
  • Mark it up in Markdown syntax.
  • The entry line should start with * (an asterisk and a space).
  • If the change has a related GitHub issue (e.g. a bug fix for a reported issue), put a link to the issue as [#11](https://github.com/sarslanoglu/turkish_cities/issues/11): .