-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afb902d
commit e2b5058
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Contributing | ||
|
||
Help is highly appreciated, if you've got questions feel free to ask. | ||
We're generally reachable in IRC hackint#freifunkh. | ||
|
||
|
||
|
||
Commit style | ||
|
||
This repo uses so called conventional commits. | ||
Which implies, that the commit messages follow a certain style, which can be learned easily and helps building changelogs and cleaner software in general. | ||
|
||
|
||
|
||
CI/CD is favored | ||
|
||
While we're currently not at this point, we'd like to see GitHub actions validate the contents and deploy them upon changes on main. | ||
|
||
|
||
|
||
Hard Fork contributions | ||
|
||
This project is largely based on @lemoer's work for the LeineLab,our local Hacker Space. | ||
There is currently no planned effort to backport fixes and changes, which would be questionable at best due to currently lacking abstractions, but surely won't happen until the LeineLab does publicizes the fork. | ||
|
||
Thanks for the work @lemoer! | ||
|