Skip to content

Commit

Permalink
Merge pull request #307 from henricm/contributing
Browse files Browse the repository at this point in the history
chore: add contribution info to readme
  • Loading branch information
argoyle authored Mar 10, 2023
2 parents 69cc399 + 99d9902 commit 20fb781
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,15 @@ utility_meter:
source: sensor.ferroamp_external_energy_produced
cycle: monthly
```
## Contributing
Everybody is invited and welcome to contribute to the Ferroamp Sensors integration.
The process is straight-forward.
- Read [How to get faster PR reviews](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#best-practices-for-faster-reviews) by Kubernetes (but skip step 0 and 1)
- Fork the Ferroamp Sensors [git repository](https://github.com/henricm/ha-ferroamp).
- Make the changes.
- Ensure tests work.
- Commit the code following the [Conventional Commits](https://www.conventionalcommits.org/) format.
- Create a Pull Request against the [**master**](https://github.com/henricm/ha-ferroamp/tree/master) branch of Ferroamp Sensors.

0 comments on commit 20fb781

Please sign in to comment.