Skip to content

Commit adced1f

Browse files
committed
Add templates and rollback alpha version
1 parent f92421b commit adced1f

File tree

4 files changed

+42
-3
lines changed

4 files changed

+42
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Only include sections relevant to your issue.
3+
4+
If you have not read docs/support.md and followed its guidance you may be ignored or closed without response.
5+
6+
Please use PREVIEW before you submit!!
7+
-->
8+
#### Enhancement
9+
As a user/developer, when I ... I should be able to ...
10+
11+
#### Expected behaviour
12+
I expected ...
13+
14+
#### Actual behaviour
15+
It actually ...
16+
17+
#### Gist/Plunker/Demo
18+
[Description](url)
19+
20+
#### Related issues
21+
This is/maybe related to ...
22+
23+
@json-schema-form/angular-schema-form-lead

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#### Description
2+
3+
Add your description here
4+
5+
#### Fixes Related issues
6+
- add related
7+
- issues here
8+
9+
#### Checklist
10+
- [ ] I have read and understand the CONTRIBUTIONS.md file
11+
- [ ] I have searched for and linked related issues
12+
- [ ] I have created test cases to ensure quick resolution of the PR is easier
13+
- [ ] I am NOT targeting main branch
14+
- [ ] I did NOT include the dist folder in my PR
15+
16+
@json-schema-form/angular-schema-form-lead

dist/json-schema-form-core.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-form-core",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.1",
44
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",
55
"main": "dist/json-schema-form-core.js",
66
"scripts": {

0 commit comments

Comments
 (0)