aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
...
* CI: add compile test for arc_archsPaul Spooren2020-09-12
| | | | | | | A package recently failed building exclusively for this architecture, therefore test it as well. Signed-off-by: Paul Spooren <mail@aparcar.org>
* CI: fix compilation of all packagesPaul Spooren2020-09-08
| | | | | | | | By using `feeds install -d y` the CI tries to install e.g. `libcxx` which fails, unrelated to the tested packages. Now follow the approach of the current CircleCI implementation. Signed-off-by: Paul Spooren <mail@aparcar.org>
* CI: fix artifact folder and add more test SDKsPaul Spooren2020-09-05
| | | | | | | | | | | | | | | | | The CI adds the `packages.git` repository to the `feeds.conf`, which makes the repository redundant. Once called `packages` including the upstream status, once `packages_ci` (previously `action`) including the PRs changes. This commit changes the binary artifact folder from `packages` to `packages_ci`, as the SDK choses packages from the modified PR branch over the `packages` branch. Also add additional targets to test, as each target only takes a few minutes to test: aarch64_cortex-a53, arm_cortex-a15_neon-vfpv4 and i386_pentium4. Signed-off-by: Paul Spooren <mail@aparcar.org>
* CI: use GitHub action for Pull RequestsPaul Spooren2020-09-04
| | | | | | | | Test all GitHub pull requests for multiple architectures and store build logs and created packages. This is the first commit of a series of patches to simplify the life of maintainers. Signed-off-by: Paul Spooren <mail@aparcar.org>
* repo: Add more information to the issue templateDaniel Engberg2019-04-07
| | | | | | | Rephrase the template a bit and add information about older releases and forks. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* github: adapt templatesYousong Zhou2018-01-27
| | | | | | | | | | | | | Remove refs to LEDE and use "OpenWrt" instead of "OpenWRT" Remove instructions on self-checking pull request content for the following considerations - The checks are now enforced by travis autocheck scripts - Github now prompts users to refer to the contributing guide on submitting new issue and pull request Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Add an issue templateYousong Zhou2016-08-25
| | | | | | | So that maintainers can receive at least one notification at the issue creation time ;) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Improve pull_request_templateEtienne CHAMPETIER2016-07-03
| | | | | | | commit message is copied at the end of the template when creating PR, so swap instructions and template part Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* Improve pull_request_templateEtienne CHAMPETIER2016-07-02
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* Rename pull_request_template (it's text not markdown)Etienne CHAMPETIER2016-07-02
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* Add a pull request templateEtienne CHAMPETIER2016-06-17
I hope this will help triage PR and reduce commits not following guidelines Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>