Skip to content

Commit a5145a6

Browse files
authored
Merge pull request #28 from Kunal-8789/add-issue-template
[docs]:Added Issue Template
2 parents e756fd5 + 7960f01 commit a5145a6

File tree

3 files changed

+129
-0
lines changed

3 files changed

+129
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[Bug] '
5+
labels: 'Type: Bug'
6+
assignees: colbyfayock
7+
8+
---
9+
10+
## **Bug Report**
11+
12+
### **Describe the bug**
13+
14+
<!-- A clear and concise description of what the bug is. -->
15+
16+
- ***
17+
18+
### **Is this a regression?**
19+
20+
<!-- Did this behaviour used to work in the previous version? -->
21+
<!-- Yes, the previous version in which this bug was not present was: ... -->
22+
23+
---
24+
25+
### **Steps To Reproduce the error**
26+
27+
<!-- Steps to reproduce the error:
28+
(e.g.:)
29+
1. Use x argument / navigate to
30+
2. Fill this information
31+
3. Go to...
32+
4. See error -->
33+
34+
<!-- Write the steps here (add or remove as many steps as needed)-->
35+
36+
1.
37+
2.
38+
3.
39+
4.
40+
41+
---
42+
43+
### **Expected behaviour**
44+
45+
<!-- A clear and concise description of what you expected to happen. -->
46+
47+
- ***
48+
49+
### **Media proof (Screenshot)**
50+
51+
<!-- If applicable, add screenshots or videos to help explain your problem. -->
52+
53+
---
54+
55+
### **Your environment**
56+
57+
<!-- use all the applicable bulleted list element for this specific issue,
58+
and remove all the bulleted list elements that are not relevant for this issue. -->
59+
60+
- OS: <!--[e.g. Ubuntu 5.4.0-26-generic x86_64 / Windows 1904 ...]-->
61+
- Node version:
62+
- Npm version:
63+
- Browser name and version:
64+
65+
---
66+
67+
### **Additional context**
68+
69+
<!-- Add any other context or additional information about the problem here.-->
70+
71+
-
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: "Feature Request"
3+
about: "Suggest an idea or possible new feature for this project."
4+
title: "[Feature] "
5+
labels: "Type: Feature"
6+
assignees: colbyfayock
7+
---
8+
9+
## **Feature Request**
10+
11+
## **Is your feature request related to a problem? Please describe.**
12+
13+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
14+
15+
- ***
16+
17+
## **Describe the solution you'd like**
18+
19+
<!-- A clear and concise description of what you want to happen. -->
20+
21+
- ***
22+
23+
## **Describe alternatives you've considered**
24+
25+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
26+
27+
- ***
28+
29+
### **Additional context**
30+
31+
<!-- Add any other context or additional information about the problem here.-->
32+
33+
-

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Description
2+
<!-- Include a summary of the change made and also list the dependencies that are required if any -->
3+
4+
---
5+
## Issue Ticket Number
6+
Fixes [Issue #]
7+
8+
---
9+
## Type of change
10+
<!-- Please select all options that are applicable. -->
11+
- [ ] Bug fix (non-breaking change which fixes an issue)
12+
- [ ] New feature (non-breaking change which adds functionality)
13+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
- [ ] This change requires a documentation update
15+
16+
---
17+
# Checklist:
18+
- [ ] I have followed the contributing guidelines of this project as mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
19+
- [ ] I have created an [issue](https://github.com/colbyfayock/netlify-plugin-cloudinary/issues) ticket for this PR
20+
- [ ] I have checked to ensure there aren't other open [Pull Requests](https://github.com/colbyfayock/netlify-plugin-cloudinary/pulls) for the same update/change?
21+
- [ ] I have performed a self-review of my own code
22+
- [ ] I have run tests locally to ensure they all pass
23+
- [ ] I have commented my code, particularly in hard-to-understand areas
24+
- [ ] I have made corresponding changes needed to the documentation
25+

0 commit comments

Comments
 (0)