Skip to content

Commit 28a9ee6

Browse files
Update GitHub templates
1 parent 2e39d01 commit 28a9ee6

File tree

3 files changed

+34
-26
lines changed

3 files changed

+34
-26
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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

88
---
99

@@ -14,11 +14,11 @@ Before proceeding, please update to latest version and test if the issue persist
1414
1515

1616
## Issue Type (Can be multiple)
17-
[ ] Build - Can’t install or import the SDK
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 Libraries (fill in the version numbers)
36-
Cloudinary Ruby SDK version - 0.0.0
37-
Ruby Version - 0.0.0
38-
Rails Version - 0.0.0
39-
Other Libraries (Carrierwave, ActiveStorage, etc) - 0.0.0
36+
- Cloudinary Ruby SDK version - 0.0.0
37+
- Ruby Version - 0.0.0
38+
- Rails Version - 0.0.0
39+
- Other Libraries (Carrierwave, ActiveStorage, etc) - 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature request
33
about: Feature request for Cloudinary Ruby SDK
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-
[ ] Gitub 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)