Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: 'Bug:'
labels: bug
assignees: ''

---

> Related issue(s) or PR(s):
> Related project scope(s) (ex: client, CSS, grading, etc...) :
> Related user(s):

## Bug description

A clear and concise description of what the bug is.

### To Reproduce

Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### Expected behavior

A clear and concise description of what you expected to happen.

### Screenshots

If applicable, add screenshots to document your problem.
## Current configuration

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

## Additional context

Add any other context about the problem here.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Feature request
about: Suggest an idea for this project
title: 'Feat:'
labels: feature
assignees: ''

---

> Related issue(s) or PR(s):
> Related project scope(s) (ex: client, CSS, grading, etc...) :
> Related user(s):

## The problem

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

### Wanted solution

A clear and concise description of what you want to happen.

### Considered alternatives

A clear and concise description of any alternative solutions or features you've considered.

## Additional context

Add any other context or screenshots about the feature request here.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Question
about: Ask a question about this project
title: 'Question:'
labels: question
assignees: ''

---

> Related issue(s) or PR(s):
> Related project scope(s) (ex: client, CSS, grading, etc...) :
> Related user(s):

## The question

A clear and concise description of what you want to know.

### What has already been tested

A clear and concise description of what you have already tried.

## Current configuration

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

## Additional context

Add any other context or screenshots about the inquiry.