diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f2fab5 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Vhack.eu server infrastructure + +This repository includes the all configurations for all services at vhack.eu and +foss-syndicate.org. + +## Contributing + +### Issue reporting + +Issues are tracked [online](https://issues.foss-syndicate.org/issues/open) by +[back](./pkgs/by-name/ba/back). + +Please send issue reports via mail to [admin@vhack.eu](mailto://admin@vhack.eu). Beware +that we use [git-bug](https://github.com/git-bug/git-bug) for issue tracking, so you can +clone this repository and get a list of open issues with `git bug ls`. +We plan to improve this issue reporting system in the future. + +### Patches + +Please send your patches for now to [admin@vhack.eu](mailto://admin@vhack.eu) (with `git format-patch` and `git send-email`). +We're planning to set up a mailing list in the future to improve this process. |