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

Update text based on suggestions from Jurriaan and Mateusz #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ One of our favorite checklists that meets these criteria is the Badge Program de

- [Core Infrastructures Initiative](https://bestpractices.coreinfrastructure.org/en) (online, interactive)
- Deutsches Zentrum für Luft- und Raumfahrt [Class 1](https://rse.dlr.de/download/checklist_applicationclass_1-markdown_v1.0.md), [Class 2](https://rse.dlr.de/download/checklist_applicationclass_2-markdown_v1.0.md), [Class 3](https://rse.dlr.de/download/checklist_applicationclass_3-markdown_v1.0.md) (MarkDown)
- Software Sustainability Institute's software evaluation checklist ([Google form](https://docs.google.com/forms/d/e/1FAIpQLSf0ccsVdN-nXJCHLluJ-hANZlp8rDKgprJa0oTYiLZSDxh3DA/viewform))
- CLARIAH checklist ([PDF page 38-42](https://github.com/CLARIAH/software-quality-guidelines/blob/v1.0/softwareguidelines.pdf))
- EURISE ([MarkDown](https://github.com/eurise-network/technical-reference/blob/v0.1/quality/software-checklist.rst))
- [Software Sustainability Institute's software evaluation checklist](https://docs.google.com/forms/d/e/1FAIpQLSf0ccsVdN-nXJCHLluJ-hANZlp8rDKgprJa0oTYiLZSDxh3DA/viewform) (Google form)
- [CLARIAH checklist](https://github.com/CLARIAH/software-quality-guidelines/blob/v1.0/softwareguidelines.pdf) (PDF page 38-42)
- [EURISE](https://github.com/eurise-network/technical-reference/blob/v0.1/quality/software-checklist.rst) (ReStructuredText)
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Why this is important?

Any creative work (including software) is automatically protected by copyright. Even when the software is available via code sharing platforms such as GitHub, no one can use it unless they are explicitly granted permission. This is done by adding a software license, which defines the set of rules and conditions for people who want to use the software. Finally, be aware that you, as the developer of a given piece of software, may not be a copyright owner of the code you write. Usually the copyright holder of a work is the employer (or hiring party) and not the author of the work.
Any creative work (including software) is automatically protected by copyright. Even when the software is available via code sharing platforms such as GitHub, no one can legally use it unless they are explicitly granted permission. This is done by adding a software license, which defines the set of rules and conditions for people who want to use the software. Finally, be aware that you, as the developer of a given piece of software, may not be a copyright owner of the code you write. Usually the copyright holder of a work is the employer (or hiring party) and not the author of the work.

## Help me choose

Expand Down
2 changes: 1 addition & 1 deletion registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Community registries come in many flavors. Choosing the one that is best suited

Finally, ask a couple of colleagues which registries they would use if they were looking for software like yours.

[View all research software registries](https://github.com/NLeSC/awesome-research-software-registries)
[View a list of software registries](https://github.com/NLeSC/awesome-research-software-registries)
3 changes: 2 additions & 1 deletion repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Using a version control system allows you to easily track changes in your softwa

## Help me choose

Git is the most feature-rich, most modern and most popular by a good margin, and we heartily recommend you use it for all your version control needs. To get the best out of Git, use it in combination with GitHub.com, Bitbucket.org, or GitLab.com.
Git is the version control system which is most feature-rich, most modern and most popular by a good margin, and we heartily recommend you use it for all your version control needs. To get the best out of Git, use it in combination with GitHub.com, Bitbucket.org, or GitLab.com.


- [How to get started with git](https://swcarpentry.github.io/git-novice/)
- [Choosing a platform for your software project](https://software.ac.uk/choosing-repository-your-software-project)
Expand Down