diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 3220c258..36c8a99e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,35 +1,39 @@ ### Issue Type - + - [ ] Bug Report - [ ] Feature Request - [ ] Support Question ## Description + + + ## Information - + -### Command or Code - -### Environment, Platform, Device - + +### Command or Code + -### Version information +### Environment and Versions @@ -37,6 +41,7 @@ Operating System, Android Studio, Xcode etc. ## Checklist -- [ ] 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 +**Before submitting an issue, make sure to:** +- [ ] Update all Cordova tooling to their most recent version +- [ ] Search for already existing GitHub issues regarding your request +- [ ] Include all the necessary information above diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index bd8a3acb..88819430 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,7 +1,6 @@ --- name: 🐛 Bug Report about: If something isn't working as expected. - --- # Bug Report @@ -12,39 +11,37 @@ about: If something isn't working as expected. -### What does actually happen? +### What does happen? ## Information - + ### Command or Code - - - + -### Environment, Platform, Device - - -### Version information +### Environment and Versions ## Checklist - + +**Before submitting an issue, make sure to:** - [ ] I searched for existing GitHub issues -- [ ] I updated all Cordova tooling to most recent version +- [ ] I updated all Cordova tooling to the most recent version - [ ] I included all the necessary information above diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 381fc8a3..9992fce9 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -1,7 +1,6 @@ --- name: 🚀 Feature Request about: A suggestion for a new functionality - --- # Feature Request @@ -13,8 +12,8 @@ about: A suggestion for a new functionality ## Feature Description @@ -22,8 +21,8 @@ Are there any drawbacks? Will this break anything for existing users? ## Alternatives or Workarounds diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md index 516c6e6b..e6eeacc0 100644 --- a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md +++ b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md @@ -1,13 +1,12 @@ --- name: 💬 Support Question about: If you have a question, please check out our Slack or StackOverflow! - --- - + -Apache Cordova uses GitHub Issues as a feature request and bug tracker _only_. -For usage and support questions, please check out the resources below. Thanks! +Apache Cordova uses GitHub Issues _only_ for feature requests and tracking issues. +For usage and support questions, please check out the resources below. Thank you! --- @@ -18,7 +17,7 @@ You can get answers to your usage and support questions about **Apache Cordova** --- -If you are using a tool that uses Cordova internally, like e.g. Ionic, check their support channels: +If you are using a tool that uses Cordova internally, for instance, Ionic, check their support channels: * **Ionic Framework** * [Ionic Community Forum](https://forum.ionicframework.com/) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 712b2ff0..d827b847 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,35 +1,40 @@ -### Platforms affected +### Platforms Affected + ### Motivation and Context - - + ### Description - + ### Testing - + ### Checklist - -- [ ] I've run the tests to see all new and existing tests pass -- [ ] 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 + + +**Before submitting Pull Request, make sure to:** +- [ ] Add automated tests as appropriate for this change (test code coverage should remain the same) +- [ ] Run the `npm test` to see that all tests pass +- [ ] If Pull Request contains a bug fix or a feature, describe at least one use case scenario and confirm it works as expected +- [ ] If Pull Request resolves an issue, link to the corresponding issue in the text above (use the correct [keyword to close issue](https://help.github.com/articles/closing-issues-using-keywords/)) +- [ ] If Pull Request contains a feature, update the documentation