Skip to content

Commit f4a4361

Browse files
authored
Merge pull request #479 from Neves-P/main
Update policy away from `from-pr` and use `from-commit` instead
2 parents 5036e02 + c9823e6 commit f4a4361

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/adding_software/contribution_policy.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contribution policy
22

3-
*(version v0.1.0 - updated 9 Nov 2023)*
3+
*(version v0.1.1 - updated 5 Jun 2025)*
44

55
!!! note
66

@@ -58,8 +58,8 @@ We currently require that all software installations in EESSI are
5858
We strongly prefer that the [*latest release of EasyBuild*](https://pypi.org/project/easybuild/)
5959
that is available at the time is used to add software to EESSI.
6060

61-
The use of [`--from-pr`](https://docs.easybuild.io/integration-with-github/#github_from_pr) and
62-
[`--include-easyblocks-from-pr`](https://docs.easybuild.io/integration-with-github/#github_include_easyblocks_from_pr)
61+
The use of [`--from-commit`](https://docs.easybuild.io/integration-with-github/#github_from_commit) and
62+
[`--include-easyblocks-from-commit`](https://docs.easybuild.io/integration-with-github/#github_include_easyblocks_from_commit)
6363
to pull in changes to EasyBuild that are required to make the installation work correctly
6464
in EESSI is allowed, but only if that is strictly required
6565
(that is, if those changes are not included yet in the latest EasyBuild release).
@@ -136,6 +136,10 @@ for example using EasyBuild's `--sanity-check-only` feature.
136136

137137
## Changelog
138138

139+
### v0.1.1 (5 Jun 2025)
140+
141+
- no longer accept contributions with `--from-pr` or `--include-easyblocks-from-pr` and instead require `--from-commit`
142+
and `--include-easyblocks-from-commit`
139143
### v0.1.0 (9 Nov 2023)
140144

141145
- initial contribution policy

0 commit comments

Comments
 (0)