-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7ec3e8
commit f876f20
Showing
2 changed files
with
40 additions
and
48 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,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. |
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 |
---|---|---|
@@ -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. |