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

code: Added issue templates #101

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

This file was deleted.

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bugs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: 🐞 Bug Report
description: File a bug report
title: "Bug: "
labels: ["🛠 goal: fix", "🚦status: awaiting triage", "💻 aspect: code"]
body:
- type: textarea
id: what-happened
attributes:
label: What happened?
placeholder: Add descriptions
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Add screenshots
placeholder: Add screenshots
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Brave
- Other
- type: checkboxes
id: terms
attributes:
label: "Record"
options:
- label: I have checked the existing [issues](https://github.com/Curious-Ecosystem/Curious-Connect/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CONTRIBUTING.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CODE_OF_CONDUCT.md)
required: true

- label: I want to work on this issue
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: 🔖 Documentation update
description: Improve Documentation
title: "docs:"
labels:
[
"📄 aspect: text",
"🚦status: awaiting triage",
"✨ goal: improvement",
"good first issue",
"🟨 priority: medium",
]
body:
- type: textarea
id: improve-docs
attributes:
label: what's wrong with the documentation?
description: which things do we need to add?
placeholder: Add description
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Add screenshots
description: Add screenshots to see the demo
placeholder: Add screenshots
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: "Record"
options:
- label: I have checked the existing [issues](https://github.com/Curious-Ecosystem/Curious-Connect/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CONTRIBUTING.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CODE_OF_CONDUCT.md)
required: true



- label: I want to work on this issue
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: ✨ Feature Request
description: Suggest a feature request
title: "feat:"
labels: ["⭐ goal: addition", "🚦status: awaiting triage"]
body:
- type: textarea
id: what-feature
attributes:
label: What feature?
placeholder: Add descriptions
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Add screenshots
placeholder: Add screenshots
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: "Record"
options:
- label: I have checked the existing [issues](https://github.com/Curious-Ecosystem/Curious-Connect/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CONTRIBUTING.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CODE_OF_CONDUCT.md)
required: true



- label: I want to work on this issue
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor_code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Refactor Code 🔧
description: Use this label for code refactoring tasks.
title: "[Refactor] <write what you want to add>"
labels: ["🛠 goal: refactor", "🚦status: awaiting triage"]
body:
- type: input
id: refactor_input
attributes:
label: File Name
description: "Enter the file that you want to refactor in the codebase."
placeholder: "For example - app/projects/page.tsx"
validations:
required: true
- type: textarea
id: refactor_description
attributes:
label: "Reason for Refactoring the Code"
description: "Describe what improvements can be made in the codebase without introducing breaking changes."
validations:
required: true
- type: checkboxes
id: refactor_terms
attributes:
label: "Record"
options:
- label: I have checked the existing [issues](https://github.com/Curious-Ecosystem/Curious-Connect/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CONTRIBUTING.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CODE_OF_CONDUCT.md)
required: true



- label: I want to work on this issue
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/styles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: 👯‍♂️ Style Changing Request
description: Suggest a style design
title: '[style]: '
labels: ["✨ goal: improvement","🚦status: awaiting triage","🕹 aspect: interface"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this template!
- type: textarea
id: style-idea
attributes:
label: What's the style idea?
placeholder: Add descriptions

validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Add screenshots

placeholder: Add screenshots

- type: checkboxes
id: terms
attributes:
label: "Record"

options:
- label: I have checked the existing [issues](https://github.com/Curious-Ecosystem/Curious-Connect/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CONTRIBUTING.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/Curious-Ecosystem/Curious-Connect/blob/main/CODE_OF_CONDUCT.md)
required: true



- label: I want to work on this issue
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/task-request.md

This file was deleted.