Skip to content

Commit

Permalink
updated issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
officeneerajsaini committed May 23, 2024
1 parent c7ec3e8 commit f876f20
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 48 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE TEMPLATE/Docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 📝 Documentation
about: Propose changes and improvements to Rubik-Cube Docs.
title: '📝[Docs]: '
labels: 'enhancement'
assignees: ''
---

**What Docs changes are you proposing?**
Provide a clear description of the changes you're proposing for the documentation. Are you suggesting corrections, clarifications, additions, or updates?

**Why do the Docs need this improvement? What is the motivation for this change? How will this change benefit the community?**
Explain the motivation behind the proposed changes and how they will benefit the community or users of the documentation.

**Describe the solution you'd like**
Provide a clear and concise description of the changes you'd like to see implemented in the documentation.

**Describe alternatives you've considered**
If you've thought about alternative approaches or solutions, briefly describe them here.

**Additional context**
Add any additional context, examples, or screenshots related to the proposed documentation changes.
66 changes: 18 additions & 48 deletions .github/ISSUE TEMPLATE/Feature_request_template.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,20 @@
name: 🆕 new feature request
description: Suggest an idea and show your creativity to add new feature
title: "[New Feature]: "
---
name: 💡 Feature Request
about: Suggest an interesting feature idea for this project
title: '💡[FEATURE]: '
labels: 'enhancement'
assignees: ''

body:
---

- type: markdown
attributes:
value: |
Thanks for taking the time to fill out your new feature issue
- type: textarea
id: new-feature
attributes:
label: Problem:
description: Describe the problem in brief.
placeholder: Add all necessary details of the problem.
value: "feature logic and basic description"
validations:
required: true
- type: textarea
id: new-feature
attributes:
label: Solution:
description: Describe the solution in brief.
placeholder: Add all necessary details of the solution.
value: "feature logic and basic description"
validations:
required: true
- type: textarea
id: features
attributes:
label: Point down the features
description: think about your the feature your feature will have
placeholder: Please include a summary, also include relevant motivation and context.
value: "feature points"
validations:
required: true
- type: dropdown
id: contribution
attributes:
label: Select the program in which you are contributing
multiple: true
options: - GSSoC24 - Other
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [CODE OF CONDUCT](https://github.com/Dev-tanay/Rubik-Cube/blob/main/README.md)
options: - label: I follow [CONTRIBUTING GUIDELINE]() of this project.
required: true
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit f876f20

Please sign in to comment.