From c1a0cc53ad344de8aea7e8e39bf9759d5a159afb Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 22 Apr 2024 18:32:07 +0200 Subject: [PATCH] add a PR and Issue template to warn contributors --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 8 ++++++++ .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..423647f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md @@ -0,0 +1,8 @@ +This is a work in progress repository, the files contained in this repository are only the code file (.m files) contained in GSW(Matlab). +It is intended to be a method of assisting those who are translating the code into their preferred language. + +Do not download this code and treat it as an distributed release of the GSW code - it is not under any circumstance. + +The ONLY location to download software is from the TEOS-10 website http://www.TEOS-10.org/ + +There is no guarantee that PRs and issues here will be addressed by the authors of the Matlab version of GSW. diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..423647f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +This is a work in progress repository, the files contained in this repository are only the code file (.m files) contained in GSW(Matlab). +It is intended to be a method of assisting those who are translating the code into their preferred language. + +Do not download this code and treat it as an distributed release of the GSW code - it is not under any circumstance. + +The ONLY location to download software is from the TEOS-10 website http://www.TEOS-10.org/ + +There is no guarantee that PRs and issues here will be addressed by the authors of the Matlab version of GSW.