Skip to content

Commit 97f7558

Browse files
Update GitHub templates
1 parent 4dade2e commit 97f7558

File tree

2 files changed

+32
-21
lines changed

2 files changed

+32
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug report
33
about: Bug report for Cloudinary .NET 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,12 +27,16 @@ Before proceeding, please update to latest version and test if the issue persist
2727
2828

2929
## OS and Version
30-
…(Windows, Linux, Mac, MultiPlatform)
30+
- [ ] Linux
31+
- [ ] Windows
32+
- [ ] macOS
33+
- [ ] MultiPlatform
3134

3235
## Versions and Libraries (fill in the version numbers)
33-
Cloudinary .NET SDK version
34-
.NET Core - 0.0.0
35-
.NET Framework - 0.0.0
36+
- Cloudinary .NET SDK version - 0.0.0
37+
- .NET Core - 0.0.0
38+
- .NET Framework - 0.0.0
3639

3740
## Repository
41+
3842
If possible, please provide a link to a reproducible repository that showcases the problem

.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)