You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (something that used to work, but stopped working in a newer version)
7
7
[ ] Support request
8
8
[ ] Documentation issue or request
9
-
</code></pre>
9
+
```
10
10
11
11
## Prerequisites
12
-
Befor posting, make sure you do the following (check all):
13
-
<pre><code>
14
-
[ ] Search GitHub for a similar issue or PR
15
-
[ ] If submitting a Support request, also search [Stack Overflow](https://stackoverflow.com/search?q=angular2+json+schema+form) for similar issues
16
-
Note: Please cross-post all GitHub support requests to [Stack Overflow](https://stackoverflow.com/search?q=angular2+json+schema+form), and include a link in your GitHub issue to your Stack Overflow question. At the moment, we will respond to support requests on both GitHub and Stack Overflow (and we check GitHub more often). But eventually we expect to stop answering support issues on GitHub and refer all support questions exclusively to Stack Overflow.
17
-
[ ] If submitting a Regression, include the version numbers for both the earlier working and later broken versions
12
+
Before posting, make sure you do the following (check all):
13
+
```
18
14
[ ] Confirm you are using the latest versions of all necessary packages (or if not, explain why not)
19
-
</code></pre>
15
+
[ ] Search GitHub for a similar issue or PR
16
+
[ ] If submitting a Support request, also search [Stack Overflow][stack-overflow] for similar issues
17
+
Note: Please cross-post GitHub support requests to [Stack Overflow][stack-overflow], and include a link in your GitHub issue to your Stack Overflow question. We do currently respond to support requests on GitHub, but we eventually expect to stop, and will then refer all support questions exclusively to Stack Overflow.
18
+
```
20
19
21
20
## Current behavior
22
21
<!-- Describe what is currently happening. -->
@@ -26,25 +25,33 @@ Note: Please cross-post all GitHub support requests to [Stack Overflow](https://
26
25
<!-- Describe what you think should happen instead. -->
27
26
28
27
29
-
## How to reproduce the problem
28
+
## IMPORTANT: How can we reproduce your problem?
30
29
<!--
31
-
Ideally, if you can create a JSON object with the relevant data/schema/layout/options/etc. that will cause the problem to occur in the [demonstration playground](https://angular2-json-schema-form.firebaseapp.com), just paste that JSON here.
32
-
33
-
If that is not possible, describe the minimum step-by-step procedure necessary to reproduce the problem.
30
+
In order to fix your problem, we _must_ first reproduce it.
34
31
35
-
If the problem is not simple to reproduce, please link to a minimal demo of the problem in a GitHub repository or [Plnkr](https://plnkr.co) example.
36
-
-->
32
+
Ideally, if you can cause the problem in the [demonstration playground][demonstration-playground], just copy the entire contents of the "Input JSON Schema and Form Layout" text area and paste it here.
37
33
34
+
If you cannot recreate the problem in the demonstration playground (for example, if it's an installation error or a conflict with another library), then describe the minimum step-by-step procedure necessary to reproduce it.
38
35
39
-
## Any other relevant information
40
-
<!-- e.g. If this is a feature request, what is the use case for the new feature? -->
36
+
If the problem is not simple to reproduce, link to a minimal demo of the problem in a GitHub repository or [JSFiddle][jsfiddle] or [Plnkr][plnkr] example.
37
+
-->
41
38
42
39
43
40
## Environment
44
-
<pre><code>
41
+
```
45
42
OS name & version:
46
43
Browser name & version:
47
44
Angular version:
48
-
Angular JSON Schema Form version:
45
+
Angular JSON Schema Form version(s):
49
46
Other relevant software or packages:
50
-
</code></pre>
47
+
```
48
+
<!-- If submitting a Regression, make sure to include the version numbers for both the earlier working and later broken versions of Angular JSON Schema Form. -->
49
+
50
+
## Any other relevant information
51
+
<!-- e.g. If this is a feature request, what is the use case for the new feature? -->
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
## PR Type
2
2
What changes does this PR include (check all that apply)?
3
-
<pre><code>
3
+
```
4
4
[ ] Bugfix
5
5
[ ] Feature
6
6
[ ] Code style update (formatting, local variables)
7
7
[ ] Refactoring (no functional changes, no api changes)
8
8
[ ] Build process changes
9
9
[ ] Documentation changes
10
10
[ ] Other... please describe:
11
-
</code></pre>
11
+
```
12
12
13
13
## Related issue / current behavior
14
14
<!-- Please link to the issue you are resolving, or describe the current behavior that you are modifying. -->
@@ -19,10 +19,10 @@ What changes does this PR include (check all that apply)?
19
19
20
20
21
21
## Does this PR introduce a breaking change?
22
-
<pre><code>
22
+
```
23
23
[ ] Yes
24
24
[ ] No
25
-
</code></pre>
25
+
```
26
26
<!-- If this PR contains a breaking change, how will it affect existing applications? What must those applications do to use the updated library after this change is implemented? -->
0 commit comments