From 28a9ee65d24c6bac0654919a5a76de95cf356510 Mon Sep 17 00:00:00 2001 From: Constantine Nathanson Date: Tue, 1 Jun 2021 18:59:13 +0300 Subject: [PATCH] Update GitHub templates --- .github/ISSUE_TEMPLATE/bug_report.md | 29 ++++++++++++----------- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/pull_request_template.md | 29 ++++++++++++++--------- 3 files changed, 34 insertions(+), 26 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 11e2518d..4002c458 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Bug report for Cloudinary Ruby SDK title: '' labels: '' -assignees: const-cloudinary +assignees: '' --- @@ -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 @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cfe7194e..79bcbe39 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Feature request for Cloudinary Ruby SDK title: '' labels: '' -assignees: const-cloudinary +assignees: '' --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 66ef9f78..b2001d86 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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: + +#### Checklist: + + +- [ ] 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.