Skip to content

Commit ac6a240

Browse files
Update GitHub templates
1 parent d7c080c commit ac6a240

File tree

3 files changed

+36
-28
lines changed

3 files changed

+36
-28
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ name: Bug report
33
about: Bug report for Cloudinary CLI
44
title: ''
55
labels: ''
6-
assignees: const-cloudinary
6+
assignees: ''
77

88
---
99

1010
## Bug report for Cloudinary CLI
11-
Before proceeding, please update to latest version and test if the issue persists
11+
Before proceeding, please update to the latest version and test if the issue persists
1212

1313
## Describe the bug in a sentence or two.
1414
1515

1616
## Issue Type (Can be multiple)
17-
[ ] Build - Can’t install or use the CLI
18-
[ ] Performance - Performance issues
19-
[ ] Behaviour - Functions aren’t working as expected (Such as generate URL)
20-
[ ] Documentation - Inconsistency between the docs and behaviour
21-
[ ] Other (Specify)
17+
- [ ] Build - Cannot install or import the SDK
18+
- [ ] Performance - Performance issues
19+
- [ ] Behaviour - Functions are not working as expected (such as generate URL)
20+
- [ ] Documentation - Inconsistency between the docs and behaviour
21+
- [ ] Other (Specify)
2222

2323
## Steps to reproduce
2424
… if applicable
@@ -27,16 +27,17 @@ Before proceeding, please update to latest version and test if the issue persist
2727
2828

2929
## Operating System
30-
[ ] Linux
31-
[ ] Windows
32-
[ ] OSX
33-
[ ] All
30+
- [ ] Linux
31+
- [ ] Windows
32+
- [ ] macOS
33+
- [ ] All
3434

3535
## Environment and Frameworks (fill in the version numbers)
36-
Cloudinary CLI version - 0.0.0
37-
Cloudinary Python SDK version - 0.0.0
38-
Python Version - 0.0.0
39-
Framework (Django, Flask, etc) - 0.0.0
36+
37+
- Cloudinary CLI version - 0.0.0
38+
- Cloudinary Python SDK version - 0.0.0
39+
- Python Version - 0.0.0
4040

4141
## Repository
42+
4243
If possible, please provide a link to a reproducible repository that showcases the problem

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Feature request
3-
about: " Feature request for Cloudinary CLI"
3+
about: Feature request for Cloudinary CLI
44
title: ''
55
labels: ''
6-
assignees: const-cloudinary
6+
assignees: ''
77

88
---
99

.github/pull_request_template.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,28 @@ Provide some context as to what was changed, from an implementation standpoint.
44
-->
55

66
#### What does this PR address?
7-
[ ] Github issue (Add reference - #XX)
8-
[ ] Refactoring
9-
[ ] New feature
10-
[ ] Bug fix
11-
[ ] Adds more tests
7+
- [ ] GitHub issue (Add reference - #XX)
8+
- [ ] Refactoring
9+
- [ ] New feature
10+
- [ ] Bug fix
11+
- [ ] Adds more tests
1212

1313
#### Are tests included?
14-
[ ] Yes
15-
[ ] No
14+
- [ ] Yes
15+
- [ ] No
1616

17-
#### Reviewer, Please Note:
17+
#### Reviewer, please note:
1818
<!--
1919
List anything here that the reviewer should pay special attention to. This might
2020
include, for example:
21-
Dependence on other PRs
22-
Reference to other Cloudinary SDKs
23-
Changes that seem arbitrary without further explanations
21+
* Dependence on other PRs
22+
* Reference to other Cloudinary SDKs
23+
* Changes that seem arbitrary without further explanations
2424
-->
25+
26+
#### Checklist:
27+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
28+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
29+
- [ ] My code follows the code style of this project.
30+
- [ ] My change requires a change to the documentation.
31+
- [ ] I ran the full test suite before pushing the changes and all the tests pass.

0 commit comments

Comments
 (0)