-
Notifications
You must be signed in to change notification settings - Fork 125
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
dee1bd9
commit 6688aad
Showing
2 changed files
with
44 additions
and
0 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,23 @@ | ||
name: Documentation request | ||
description: Change regarding improvising the docs to be more accessible | ||
title: "[Doc]: " | ||
labels: [documentation, enhancement, good first issue] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Describe the bug | ||
description: A clear and concise description of what the bug is | ||
options: | ||
- label: Information addition regarding the newest change through a PR. | ||
- label: Typo error. | ||
- label: New category addition. | ||
- label: Refractoring sentences that make more sense. | ||
- label: Fixing broken links. | ||
- label: Refractors / reformating of the document. | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Additional Context | ||
validations: | ||
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,21 @@ | ||
# Title of Issue and Pull Request must be Same | ||
|
||
## Title and Issue number | ||
<!-- Please make sure issue number is mention in Pull Request else PR will not be merged. | ||
eg : #4 --> | ||
|
||
Issue No. : | ||
|
||
|
||
## Video/Screenshots (mandatory) | ||
<!--Please try to attach the working video of your new deployed project here --> | ||
<!-- It is not applicable for the templates of adding feature or fixing bugs --> | ||
|
||
## Checklist: | ||
|
||
- [ ] I have mentioned the issue number in my Pull Request. | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have gone through the `contributing.md` file before contributing | ||
<!-- [X] - put a cross/X inside [] to check the box --> | ||
|
||
## Additional context: |