From 31e3ac80a3b7d1f6b66789273a440e8a9c2b1b0a Mon Sep 17 00:00:00 2001 From: Dilan Pathirana <59329744+dilpath@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:50:24 +0200 Subject: [PATCH] Fix PR template; remove duplicated contributing info (#207) --- .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md | 0 CONTRIBUTING.md | 4 +++- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE => }/pull_request_template.md (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3996212..1ec344f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,3 @@ -New submissions are very welcome! Please check our [pull request template](.github/PULL_REQUEST_TEMPLATE/pull_request_template.md) for guidelines. +New submissions are very welcome! Please check our [pull request template](.github/pull_request_template.md) for guidelines. + +Simply create a new branch and open a pull request with your files. We will then check your model and merge it into the collection. diff --git a/README.md b/README.md index f2ba0d1..4304daa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Benchmark-Models-PEtab A collection of mathematical models with experimental data in the [PEtab](https://github.com/PEtab-dev) format as benchmark problems in order to evaluate new and existing methodologies for data-based modelling. The publication for the introduction and analysis of the benchmark problem collection is available at https://academic.oup.com/bioinformatics/article/35/17/3073/5280731. -Contributions to the collection are very welcome. For this, please create a new branch, add your model and test your files with the provided functions, and start a pull request. We will then check your model and merge it into the collection. We are continuously working on the extension of the collection. +Contributions to the collection are very welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more details. ## Overview