Skip to content

Commit b762743

Browse files
committed
Add or update GitHub pull request and issue template
1 parent d135cd0 commit b762743

File tree

5 files changed

+168
-7
lines changed

5 files changed

+168
-7
lines changed

.github/ISSUE_TEMPLATE.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--
2+
Please have a look at the issue templates you get when you click "New issue" in the GitHub UI.
3+
We very much prefer issues created by using one of these templates.
4+
-->
5+
6+
### Issue Type
7+
<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
8+
9+
- [ ] Bug Report
10+
- [ ] Feature Request
11+
- [ ] Support Question
12+
13+
## Description
14+
15+
## Information
16+
<!-- Include all relevant information that might help understand and reproduce the problem -->
17+
18+
### Command or Code
19+
<!-- What command or code is needed to reproduce the problem? -->
20+
21+
### Environment, Platform, Device
22+
<!-- In what environment, on what platform or on which device are you experiencing the issue? -->
23+
24+
25+
26+
### Version information
27+
<!--
28+
What are relevant versions you are using?
29+
For example:
30+
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
31+
Other Frameworks: Ionic Framework and CLI version
32+
Operating System, Android Studio, Xcode etc.
33+
-->
34+
35+
36+
37+
## Checklist
38+
<!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` -->
39+
40+
- [ ] I searched for already existing GitHub issues about this
41+
- [ ] I updated all Cordova tooling to their most recent version
42+
- [ ] I included all the necessary information above

.github/ISSUE_TEMPLATE/BUG_REPORT.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: If something isn't working as expected.
4+
5+
---
6+
7+
# Bug Report
8+
9+
## Problem
10+
11+
### What is expected to happen?
12+
13+
14+
15+
### What does actually happen?
16+
17+
18+
19+
## Information
20+
<!-- Include all relevant information that might help understand and reproduce the problem -->
21+
22+
23+
24+
### Command or Code
25+
<!-- What command or code is needed to reproduce the problem? -->
26+
27+
28+
29+
### Environment, Platform, Device
30+
<!-- In what environment, on what platform or on which device are you experiencing the issue? -->
31+
32+
33+
34+
### Version information
35+
<!--
36+
What are relevant versions you are using?
37+
For example:
38+
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
39+
Other Frameworks: Ionic Framework and CLI version
40+
Operating System, Android Studio, Xcode etc.
41+
-->
42+
43+
44+
45+
## Checklist
46+
<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
47+
48+
- [ ] I searched for existing GitHub issues
49+
- [ ] I updated all Cordova tooling to most recent version
50+
- [ ] I included all the necessary information above
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: 🚀 Feature Request
3+
about: A suggestion for a new functionality
4+
5+
---
6+
7+
# Feature Request
8+
9+
## Motivation Behind Feature
10+
<!-- Why should this feature be implemented? What problem does it solve? -->
11+
12+
13+
14+
## Feature Description
15+
<!--
16+
Describe your feature request in detail
17+
Please provide any code examples or screenshots of what this feature would look like
18+
Are there any drawbacks? Will this break anything for existing users?
19+
-->
20+
21+
22+
23+
## Alternatives or Workarounds
24+
<!--
25+
Describe alternatives or workarounds you are currently using
26+
Are there ways to do this with existing functionality?
27+
-->
28+
29+
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: 💬 Support Question
3+
about: If you have a question, please check out our Slack or StackOverflow!
4+
5+
---
6+
7+
<!------------^ Click "Preview" for a nicer view! -->
8+
9+
Apache Cordova uses GitHub Issues as a feature request and bug tracker _only_.
10+
For usage and support questions, please check out the resources below. Thanks!
11+
12+
---
13+
14+
You can get answers to your usage and support questions about **Apache Cordova** on:
15+
16+
* Slack Community Chat: https://cordova.slack.com (you can sign-up at http://slack.cordova.io/)
17+
* StackOverflow: https://stackoverflow.com/questions/tagged/cordova using the tag `cordova`
18+
19+
---
20+
21+
If you are using a tool that uses Cordova internally, like e.g. Ionic, check their support channels:
22+
23+
* **Ionic Framework**
24+
* [Ionic Community Forum](https://forum.ionicframework.com/)
25+
* [Ionic Worldwide Slack](https://ionicworldwide.herokuapp.com/)
26+
* **PhoneGap**
27+
* [PhoneGap Developer Community](https://forums.adobe.com/community/phonegap)

.github/PULL_REQUEST_TEMPLATE.md

+20-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--
2-
Please make sure the checklist boxes are all checked before submitting the PR. The checklist
3-
is intended as a quick reference, for complete details please see our Contributor Guidelines:
2+
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:
43
54
http://cordova.apache.org/contribute/contribute_guidelines.html
65
@@ -10,13 +9,27 @@ Thanks!
109
### Platforms affected
1110

1211

13-
### What does this PR do?
1412

13+
### Motivation and Context
14+
<!-- Why is this change required? What problem does it solve? -->
15+
<!-- If it fixes an open issue, please link to the issue here. -->
16+
17+
18+
19+
### Description
20+
<!-- Describe your changes in detail -->
21+
22+
23+
24+
### Testing
25+
<!-- Please describe in detail how you tested your changes. -->
1526

16-
### What testing has been done on this change?
1727

1828

1929
### Checklist
20-
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
21-
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
22-
- [ ] Added automated test coverage as appropriate for this change.
30+
31+
- [ ] I've run the tests to see all new and existing tests pass
32+
- [ ] I added automated test coverage as appropriate for this change
33+
- [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`)
34+
- [ ] 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/))
35+
- [ ] I've updated the documentation if necessary

0 commit comments

Comments
 (0)