Skip to content

Commit 992ef8f

Browse files
More feedback
1 parent 1f05c7a commit 992ef8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/guidelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ obtain, provide feedback (as bug reports or enhancements), and contribute to the
101101
* The project's source repository MUST track what changes were made, who made the changes, and when the changes were made.
102102
* To enable collaborative review, the project's source repository SHOULD include interim versions for review between releases; it SHOULD NOT include only final releases.
103103
* The project results MUST have a unique version identifier for each release intended to be used by users.
104-
We recommend to use either [Semantic Versioning](https://semver.org) or [Calendar Versioning](https://calver.org/) as appropriate, since popular schemes.
104+
We recommend to use either [Semantic Versioning](https://semver.org) or [Calendar Versioning](https://calver.org) as appropriate, since popular schemes.
105105
* The project MUST provide, in each release, release notes that are a human-readable summary of major changes in that release to help users determine if they should upgrade and what the upgrade impact will be.
106-
The release notes MUST NOT be the raw output of a version control log (e.g., the "git log" command results are not release notes).
106+
The release notes SHOULD NOT be the raw output of a version control log (e.g., the "git log" command results are not release notes).
107107

108108
#### Sustainability
109109

@@ -118,7 +118,7 @@ The release notes MUST NOT be the raw output of a version control log (e.g., the
118118
#### Level of adoption
119119

120120
* The software produced by the project MUST be of interest for the HEP experiments.
121-
* The software SHOULD be adopted by at least one experiment.
121+
* The software SHOULD be adopted by at least one experiment/collaboration/project.
122122

123123
### Silver
124124

0 commit comments

Comments
 (0)