Skip to content

Commit

Permalink
Merge pull request #12 from PriyansuMaurya/issues-form
Browse files Browse the repository at this point in the history
Created Issues form [feature, bug, new-card, docs]
  • Loading branch information
rajkaranm committed Jun 17, 2023
2 parents 53c3b22 + 3f22730 commit 777cbf9
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: '🐞 Bug Report'
description: Template for bug report
title: '[Bug]: <provide a brief description here>'
body:
- type: textarea
id: '3'
attributes:
label: Description
description: Please provide a clear and concise description of the problem.
validations:
required: true
- type: textarea
id: '4'
attributes:
label: Attach Screenshots (if applicable)
- type: dropdown
id: '2'
attributes:
label: Which browser are you using when experiencing the issue?
options:
- Firefox
- Chrome
- Safari
- Brave
- Microsoft Edge
- Other
validations:
required: true
- type: checkboxes
id: '1'
attributes:
label: Checklist
options:
- label: 'I have checked for existing issues related to this problem.'
required: true
- label: 'I have read the [Contributing Guidelines](https://github.com/PriyansuMaurya/AI-Fusion/blob/main/CONTRIBUTING.md).'
required: true
- label: 'I am willing to work on this issue (optional).'
required: false
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: '🔖 Update Documentation'
description: 'Use this form to provide suggestions on improving our documentation.'
title: '[Docs]: <Name of the document you want to improve>'
body:
- type: textarea
id: '3'
attributes:
label: Description
description: Provide a description of the document and highlight its features.
- type: textarea
id: '15'
attributes:
label: Attach Screenshot (if applicable)
- type: textarea
attributes:
label: Proposed Changes (optional)
validations:
required: true
- type: checkboxes
id: '1'
attributes:
label: Checklist
options:
- label: 'I have reviewed the existing issues.'
required: true
- label: 'I have read the [Contributing Guidelines](https://github.com/PriyansuMaurya/AI-Fusion/blob/main/CONTRIBUTING.md).'
required: true
- label: 'I am willing to work on this issue (optional).'
required: false
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: "🌟 Feature Request"
description: "Feel free to propose a new feature."
title: "[Feature]: <Name the feature you want to add>"
body:
- type: textarea
id: "3"
attributes:
label: "Description"
description: |
Please provide a clear and concise description of any alternative
solutions or features you have considered.
validations:
required: true
- type: textarea
id: "15"
attributes:
label: "Provide Screenshot"
description: "If applicable, please include screenshots."
- type: checkboxes
id: "1"
attributes:
label: "Checklist"
options:
- label: "I have checked the existing issues"
required: true
- label: "I have read the [Contributing Guidelines](https://github.com/PriyansuMaurya/AI-Fusion/blob/main/CONTRIBUTING.md)."
required: true
- label: "I am willing to work on this issue (optional)"
required: false
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/new-card.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: 🃏 New Card
description: Template for adding a new card
title: '[Add]: <Name the site you wanna add>'
body:
- type: input
id: '45'
attributes:
label: Site URL
description: Provide a complete and valid URL.
validations:
required: true
- type: textarea
id: '3'
attributes:
label: Description
description: Describe the provided site and highlight its features.
validations:
required: true
- type: dropdown
id: '2'
attributes:
label: Category
description: Select the category in which you want to add the card.
options:
- Tools 🔧
- Prompts 📄
- Datasets 📊
validations:
required: true
- type: checkboxes
id: '1'
attributes:
label: Checklist
options:
- label: 'I have checked the existing issues.'
required: true
- label: 'I have read the [Contributing Guidelines](https://github.com/PriyansuMaurya/AI-Fusion/blob/main/CONTRIBUTING.md).'
required: true
- label: 'I am willing to work on this issue (optional).'
required: false

2 comments on commit 777cbf9

@vercel
Copy link

@vercel vercel bot commented on 777cbf9 Jun 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

aifusion – ./

aifusion-priyansu.vercel.app
aifusion.vercel.app
aifusion-git-main-priyansu.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 777cbf9 Jun 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-fusion – ./

ai-fusion-git-main-priyansu.vercel.app
ai-fusion-three.vercel.app
ai-fusion-priyansu.vercel.app

Please sign in to comment.