-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from Soumya-9641/main
Create individual form for bug,features,documentation
- Loading branch information
Showing
6 changed files
with
203 additions
and
58 deletions.
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,88 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
projects: ["ISRO-web"] | ||
assignees: | ||
- octocat | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for taking the time to fill out this bug report!" | ||
- type: checkboxes | ||
id: issue-check | ||
attributes: | ||
label: Is there any existing issue for this? | ||
description: Please search to see if an issue already exist for the bug you encountered. | ||
options: | ||
- label: I have searched the existing issues. | ||
required: true | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Tell us details about the bug you encountered! | ||
placeholder: Tell a brief description of the bug! | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Add-Screenshots | ||
attributes: | ||
label: proof? | ||
description: Also share us the specific bug picture. | ||
placeholder: add sufficient SS to explain your issue. | ||
value: "A bug screenshots!" | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of our software are you running? | ||
options: | ||
- 1.0.2 (Default) | ||
- 1.0.3 (Edge) | ||
default: 0 | ||
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 | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
- type: checkboxes | ||
id: code-terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true | ||
- type: checkboxes | ||
id: issue-terms | ||
attributes: | ||
label: I want to work on this issue | ||
description: I want to work on this issue | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
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,53 @@ | ||
name: Documentation Request | ||
description: Suggest a fedocumentationature request | ||
title: "[Documentation]: " | ||
labels: ["documentation"] | ||
projects: ["ISRO-web"] | ||
assignees: | ||
- octocat | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for taking the time to fill out this features report!" | ||
- type: checkboxes | ||
id: issue-check | ||
attributes: | ||
label: Is there any existing issue for this? | ||
description: Please search to see if an issue already exist for the features you proposed. | ||
options: | ||
- label: I have searched the existing issues. | ||
required: true | ||
- type: textarea | ||
id: newIdea | ||
attributes: | ||
label: What is your new idea? | ||
description: Tell us about the problem you saw in the documentation | ||
placeholder: Tell us what you see! | ||
value: "A new documentaion happened!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Approach | ||
attributes: | ||
label: What is your aproach for new features | ||
description: Tell us how you are going to solve the stated problem | ||
placeholder: Tell us what your approach! | ||
value: "A new documentation approach happened!" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true | ||
- type: checkboxes | ||
id: issue-terms | ||
attributes: | ||
label: I want to work on this issue | ||
description: I want to work on this issue | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true |
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: Suggest a feature request | ||
title: "[Features]: " | ||
labels: ["enhancement"] | ||
projects: ["ISRO-web"] | ||
assignees: | ||
- octocat | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for taking the time to fill out this features report!" | ||
- type: checkboxes | ||
id: issue-check | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: Please search to see if an issue already exist for the features you proposed. | ||
options: | ||
- label: I have searched the existing issues. | ||
required: true | ||
- type: textarea | ||
id: newIdea | ||
attributes: | ||
label: What is your new idea? | ||
description: Tell us your new feature idea! | ||
placeholder: Tell us what you think! | ||
value: "A feature happened!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Approach | ||
attributes: | ||
label: What is your aproach for new features | ||
description: Tell us what is you approach to create the new feature! | ||
placeholder: Tell us how you approach! | ||
value: "A feature happened!" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: Add-Screenshots | ||
attributes: | ||
label: proof? | ||
description: Also share us the specific demo picture for specific feature. | ||
placeholder: add sufficient SS to explain your feature. | ||
value: "A feature screenshots!" | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) | ||
options: | ||
- label: I agree to follow this project's Code of Conduct | ||
required: true | ||
- type: checkboxes | ||
id: issue-terms | ||
attributes: | ||
label: I want to work on this issue | ||
description: I want to work on this issue | ||
options: | ||
- label: I want to work on thos issue | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.