From 594e13e3b7c66f35f876551fbbc5278c1abf97eb Mon Sep 17 00:00:00 2001 From: Aritro Saha <29025984+AritroSaha10@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:08:29 -0500 Subject: [PATCH] docs: add req for help issue template allow people to ask for help using this repo --- .github/ISSUE_TEMPLATE/request-for-help.md | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/request-for-help.md diff --git a/.github/ISSUE_TEMPLATE/request-for-help.md b/.github/ISSUE_TEMPLATE/request-for-help.md new file mode 100644 index 0000000..fb5017f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-for-help.md @@ -0,0 +1,37 @@ +--- +name: Request for help +about: Request a competitive programming teaching lead to help you with your coding-related issue +title: '' +labels: help wanted, question +assignees: '' + +--- + +**Language** +What language is your code in? +If this isn't a coding related issue, just leave this empty + +**Question** +What question are you currently working on? Please include a DMOJ link. + +**Describe the issue** +A clear and concise description of what your issue is. + +**Code Sample** +Include the code that you might be having issues with. A [repl.it](https://repl.it) link would be ideal, or alternatively, properly formatted code using markdown. + +**To Reproduce** +Steps to reproduce the behavior (if applicable): +1. Use X as input '...' +2. Select option A '....' +3. Then use Y as input '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.