Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore:add issue template #81

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: "🐞 Issue Template"
about: "Report an issue you found"
title: ""
---

#### Description/suggestions

A clear and concise description of what the issue or suggestion is about.

#### Screenshots

Add screenshots about issue or suggestion here

#### Files/Links

A list of relevant files or links for this issue. This will help people navigate the project and offer some clues of where to start.

#### To Reproduce

If this issue is describing a bug, include some steps to reproduce the behavior.

#### Tasks

Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.

- [ ] Task 1
- [ ] Task 2
- [ ] Task 3