Skip to content

Commit

Permalink
Merge pull request #35 from Soumya-9641/main
Browse files Browse the repository at this point in the history
Create individual form for bug,features,documentation
  • Loading branch information
dakshsinghrathore authored Oct 8, 2023
2 parents 27bf110 + 878597a commit 0369f36
Show file tree
Hide file tree
Showing 6 changed files with 203 additions and 58 deletions.
88 changes: 88 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
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
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yaml
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
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yaml
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
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/✨-feature-request.md

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/🐞-bug-report.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/🔖-documentation-update.md

This file was deleted.

0 comments on commit 0369f36

Please sign in to comment.