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
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**By submitting this pull request, I confirm the following:**

* [ ] The pull request title follows the [conventional commits convention](https://www.conventionalcommits.org/en/v1.0.0/#summary).
- `feat`: minor app version will be incremented.
- `fix`, `deps`, `perf`: patch app version will be incremented.
- `chore`, `ci`, etc.: app version will not be incremented.
- 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.

### Changes
<!-- Summary of the changes in this PR. -->


### Dependencies
<!-- 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 -->
- **Listener**:

### Screenshots
<!-- Include if relevant. If not, remove this header. -->

### Issues
<!-- Dynamic links to related issues (e.g. "Closes <issue>", "See <issue>"). -->
26 changes: 0 additions & 26 deletions .gitlab/merge_request_templates/Default.md

This file was deleted.

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: '.gitlab/merge_request_templates/Default.md'
exclude: '.github/pull_request_template.md'

- repo: https://github.com/fsfe/reuse-tool
rev: v6.2.0
Expand Down
11 changes: 2 additions & 9 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2020 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "Apache-2.0"


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

[[annotations]]
path = [
".gitlab/merge_request_templates/Default.md",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2021 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "Apache-2.0"


[[annotations]]
path = [
".github/pull_request_template.md",
"babel.config.json",
]
precedence = "override"
Expand Down