-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
issue #692 Add the Github Issue Template Form #729
Closed
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
name: "🐛 Bug Report" | ||
description: Create a report to help us improve | ||
title: "[BUG] <write a small description here>" | ||
labels: ["bug"] # Assuming "bug" is the appropriate label for Composio | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
- Thank you for using Composio and taking the time to report a bug! | ||
|
||
- type: textarea | ||
id: something_wrong | ||
attributes: | ||
label: "What went wrong? " | ||
description: Please provide a detailed description of the issue you encountered. Be clear and concise in explaining what is not working as expected. | ||
placeholder: The description of the issue you experienced in detail, including any relevant information or context. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected_behavior | ||
attributes: | ||
label: "Expected Behavior" | ||
description: Please describe how you expected the system to behave when you encountered the issue. | ||
placeholder: The description of the behavior that you expected to see when encountering the issue. | ||
|
||
- type: textarea | ||
id: reproduction_steps | ||
attributes: | ||
label: "Steps to Reproduce Issue" | ||
description: If possible, please share the steps to reproduce the issue. | ||
placeholder: | ||
- List the steps that lead to the bug. | ||
- Include relevant actions and expected outcomes. | ||
|
||
- type: textarea | ||
id: solution_proposed | ||
attributes: | ||
label: "Solution Proposed" | ||
description: Any ideas on how this should be solved (optional) | ||
placeholder: The potential solution to solve this issue (optional) | ||
|
||
- type: textarea | ||
id: screenshot | ||
attributes: | ||
label: "Screenshots" | ||
description: If applicable, add screenshots to help explain your problem. | ||
value: | | ||
!["DESCRIPTION"](LINK.png) # Replace with your screenshot format | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: environment | ||
attributes: | ||
label: "Runtime Environment" | ||
description: You can specify your operating system and version, software version, or any other relevant details. | ||
placeholder: ex. Windows 10, Composio v0.6.6 | ||
|
||
- type: dropdown # Assuming Composio works with different OS | ||
id: os | ||
attributes: | ||
label: "OS" | ||
description: Please select the operating system(s) on which you are experiencing the issue. | ||
multiple: false | ||
options: | ||
- Windows | ||
- Linux | ||
- Mac | ||
- iOS | ||
- Android | ||
- Other | ||
|
||
- type: dropdown # Assuming Composio has versions | ||
id: version_composio | ||
attributes: | ||
label: "Version of Composio" | ||
description: Please provide the version number of Composio you are using (if applicable). | ||
multiple: false | ||
options: | ||
- v0.6.6 #LIST OF VERSIONS | ||
|
||
- type: textarea | ||
id: additional_context | ||
attributes: | ||
label: "Additional Context" | ||
description: If you have any additional context or information that may help us understand the problem better, please provide it here. | ||
placeholder: This can include any relevant logs, error messages, or other information. | ||
render: bash # Adjust render type if needed | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thank you for taking the time to report the issue! | ||
|
||
- type: checkboxes | ||
id: terms_checklist_bug | ||
attributes: | ||
label: "Code of Conduct" | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ComposioHQ/composio/blob/7c89483bf1c8f76687765c37a14fc995eae1b44d/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/ComposioHQ/composio/blob/7c89483bf1c8f76687765c37a14fc995eae1b44d/CONTRIBUTING.md) (if applicable). | ||
options: | ||
- label: "I have checked the [existing issues](https://github.com/ComposioHQ/composio/issues)." | ||
required: true | ||
- label: "I am willing to work on this issue (optional)" | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: "📄 Documentation Issue" | ||
description: "Use this form to suggest improvements for our documentation." | ||
title: "[DOCS] <write a small description here>" | ||
labels: ["documentation"] # Assuming "documentation" is the appropriate label | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
- Thank you for using Composio and taking the time to suggest improvements in the documentation! | ||
|
||
|
||
- type: textarea | ||
id: docs_description | ||
attributes: | ||
label: "Issue Description" | ||
description: "Please provide a brief summary of the documentation issue you are experiencing or would like to address." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: screenshots_examples_docs | ||
attributes: | ||
label: "Screenshots or Examples (if applicable)" | ||
description: "Please include relevant screenshots or examples to help illustrate the problem." | ||
|
||
- type: textarea | ||
id: proposed_solution_docs | ||
attributes: | ||
label: "Proposed Solution (optional)" | ||
description: "If you have a proposed solution for the documentation issue, please provide it here. This can be helpful for speeding up the resolution process." | ||
|
||
- type: checkboxes | ||
id: terms_checklist_docs | ||
attributes: | ||
label: "Code of Conduct" | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ComposioHQ/composio/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/ComposioHQ/composio/blob/main/CONTRIBUTING.md) and [Contributing Guidelines](link_to_your_contributing_guidelines) (if applicable). | ||
options: | ||
- label: "I have checked the [existing issues](https://github.com/ComposioHQ/composio/issues)." | ||
required: true | ||
- label: "I am willing to work on this issue (optional)" | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thank you for taking the time to suggest improvements! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: "✨ Feature Request" | ||
description: "Have any new ideas or features for Composio? Please suggest!" | ||
title: "<write a small description here>" | ||
labels: ["✨ enhancement"] # Assuming "new-feature" is the appropriate label | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
- Thank you for using Composio and taking the time to suggest a new feature! | ||
|
||
|
||
- type: textarea | ||
id: description_feature | ||
attributes: | ||
label: "Description" | ||
description: "Please describe the missing functionality that this feature would address." | ||
placeholder: "A detailed description of the new feature request." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: feature_solution_proposed | ||
attributes: | ||
label: "Proposed Solution" | ||
description: "Describe how you envision this functionality implemented in Composio." | ||
placeholder: "Include sketches, wireframes, or flowcharts to illustrate your proposal (optional)." | ||
|
||
- type: textarea | ||
id: feature_impact_solution | ||
attributes: | ||
label: "Impact of Solution" | ||
description: "How could this feature affect the rest of Composio? Are there any specific considerations?" | ||
placeholder: "Describe any relevant information about the feature's impact." | ||
|
||
- type: textarea | ||
id: additional_context_feature | ||
attributes: | ||
label: "Additional Context" | ||
description: "Provide any additional information that may help implement this feature (workarounds, third-party solutions, etc.)." | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
You can view our development roadmap on the [Composio website](https://composiohq.com/roadmap) | ||
to see if your feature request is already planned. | ||
|
||
- type: checkboxes | ||
id: terms_checklist_feature | ||
attributes: | ||
label: "Code of Conduct" | ||
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ComposioHQ/composio/blob/main/CODE_OF_ CONDUCT.md) and [Contributing Guidelines](https://github.com/ComposioHQ/composio/blob/main/CONTRIBUTING.md)." | ||
options: | ||
- label: "I have checked the [existing issues](https://github.com/ComposioHQ/composio/issues?q=is%3Aissue+)." | ||
required: true | ||
- label: "I am willing to work on this issue (optional)" | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thank you for taking the time to suggest a new feature! |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Other | ||
description: Use this for any other question or discussion related to Composio. Please do not create blank issues. | ||
title: "[OTHER] <write a small description here>" | ||
labels: ["question"] # Assuming "question" is the appropriate label for general discussions | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for using Composio and taking the time to submit this issue! | ||
- This is for any questions, discussions, or feedback you may have about Composio. | ||
|
||
- type: textarea | ||
id: issuedescription | ||
attributes: | ||
label: "What would you like to share or ask?" | ||
description: "Provide a clear and concise explanation of your question, discussion topic, or feedback." | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: terms_checklist_discussion | ||
attributes: | ||
label: "Code of Conduct" | ||
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ComposioHQ/composio/blob/7c89483bf1c8f76687765c37a14fc995eae1b44d/CODE_OF_CONDUCT.md)." | ||
options: | ||
- label: "I have checked the [existing issues](https://github.com/ComposioHQ/composio/issues?q=is%3Aissue+)." | ||
required: true | ||
- label: "I am willing to work on this issue (optional)" | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: Thank you for reaching out! We look forward to your question or discussion. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
titles should not be used like that