mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
GitHub issue & pull request template change (#1945)
* Update ISSUE_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
committed by
Eugenio Romano
parent
c6bfe892ee
commit
519335294b
12
.github/ISSUE_TEMPLATE.md
vendored
12
.github/ISSUE_TEMPLATE.md
vendored
@@ -6,12 +6,12 @@ Please ask before on our gitter channel https://gitter.im/Alfresco/alfresco-ng2-
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
**Type of issue:** (check with "[x]")
|
**Type of issue:** (check with "[x]")
|
||||||
```
|
|
||||||
- [ ] New feature request
|
> - [ ] New feature request
|
||||||
- [ ] Bug
|
> - [ ] Bug
|
||||||
- [ ] Support request
|
> - [ ] Support request
|
||||||
- [ ] Documentation
|
> - [ ] Documentation
|
||||||
```
|
|
||||||
**Current behaviour:**
|
**Current behaviour:**
|
||||||
<!-- Describe the current behaviour. -->
|
<!-- Describe the current behaviour. -->
|
||||||
|
|
||||||
|
36
.github/PULL_REQUEST_TEMPLATE.md
vendored
36
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,24 +1,24 @@
|
|||||||
**Please check if the PR fulfills these requirements**
|
**Please check if the PR fulfills these requirements**
|
||||||
```
|
|
||||||
[ ] The commit message follows our [guidelines](https://github.com/Alfresco/alfresco-ng2-components/wiki/Commit-format)
|
> - [ ] The commit message follows our [guidelines](https://github.com/Alfresco/alfresco-ng2-components/wiki/Commit-format)
|
||||||
[ ] Tests for the changes have been added (for bug fixes / features)
|
> - [ ] Tests for the changes have been added (for bug fixes / features)
|
||||||
[ ] Docs have been added / updated (for bug fixes / features)
|
> - [ ] Docs have been added / updated (for bug fixes / features)
|
||||||
```
|
|
||||||
<!--
|
<!--
|
||||||
Before submitting your PR, please check that your code follows our contribution guidelines:
|
Before submitting your PR, please check that your code follows our contribution guidelines:
|
||||||
https://github.com/Alfresco/alfresco-ng2-components/wiki/Code-contribution-acceptance-criteria
|
https://github.com/Alfresco/alfresco-ng2-components/wiki/Code-contribution-acceptance-criteria
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**What kind of change does this PR introduce?** (check one with "x")
|
**What kind of change does this PR introduce?** (check one with "x")
|
||||||
```
|
|
||||||
[ ] Bugfix
|
> - [ ] Bugfix
|
||||||
[ ] Feature
|
> - [ ] Feature
|
||||||
[ ] Code style update (formatting, local variables)
|
> - [ ] Code style update (formatting, local variables)
|
||||||
[ ] Refactoring (no functional changes, no api changes)
|
> - [ ] Refactoring (no functional changes, no api changes)
|
||||||
[ ] Build related changes
|
> - [ ] Build related changes
|
||||||
[ ] Documentation
|
> - [ ] Documentation
|
||||||
[ ] Other... Please describe:
|
> - [ ] Other... Please describe:
|
||||||
```
|
|
||||||
|
|
||||||
**What is the current behaviour?** (You can also link to an open issue here)
|
**What is the current behaviour?** (You can also link to an open issue here)
|
||||||
|
|
||||||
@@ -29,10 +29,10 @@
|
|||||||
|
|
||||||
|
|
||||||
**Does this PR introduce a breaking change?** (check one with "x")
|
**Does this PR introduce a breaking change?** (check one with "x")
|
||||||
```
|
|
||||||
[ ] Yes
|
> - [ ] Yes
|
||||||
[ ] No
|
> - [ ] No
|
||||||
```
|
|
||||||
|
|
||||||
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
|
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user