Skip to content

Commit efaa168

Browse files
authored
chore: set up GitHub PR template (#1510)
Moved the PR template from the `.gitlab` folder to `.github` and updated its contents based on the sections that we still use.
1 parent 87b3569 commit efaa168

File tree

4 files changed

+24
-36
lines changed

4 files changed

+24
-36
lines changed

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
**By submitting this pull request, I confirm the following:**
2+
3+
* [ ] The pull request title follows the [conventional commits convention](https://www.conventionalcommits.org/en/v1.0.0/#summary).
4+
- `feat`: minor app version will be incremented.
5+
- `fix`, `deps`, `perf`: patch app version will be incremented.
6+
- `chore`, `ci`, etc.: app version will not be incremented.
7+
- See [semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer/blob/master/lib/default-release-rules.js) for the complete set of rules.
8+
9+
### Changes
10+
<!-- Summary of the changes in this PR. -->
11+
12+
13+
### Dependencies
14+
<!-- Link to dependent pull requests. Write N/A if there are none. To link to a PR in another repository, use syntax: opalmedapps/project-name#123 -->
15+
- **Listener**:
16+
17+
### Screenshots
18+
<!-- Include if relevant. If not, remove this header. -->
19+
20+
### Issues
21+
<!-- Dynamic links to related issues (e.g. "Closes <issue>", "See <issue>"). -->

.gitlab/merge_request_templates/Default.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: double-quote-string-fixer
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
18-
exclude: '.gitlab/merge_request_templates/Default.md'
18+
exclude: '.github/pull_request_template.md'
1919

2020
- repo: https://github.com/fsfe/reuse-tool
2121
rev: v6.2.0

REUSE.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ precedence = "override"
3030
SPDX-FileCopyrightText = "Copyright (C) 2020 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
3131
SPDX-License-Identifier = "Apache-2.0"
3232

33+
3334
[[annotations]]
3435
path = [
3536
"src/Languages/appTranslationTablesViews/all-views/de.json",
@@ -43,15 +44,7 @@ SPDX-License-Identifier = "Apache-2.0"
4344

4445
[[annotations]]
4546
path = [
46-
".gitlab/merge_request_templates/Default.md",
47-
]
48-
precedence = "override"
49-
SPDX-FileCopyrightText = "Copyright (C) 2021 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
50-
SPDX-License-Identifier = "Apache-2.0"
51-
52-
53-
[[annotations]]
54-
path = [
47+
".github/pull_request_template.md",
5548
"babel.config.json",
5649
]
5750
precedence = "override"

0 commit comments

Comments
 (0)