CI: copy .github from openwrt-packages
authorNick Hainke <vincent@systemli.org>
Sat, 29 May 2021 17:28:51 +0000 (19:28 +0200)
committerMoritz Warning <moritzwarning@web.de>
Wed, 2 Jun 2021 20:32:03 +0000 (22:32 +0200)
commitd1ab87b7db7688f209647a3ce773d69cd978a2d3
treee778091048850b5f57a5e319687c81c3ba2ea61a
parentdc22d38f919a58f90deaea52241c459699af788e
CI: copy .github from openwrt-packages

Just copy .github from openwrt enabling:
- checking of formalities
- checking of build
- issue template
- pr template

Signed-off-by: Nick Hainke <vincent@systemli.org>
.github/issue_template [new file with mode: 0644]
.github/pull_request_template [new file with mode: 0644]
.github/workflows/Dockerfile [new file with mode: 0644]
.github/workflows/ci_helpers.sh [new file with mode: 0644]
.github/workflows/entrypoint.sh [new file with mode: 0755]
.github/workflows/formal.yml [new file with mode: 0644]
.github/workflows/multi-arch-test-build.yml [new file with mode: 0644]