Skip to content

Commit 3fd98c7

Browse files
authored
Merge pull request #20 from gi-ev/markdown_review_guidelines
Review Markdown of guidelines and link to issues to create subsequent version
2 parents 0f92769 + d9848a5 commit 3fd98c7

17 files changed

+3484
-32
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3131
uses: oprypin/push-to-gh-pages@v3
3232
with:
33-
publish_dir: site
33+
publish_dir: site

.pre-commit-config.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v6.0.0
4+
hooks:
5+
- id: end-of-file-fixer # Ensure existence of newline characters at file ends
6+
- id: check-yaml # Make sure that contained YAML files are well-formed
7+
- id: trailing-whitespace # Trim trailing whitespace of all sorts
8+
- id: check-added-large-files # Apply a file size limit of 500kB
9+
- id: requirements-txt-fixer # Sort lines in requirements files
10+
- id: mixed-line-ending # Ensure consistent line endings
11+
12+
- repo: https://github.com/rhysd/actionlint
13+
rev: v1.7.8
14+
hooks:
15+
- id: actionlint # GitHub Actions Workflow linter

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This results in consequences both for the leadership to provide organizational s
88

99
The authors propose these guidelines as a template to aid universities, colleges, and research institutions in the adaptation of fundamental policies and recommendations for research projects involving research software.
1010

11+
[View Guidelines](https://doi.org/10.18420/2025-gi_de-rse) (DOI: 10.18420/2025-gi_de-rse)
12+
13+
### Current Versions of the Guideline
14+
15+
- [German Version v1.0](RSE_Leitlinien_Softwareentwicklung.md)
16+
- [English Version v1.0](RSE_Leitlinien_Softwareentwicklung-en-US.md)
17+
18+
- [Known Issues and Features to be added in the subsequent version 1.1](https://github.com/gi-ev/RSE-software-entwicklungs-leitlinien/issues?q=is%3Aissue%20state%3Aopen%20label%3Av1.1)
19+
1120
# Purpose
1221

1322
This guidelines template proposes the establishment of specific guidelines within universities, colleges, and research institutions. It aims to provide concrete assistance for defining their own guidelines while allowing for flexibility to accommodate the different cultures in various disciplines and research institutions through explicit variability for refinement.
@@ -23,7 +32,7 @@ We would also appreciate feedback on which university, college, or research cent
2332

2433
# RSE-Website template
2534

26-
needs to be set up - as GitHub pages? Or complete WS? If the latter, who will host it?
35+
A template for an institute's RSE website can be found [here](website_template/).
2736

2837
# Glossar (currently only in German)
2938

docs/RSE_Leitlinien_Softwareentwicklung-en-US.md

Lines changed: 1709 additions & 0 deletions
Large diffs are not rendered by default.

docs/RSE_Leitlinien_Softwareentwicklung.md

Lines changed: 1706 additions & 0 deletions
Large diffs are not rendered by default.

docs/glossar.md

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.
322 KB
Loading
49.6 KB
Loading

docs/images_eng/frontpage.png

770 KB
Loading
105 KB
Loading

0 commit comments

Comments
 (0)