# Contributing guide thank you for considering contributing to binks! if you want to add somthing to the language or the standard library create a pull requst implmenting it (its better discassing it by an issue first) or issue exaplainig the feature and why it will be good in the language ## Creating a Pull Request an ideal pull request will contain the following parts 1. explanation about why the functionality is useful 2. Update the README.md with details of changes to the langauge 3. documented tested code ## Request a feature by an Issue if you dont want to implement the feature yourself, but think it will will be useful, you can request the feature by an issue and i will try to implement it in myself when i'll have the time ## Other contributions Refactoring, improving documentation, adding tests and other kinds of improvements are really appreciated as well.