summaryrefslogtreecommitdiff
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CI: Stop running tests with Node.js 10David Mehren2021-04-221-2/+2
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* CI: Run tests with Node.js 16David Mehren2021-04-221-2/+2
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Update actions/setup-node action to v2Renovate Bot2021-02-051-3/+3
| | | | Signed-off-by: Renovate Bot <bot@renovateapp.com>
* Update issue templates to use the new labelsDavid Mehren2020-12-014-4/+4
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Limit CI runs to pushes to master and pull requests against masterTilman Vatteroth2020-11-261-1/+5
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Added zipping and uploading of production buildsErik Michelson2020-11-251-2/+8
| | | | | | | | | This extends the 'production build' workflow with uploading the final bundle as an artifact. The bundle is only uploaded on pushes to `master` and with Node.js 14. Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: David Mehren <git@herrmehren.de>
* linke to the contribution documentation explicitlyPhilip Molares2020-11-211-1/+1
| | | | | Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
* removed `extended changelog`Philip Molares2020-11-211-1/+0
| | | | Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Update .github/pull_request_template.mdPhilip Molares2020-11-211-1/+1
| | | | | Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Update .github/pull_request_template.mdPhilip Molares2020-11-211-1/+1
| | | | | Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Update .github/pull_request_template.mdPhilip Molares2020-11-211-1/+1
| | | | | Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Update .github/pull_request_template.mdPhilip Molares2020-11-211-1/+1
| | | | | Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>
* changed PR Template to indicate DCO and change handling of unnecessary ↵Philip Molares2020-11-201-1/+2
| | | | | | checkboxes. Signed-off-by: Philip Molares <philip.molares@udo.edu>
* Direct questions to the community forumDavid Mehren2020-11-161-2/+1
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Update .github/ISSUE_TEMPLATE/bug_report.mdPhilip Molares2020-11-161-1/+1
| | | Co-authored-by: David Mehren <git@herrmehren.de>
* Update .github/ISSUE_TEMPLATE/feature_request.mdPhilip Molares2020-11-161-1/+1
| | | Co-authored-by: David Mehren <git@herrmehren.de>
* Add templates for issues and PRsJonas Zohren2020-11-165-0/+129
| | | | Signed-off-by: Jonas Zohren <15788906+jfowl@users.noreply.github.com>
* Migrate to GitHub ActionsDavid Mehren2020-11-111-0/+82
GH Actions now also do a production build with all supported Node versions to catch any Webpack errors Signed-off-by: David Mehren <git@herrmehren.de>