Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/hotfix-candidate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Hotfix candidate
about: Create a new hotfix candidate issue
title: "[hotfix] hf/vx.x.x"
labels: hotfix
assignees: ''

---

Please check that your version number is correct in the title.
Shortly a comment below will appear with the branch and PR for the new hotfix candidate
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/question.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/release-candidate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Release candidate
about: Create a new release candidate issue
title: "[release] rc/vx.x.x"
labels: release
assignees: ''

---

Please check that your version number is correct in the title.
Shortly a comment below will appear with the branch and PR for the new release candidate
5 changes: 0 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
- [ ] The new changes do not affect the documentation (including screenshots)

- [ ] The new changes do not impact the QC report

5 changes: 0 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE/main-pr.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Critical checks

- [ ] Is the test version number correct (x.x.x-9000)?
- [ ] Is the version number correct?

- [ ] DESCRIPTION file
- [ ] DESCRIPTION file

- [ ] NEWS.md
- [ ] [NEWS.md](http://news.md/)

- [ ] Does the build pass?

Expand All @@ -15,6 +15,7 @@
Does it include the following sections?

- [ ] Module introduction with features

- [ ] (O) Screenshots

- [ ] Installation details
Expand All @@ -25,7 +26,8 @@ Does it include the following sections?

- [ ] Different possible visualizations

- [ ] Are the changes/new features included in NEWS.md?
- [ ] Are the changes/new features included in [NEWS.md?](http://news.md/)

- [ ] (O) Screenshots

- [ ] (O) Explanation of input menus
Expand All @@ -36,9 +38,7 @@ Does it include the following sections?

## QC Report

- [ ] Does it include a QC Report with positive outcome?

- [ ] Are the new features reflected accordingly in the specs?
- [ ] Does it include a QC Report?

---

Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/check.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Checks 🧩

on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- main
push:
workflow_dispatch:

jobs:
run-shared-ci:
name: Shared
uses: boehringer-ingelheim/dv.templates/.github/workflows/shared_ci.yml@main
41 changes: 0 additions & 41 deletions .github/workflows/lintr.yml

This file was deleted.

Loading
Loading