From c792179f5e70272d4e2d1377409bcf0009f8549f Mon Sep 17 00:00:00 2001 From: Peter Doohan <peter.doohan@ccc.ox.ac.uk> Date: Mon, 20 Feb 2023 11:23:06 +0000 Subject: [PATCH] close issue #56 --- .gitlab/issue_templates/default.md | 39 ++++++++++++++---------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md index 40f181c9..03dac766 100644 --- a/.gitlab/issue_templates/default.md +++ b/.gitlab/issue_templates/default.md @@ -1,32 +1,29 @@ -> Thank you for contributing to the Open WIN Community by providing feedback via this GitLab issue. -> Please fill in the details under each of the headings below to give your feedback. You may delete this text when you are done. - -Note: For support requests, please contact cassandra.gouldvanpraag@psych.ox.ac.uk. +## Thank you for contributing to the Open WIN Community +> <p>Please consider reading out guide on [how to submit an issue in GitLab](https://open.win.ox.ac.uk/pages/open-science/community/Open-WIN-Community/docs/CONTRIBUTING/).</p> +> <p>Please fill in the details under each of the headings below to give your feedback. You may delete this text when you are done.</p> +> <p> Note: For support requests, please contact cassandra.gouldvanpraag@psych.ox.ac.uk. </p> ## I'm submitting a ... > Put an x in the appropriate square brackets -- [ ] bug/error report -- [ ] feature request - - -## What is the current behaviour? -> Please describe the problem you have encountered or the feature/content you would like to extend. Please include links to the affected page(s). - +- [ ] bug/error report (eg. 404) +- [ ] documentation (eg. typos, broken links) +- [ ] feature request (eg. add GitLab tutorial) +- [ ] question (eg. how does this work?) +## Where is the issue? +> Please include links to the affected page(s) refering to specific lines or sentences. +## What is the issue? +> Please describe the problem you have encountered or the feature/content you would like to extend. - -## What is the expected/preferred behaviour? +## How do we solve the issue? > Please describe how the problem could be fixed or what additional feature/content could be included. -> If you are able to, you are welcome to submit new content directly via a merge request. This will ensure you are attributed for your suggestion. See this guide on submitting a merge request via GitLab: https://open.win.ox.ac.uk/pages/open-science/community/Open-WIN-Community/docs/gitlab/3-2-collaborating-fork-their-repo/ - - - -## What is the motivation / use case for changing the behaviour? -> Why should we make this fix or include this content? +## Anything else? +> Please give any additional detail which may be relevant or useful, for example detailed explanation, motivation, stacktraces, related issues, links for us to have context. -## Other information -> Please give any additional detail which may be relevant or useful, for example detailed explanation, stacktraces, related issues, links for us to have context. +--- +## Fix the issue yourself? +If you are able to, you are welcome to submit new content directly via a merge request. This will ensure you are attributed for your suggestion. See this guide on submitting a merge request via GitLab: https://open.win.ox.ac.uk/pages/open-science/community/Open-WIN-Community/docs/gitlab/3-2-collaborating-fork-their-repo/ -- GitLab