Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.02 KB

File metadata and controls

32 lines (18 loc) · 1.02 KB

Contributing

This project welcomes contributions and suggestions.

For questions, discovered bugs, enhancements, or help: leave an issue with the appropriate tag.

Getting startered

To get started with contributing to this project, fork the repository, clone the project into your environment, make your desired changes and submit a pull request to the development branch.

Making a Pull Request

Naming conventions for pull request branches are ass follows

feature/<branch-name> # New features


refactor/<branch-name> # Changes to currently existing features


fix/<branch-name> # Bug fixes and hot patches

Future considerations

TODO: Move these to github issues