diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..f16be4d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,39 @@ +name: '🐞 Bug Report' +description: Template for bug report +title: '[Bug]: ' +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 diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml new file mode 100644 index 0000000..cd99ed4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -0,0 +1,29 @@ +name: '🔖 Update Documentation' +description: 'Use this form to provide suggestions on improving our documentation.' +title: '[Docs]: ' +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 diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..cc24e01 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,29 @@ +name: "🌟 Feature Request" +description: "Feel free to propose a new feature." +title: "[Feature]: " +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 diff --git a/.github/ISSUE_TEMPLATE/new-card.yml b/.github/ISSUE_TEMPLATE/new-card.yml new file mode 100644 index 0000000..c775306 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-card.yml @@ -0,0 +1,40 @@ +name: 🃏 New Card +description: Template for adding a new card +title: '[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