Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix workflow usercff #545

Merged
merged 4 commits into from
Jul 1, 2024
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
14 changes: 8 additions & 6 deletions .github/ISSUE_TEMPLATE/issue_template_user_kudos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ It helps the project quite a bit!

We will add you to the list of valued users.

Please, insert your information between the double quotes below - fill out at minimum "affiliation" :purple_heart:
Please, insert your information below - fill out at minimum affiliation :purple_heart:

family-names: ""
given-names: ""
alias: ""
affiliation: ""
orcid: ""
:pencil2: **Spaces** and the following special characters are allowed: @ ? ! | . , : ; - _ [ / ( ) \ ] § $ % & = + < >

family-names:
given-names:
alias:
affiliation:
orcid:

Thank you!
2 changes: 1 addition & 1 deletion .github/workflows/extend_user_cff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:

Closes #${{ github.event.issue.number }}

Many thanks ${{ github.actor }}!
Many thanks @${{ github.actor }}!
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ For each version important additions, changes and removals are listed here.
The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v0.XX.X] unreleased - 2024-XX-XX
### Added
### Changed
- Fix usercff workflow [#545](https://github.com/OpenEnergyPlatform/open-MaStR/issues/544)
### Removed

## [v0.14.4] Release for the Journal of Open Source Software JOSS - 2024-06-07
### Added
- Extend documentation section `getting started` based on the JOSS Review [#523](https://github.com/OpenEnergyPlatform/open-MaStR/pull/523)
Expand Down