Skip to content

Commit 3fd864b

Browse files
author
HeroicHitesh
committed
Update Issue, PR Templates
1 parent d8e0036 commit 3fd864b

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ Please include a summary of the issue.
44

55
## Language
66

7-
- [ ] Javascript
8-
- [ ] Python
97
- [ ] Bash
8+
- [ ] Go
9+
- [ ] Javascript
1010
- [ ] Powershell
11+
- [ ] Python
1112
- [ ] Other (Please specify)
1213

1314
## Type of issue
1415

15-
*Please delete options that are not relevant.*
16+
_Please delete options that are not relevant._
1617

1718
- [ ] Feature
1819
- [ ] Bug
@@ -21,9 +22,9 @@ Please include a summary of the issue.
2122

2223
- **For Feature**
2324

24-
|name|about|labels|assignees|
25-
|----|-----|------|---------|
26-
|Feature request|Details (Motivation behind) about your feature request|feature|self-assign if you want to work on this issue else leave blank|
25+
| name | about | labels | assignees |
26+
| --------------- | ------------------------------------------------------ | ------- | -------------------------------------------------------------- |
27+
| Feature request | Details (Motivation behind) about your feature request | feature | self-assign if you want to work on this issue else leave blank |
2728

2829
**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 [...]
2930

@@ -33,14 +34,14 @@ Please include a summary of the issue.
3334

3435
- **For Bug**
3536

36-
|name|about|labels|assignees|
37-
|----|-----|------|---------|
38-
|Bug|Found a bug! File it using this template!|bug|self-assign if you want to work on this issue else leave blank|
37+
| name | about | labels | assignees |
38+
| ---- | ----------------------------------------- | ------ | -------------------------------------------------------------- |
39+
| Bug | Found a bug! File it using this template! | bug | self-assign if you want to work on this issue else leave blank |
3940

4041
**Steps to reproduce**: List out the steps to reproduce the steps
4142

4243
**Expected results**: What were the expected results
4344

4445
**Actual results**: What you got
4546

46-
**Additional context**: Add any other context or screenshots about the bug here.
47+
**Additional context**: Add any other context or screenshots about the bug here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@ Replace `issue_no` with the issue number which is fixed in this PR
88

99
## Type of change
1010

11-
*Please delete options that are not relevant.*
11+
_Please delete options that are not relevant._
1212

1313
- [ ] Bug fix (non-breaking change which fixes an issue)
1414
- [ ] New feature (non-breaking change which adds functionality)
1515
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1616
- [ ] This change requires a documentation update
17+
- [ ] Documentation Update
1718

1819
# Checklist:
1920

2021
- [ ] My code follows the style guidelines(Clean Code) of this project
2122
- [ ] I have performed a self-review of my own code
2223
- [ ] I have commented my code, particularly in hard-to-understand areas
23-
- [ ] I have created a helpful and easy to undertand README
24+
- [ ] I have created a helpful and easy to understand `README.md`
2425
- [ ] I have made corresponding changes to the documentation
2526
- [ ] My changes generate no new warnings
26-
- [ ] I have added tests/screenshots(If any) that prove my fix is effective or that my feature works
27+
- [ ] I have added tests/screenshots(if any) that prove my fix is effective or that my feature works

0 commit comments

Comments
 (0)