From 2db6d5fad5996183f85c5448338556f1268fe754 Mon Sep 17 00:00:00 2001 From: JHenneberg Date: Tue, 7 Sep 2021 08:25:42 +0200 Subject: [PATCH] linked SPEC_TEMPLATE.md from CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ec62e005..825aa7840 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,17 @@ You are welcome to propose changes to the style guide by [opening an issue](https://github.com/fortran-lang/stdlib/issues/new/choose) or [starting a discussion](https://github.com/fortran-lang/stdlib/discussions/new). +## Documentation + +Please follow the +[Fortran stdlib spec template](https://github.com/fortran-lang/stdlib/blob/master/SPEC_TEMPLATE.md) +for the documentation of your Fortran code. + +The spec template is a living document. +You are welcome to propose changes to the spec template by +[opening an issue](https://github.com/fortran-lang/stdlib/issues/new/choose) or +[starting a discussion](https://github.com/fortran-lang/stdlib/discussions/new). + ## Reporting a bug