From 12c280e18ccbfb57ce3cc8a5d45eefba0986aaad Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Mon, 17 Jul 2017 11:49:10 -0600 Subject: [PATCH 1/2] Revert "Remove mailing list advice" This reverts commit b5b823ed3e383658fe4fd96a10475215b401189a. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24cf843c4b0..64cc1f423d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,8 @@ Please follow these simple instructions before opening a new bug report: - Do a quick search in the list of open and closed issues for a duplicate of your issue. +- Do a quick search in the archived discussions on the mailing list for a + duplicate of your issue. - If you did not find an answer, open a new [issue](https://github.com/geodynamics/aspect/issues/new) and explain your problem in as much detail as possible. From 007d8e3a3c7f82b3761e6f9a470f0f66a5bbd009 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Mon, 17 Jul 2017 11:53:39 -0600 Subject: [PATCH 2/2] Improve advice --- CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64cc1f423d5..dfa8d553fc3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,11 +27,13 @@ Please follow these simple instructions before opening a new bug report: - Do a quick search in the list of open and closed issues for a duplicate of your issue. -- Do a quick search in the archived discussions on the mailing list for a - duplicate of your issue. +- Do a google search in the archived mailing list discussions for a + duplicate of your issue by searching for + + `your search term site:http://lists.geodynamics.org/pipermail/aspect-devel/` - If you did not find an answer, open a new [issue](https://github.com/geodynamics/aspect/issues/new) and explain your -problem in as much detail as possible. + problem in as much detail as possible. - Attach as much as possible of the following information to your issue: - a minimal parameter file that reproduces the issue, - the `log.txt` file that was created during the model run,