# CSGOW.TF [![Vue3](https://img.shields.io/badge/created%20with-Vue3-%2342b883?style=flat-square)](https://vuejs.org/) [![Go](https://img.shields.io/badge/created%20with-Go-%2379d4fd?style=flat-square)](https://go.dev/) [![GPL3](https://img.shields.io/badge/licence-GPL3-%23007ec6?style=flat-square)](https://git.harting.dev/CSGOWTF/csgowtf/src/branch/master/LICENSE) [![Liberapay](https://img.shields.io/badge/donate%20on-LiberaPay-%23f6c915?style=flat-square)](https://liberapay.com/CSGOWTF/) [![Liberapay patrons](https://img.shields.io/liberapay/patrons/csgowtf?style=flat-square)](https://liberapay.com/CSGOWTF/) [![Website](https://img.shields.io/website?down_message=down&label=csgow.tf&style=flat-square&up_message=up&url=https%3A%2F%2Fcsgow.tf)](https://csgow.tf/) ### Statistics for CS:GO matchmaking matches. --- ## Backend This is the frontend to the [csgowtfd](https://git.harting.dev/CSGOWTF/csgowtfd) backend. ## Tips on how to contribute - If you are implementing or fixing an issue, please comment on the issue so work is not duplicated. - If you want to implement a new feature, create an issue first describing the issue, so we know about it. - Don't commit unnecessary changes to the codebase or debugging code. - Write meaningful commits or squash them. - Please try to follow the code style of the rest of the codebase. - Only make pull requests to the dev branch. - Only implement one feature per pull request to keep it easy to understand. - Expect comments or questions on your pull request from the project maintainers. We try to keep the code as consistent and maintainable as possible. - Each pull request should come from a new branch in your fork, it should have a meaningful name.