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

Updated issues templates #80

Closed
Closed
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
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: ​🐞 Bug
description: Report an issue to help us improve the project.
title: "BUG REPORT<title>"
labels: ["bug", "goal: fix"]
body:
- type: textarea
attributes:
label: Description
description: A brief description of the issue or bug you are facing, include what you tried and what didn't work
validations:
required: false
- type: textarea
attributes:
label: Screenshots
description: Add screenshots or videos if applicable
validations:
required: false
- type: textarea
attributes:
label: Additional information
description: Any additional information or anything we should know about this bug?
validations:
required: false
- type: dropdown
attributes:
label: What browser are you seeing this bug on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist"
options:
- label: "I have checked the existing issues"
required: true

- label: "I have read the Contributing Guidelines"
required: true

- label: "I have read the Code Of Conduct"
required: true

- label: "The changes don't break the code"
required: true
12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/documentaion-update.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/documentaion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: "📝 Documentation"
description: "Use this format to suggest improvements in our docs"
title: "📝[DOCS] <suggestion title>"
labels: ["documentation", "goal: enhancement"]

body:
- type: textarea
id: docs_description
attributes:
label: "Issue Description"
description: "A brief summary of the documentation issue you would like to address."
validations:
required: true

- type: textarea
id: screenshots_examples_docs
attributes:
label: "Screenshots or Examples (if applicable)"
description: "Please add relevant screenshots or examples to illustrate the problem."

- type: checkboxes
id: terms_checklist_docs
attributes:
label: "Checklist"
description: "By submitting this issue, you agree to follow our Code of Conduct"
options:
- label: "I have checked the existing issues."
required: true

- label: "I have read the Contributing Guidelines."
required: true

- label: "I have read the Code Of Conduct."
required: true

- label: "The changes doesn't break the code"
required: true
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: 💡 Feature Request
description: Suggest an interesting feature idea for this project
title: "💡[FEATURE] <title>"
labels: ["enhancement", "goal: addition"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear and concise description of features you want to add.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Include relevant screenshots if applicable
validations:
required: false
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist"
options:
- label: "I have checked the existing issues."
required: true

- label: "I have read the Contributing Guidelines"
required: true

- label: "I have read the Code Of Conduct"
required: true

- label: "The changes don't break the code"
required: true