diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c9da89..bf72cb4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ #### Documentation +docs: add contributing guidelines link for GitHub (#4345 - @JakobLichterfeld) + ## [1.31.1] - 2024-10-29 This release primarily prevents beam.smp from overloading the CPU on ARM hosts. It also includes a number of other bug fixes and performance improvements. Enjoy it. diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..592e63e8 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,3 @@ +# Contributing Guidelines + +see [Development and Contributing](https://docs.teslamate.org/docs/development/)