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 2e39d01 commit 28a9ee6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 26 deletions.
29 changes: 15 additions & 14 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 Ruby 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,16 +27,17 @@ Before proceeding, please update to latest version and test if the issue persist

## Operating System
[ ] Linux
[ ] Windows
[ ] OSX
[ ] All
- [ ] Linux
- [ ] Windows
- [ ] macOS
- [ ] All

## Environment and Libraries (fill in the version numbers)
Cloudinary Ruby SDK version - 0.0.0
Ruby Version - 0.0.0
Rails Version - 0.0.0
Other Libraries (Carrierwave, ActiveStorage, etc) - 0.0.0
- Cloudinary Ruby SDK version - 0.0.0
- Ruby Version - 0.0.0
- Rails Version - 0.0.0
- Other Libraries (Carrierwave, ActiveStorage, etc) - 0.0.0

## Repository

If possible, please provide a link to a reproducible repository that showcases the problem
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Feature request for Cloudinary Ruby SDK
title: ''
labels: ''
assignees: const-cloudinary
assignees: ''

---

Expand Down
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 28a9ee6

Please sign in to comment.