From a4152a23f102a01eacd969c5f5ece2f16ccd8ce9 Mon Sep 17 00:00:00 2001 From: JakobLichterfeld Date: Sat, 2 Nov 2024 10:28:30 +0100 Subject: [PATCH] docs: add contributing guidelines (#4345) * docs: add contributing guidelines * docs: update changelog --- CHANGELOG.md | 2 ++ CONTRIBUTING | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c9da89cf..bf72cb4c94 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 0000000000..592e63e8b3 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,3 @@ +# Contributing Guidelines + +see [Development and Contributing](https://docs.teslamate.org/docs/development/)