Skip to content

Commit

Permalink
Update GitHub templates
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jun 1, 2021
1 parent 4dade2e commit 97f7558
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 21 deletions.
24 changes: 14 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: Bug report for Cloudinary .NET SDK
title: ''
labels: ''
assignees: const-cloudinary
assignees: ''

---

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

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

## Steps to reproduce
… if applicable
Expand All @@ -27,12 +27,16 @@ Before proceeding, please update to latest version and test if the issue persist

## OS and Version
…(Windows, Linux, Mac, MultiPlatform)
- [ ] Linux
- [ ] Windows
- [ ] macOS
- [ ] MultiPlatform

## Versions and Libraries (fill in the version numbers)
Cloudinary .NET SDK version
.NET Core - 0.0.0
.NET Framework - 0.0.0
- Cloudinary .NET SDK version - 0.0.0
- .NET Core - 0.0.0
- .NET Framework - 0.0.0

## Repository

If possible, please provide a link to a reproducible repository that showcases the problem
29 changes: 18 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,28 @@ Provide some context as to what was changed, from an implementation standpoint.
-->

#### What does this PR address?
[ ] Gitub issue (Add reference - #XX)
[ ] Refactoring
[ ] New feature
[ ] Bug fix
[ ] Adds more tests
- [ ] GitHub issue (Add reference - #XX)
- [ ] Refactoring
- [ ] New feature
- [ ] Bug fix
- [ ] Adds more tests

#### Are tests included?
[ ] Yes
[ ] No
- [ ] Yes
- [ ] No

#### Reviewer, Please Note:
#### Reviewer, please note:
<!--
List anything here that the reviewer should pay special attention to. This might
include, for example:
Dependence on other PRs
Reference to other Cloudinary SDKs
Changes that seem arbitrary without further explanations
* Dependence on other PRs
* Reference to other Cloudinary SDKs
* Changes that seem arbitrary without further explanations
-->

#### Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I ran the full test suite before pushing the changes and all the tests pass.

0 comments on commit 97f7558

Please sign in to comment.