Skip to content

Commit

Permalink
code: Update documentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshsinghrathore authored Oct 9, 2023
1 parent 90788aa commit 6439669
Showing 1 changed file with 14 additions and 41 deletions.
55 changes: 14 additions & 41 deletions .github/ISSUE_TEMPLATE/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,53 +1,26 @@
name: 📚 Documentation Request
description: Suggest a fedocumentationature request
title: "[Docs]: "
labels: ["documentation"]
projects: ["ISRO-web"]
assignees:
- octocat
name: "📑 Documentation Update"
description: "Improve Documentation"
title: "DOC:"
labels: [DOC, Needs Triage]
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!"
label: "What's wrong with the existing documentation"
description: "Which things do we need to add or delete"
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!"
label: "Add ScreenShots"
description: "Add sufficient SS to explain your issue."
validations:
required: true
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)
label: "Record"
options:
- label: I agree to follow this project's Code of Conduct
- 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 this issue
required: false
- label: "I'm a Hacktoberfest'23 contributor"
- label: "I want to work on this issue"

0 comments on commit 6439669

Please sign in to comment.