Skip to content

Commit

Permalink
docs: add req for help issue template
Browse files Browse the repository at this point in the history
allow people to ask for help using this repo
  • Loading branch information
AritroSaha10 authored Feb 8, 2023
1 parent 6a8d1f1 commit 594e13e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/request-for-help.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 594e13e

Please sign in to comment.