-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/mx-1347 link cruft template (#6)
# Added - pull request template - CHANGELOG file - cruft template link # Changes - harmonized boilerplate --------- Signed-off-by: Nicolas Drebenstedt <drebenstedtn@rki.de>
- Loading branch information
1 parent
fb341b5
commit eb4d834
Showing
7 changed files
with
107 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"template": "https://github.com/robert-koch-institut/mex-template", | ||
"commit": "c58458330ea33a3c2a2f18662442b92b6e5b5f4d", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
"project_name": "editor", | ||
"short_summary": "Metadata editor web application.", | ||
"long_summary": "The `mex-editor` is an angular application that allows creating and editing rules to non-destructivley manipulate metadata. This can be used to enrich data with manual input or insert new data from scratch.", | ||
"_template": "https://github.com/robert-koch-institut/mex-template" | ||
} | ||
}, | ||
"directory": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# PR Context | ||
<!-- Additional info for the reviewer --> | ||
|
||
# Added | ||
<!-- New features and interfaces --> | ||
|
||
# Changes | ||
<!-- Changes in existing functionality --> | ||
|
||
# Deprecated | ||
<!-- Soon-to-be removed features --> | ||
|
||
# Removed | ||
<!-- Definitely removed features --> | ||
|
||
# Fixed | ||
<!-- Fixed bugs --> | ||
|
||
# Security | ||
<!-- Fixed vulnerabilities --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Cookiecutter | ||
|
||
on: | ||
push: | ||
branches: ["main"] | ||
workflow_dispatch: | ||
|
||
env: | ||
PIP_NO_OPTION: on | ||
PIP_NO_CLEAN: on | ||
PIP_PREFER_BINARY: on | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 1 | ||
|
||
- name: Setup python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.11 | ||
|
||
- name: Install requirements | ||
run: pip install cruft | ||
|
||
- name: Check template | ||
run: cruft check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
- pull request template | ||
- CHANGELOG file | ||
- cruft template link | ||
|
||
### Changes | ||
|
||
- harmonized boilerplate | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
### Fixed | ||
|
||
### Security |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters