From 25cb2452ffac13009112578dd86b0f192401378b Mon Sep 17 00:00:00 2001 From: Alex Kanitz Date: Sat, 25 Jun 2022 14:28:14 +0200 Subject: [PATCH] fix(docs): fix reference section (#132) --- PULL_REQUEST_TEMPLATE.md | 2 ++ README.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 3f21a116..5557acf3 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -18,7 +18,9 @@ Please delete options that are not relevant. - [ ] My code follows the [style guidelines](/~https://github.com/elixir-cloud-aai/elixir-cloud-aai/blob/dev/resources/contributing_guidelines.md#language-specific-guidelines) of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have updated the documentation (or documentation does not need to be updated) - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] I have not reduced the existing code coverage + diff --git a/README.md b/README.md index 7070ea74..dd64d6de 100644 --- a/README.md +++ b/README.md @@ -567,7 +567,8 @@ question etc. [org-elixir-cloud]: [res-celery]: [res-connexion]: -[res-datamodel-code-generator]: res-cors]: +[res-datamodel-code-generator]: +[res-cors]: [res-elixir-cloud-coc]: [res-elixir-cloud-contributing]: [res-flask]: