You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/02/11 16:57:11 UTC

[cordova-contribute] branch master updated: last fixes to github templates

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git


The following commit(s) were added to refs/heads/master by this push:
     new cc8977e  last fixes to github templates
cc8977e is described below

commit cc8977e149141cd2d7c4023e2ea44ce5556026c7
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Mon Feb 11 17:56:56 2019 +0100

    last fixes to github templates
---
 .github/ISSUE_TEMPLATE.md                 | 10 +++++++---
 .github/ISSUE_TEMPLATE/BUG_REPORT.md      | 12 ++++++++++++
 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 20 +++++++++++++++-----
 .github/PULL_REQUEST_TEMPLATE.md          | 14 ++++++++++----
 4 files changed, 44 insertions(+), 12 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 37ea445..3220c25 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -21,6 +21,8 @@ We very much prefer issues created by using one of these templates.
 ### Environment, Platform, Device
 <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
 
+
+
 ### Version information
 <!-- 
 What are relevant versions you are using?
@@ -30,9 +32,11 @@ Other Frameworks: Ionic Framework and CLI version
 Operating System, Android Studio, Xcode etc.
 -->
 
+
+
 ## Checklist
-<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
+<!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` -->
 
-- [ ] I searched for existing GitHub issues
-- [ ] I updated all Cordova tooling to most recent version
+- [ ] I searched for already existing GitHub issues about this
+- [ ] I updated all Cordova tooling to their most recent version
 - [ ] I included all the necessary information above
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
index 0fc99aa..bd8a3ac 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
@@ -10,17 +10,27 @@ about: If something isn't working as expected.
 
 ### What is expected to happen?
 
+
+
 ### What does actually happen?
 
+
+
 ## Information
 <!-- Include all relevant information that might help understand and reproduce the problem -->
 
+
+
 ### Command or Code
 <!-- What command or code is needed to reproduce the problem? -->
 
+
+
 ### Environment, Platform, Device
 <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
 
+
+
 ### Version information
 <!-- 
 What are relevant versions you are using?
@@ -30,6 +40,8 @@ Other Frameworks: Ionic Framework and CLI version
 Operating System, Android Studio, Xcode etc.
 -->
 
+
+
 ## Checklist
 <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
 
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
index cabb35f..381fc8a 100644
--- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
+++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
@@ -9,11 +9,21 @@ about: A suggestion for a new functionality
 ## Motivation Behind Feature
 <!-- Why should this feature be implemented? What problem does it solve? -->
 
+
+
 ## Feature Description
-<!-- Describe your feature request in detail -->
-<!-- Please provide any code examples or screenshots of what this feature would look like -->
-<!-- Are there any drawbacks? Will this break anything for existing users? -->
+<!-- 
+Describe your feature request in detail
+Please provide any code examples or screenshots of what this feature would look like
+Are there any drawbacks? Will this break anything for existing users? 
+-->
+
+
 
 ## Alternatives or Workarounds
-<!-- Describe alternatives or workarounds you are currently using -->
-<!-- Are there ways to do this with existing functionality? -->
+<!-- 
+Describe alternatives or workarounds you are currently using 
+Are there ways to do this with existing functionality?
+-->
+
+
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 3a9a89d..712b2ff 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,5 @@
 <!--
-Please make sure the checklist boxes are all checked before submitting the PR. The checklist
-is intended as a quick reference, for complete details please see our Contributor Guidelines:
+Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines:
 
 http://cordova.apache.org/contribute/contribute_guidelines.html
 
@@ -10,20 +9,27 @@ Thanks!
 ### Platforms affected
 
 
+
 ### Motivation and Context
 <!-- Why is this change required? What problem does it solve? -->
 <!-- If it fixes an open issue, please link to the issue here. -->
 
+
+
 ### Description
 <!-- Describe your changes in detail -->
 
+
+
 ### Testing
 <!-- Please describe in detail how you tested your changes. -->
 
+
+
 ### Checklist
 
 - [ ] I've run the tests to see all new and existing tests pass
-- [ ] I added automated test coverage as appropriate for this change.
+- [ ] I added automated test coverage as appropriate for this change
 - [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`)
 - [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/))
-- [ ] I've updated the documentation if necessary.
+- [ ] I've updated the documentation if necessary


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org