forked from FAIR-by-Design-Methodology/templates
-
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.
- Loading branch information
1 parent
5cf4576
commit 9f30147
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
resources/2nd Session/02 Version control/Assessment/questions.txt
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,16 @@ | ||
1. A Git release according to the Methodology: | ||
- [X] creates a new observable version of the Gitpages | ||
- [X] creates or updates a Zenodo record | ||
- downloads locally the repository | ||
- refers to a small change in the training materials | ||
|
||
2. The RELEASE_NOTES.md file in the repository? | ||
- [X] Contains information about the changes for each new verions | ||
- [X] Should be sorted by release date | ||
- Should not be manually edited | ||
- Is not mandatory in the FAIR-by-Design Methodology | ||
|
||
3. Which of the following best describes the minor version number? | ||
- [X] The overall structure of the learning materials has not changed | ||
- The overall structure of the learning materials has changed | ||
- Only technical fixes were made |