-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add req for help issue template
allow people to ask for help using this repo
- Loading branch information
1 parent
6a8d1f1
commit 594e13e
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |