mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
align GH templates with HxP (#4057)
This commit is contained in:
parent
e3d889a854
commit
1a0575d364
63
.github/ISSUE_TEMPLATE.md
vendored
63
.github/ISSUE_TEMPLATE.md
vendored
@ -1,53 +1,34 @@
|
||||
<!--
|
||||
PLEASE HELP US PROCESS GITHUB ISSUES FASTER BY PROVIDING THE FOLLOWING INFORMATION.
|
||||
PLEASE FILL OUT THE FOLLOWING INFORMATION, THIS WILL HELP US TO RESOLVE YOUR PROBLEM FASTER.
|
||||
|
||||
ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION.
|
||||
REMEMBER FOR SUPPORT REQUESTS YOU CAN ALSO ASK ON OUR GITTER CHAT:
|
||||
Please ask before on our gitter channel https://gitter.im/Alfresco/alfresco-ng2-components
|
||||
-->
|
||||
|
||||
## I'm submitting a...
|
||||
<!-- Check one of the following options with "x" -->
|
||||
<pre><code>
|
||||
[ ] Regression (a behavior that used to work and stopped working in a new release)
|
||||
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
|
||||
[ ] Feature request
|
||||
[ ] Documentation issue or request
|
||||
[ ] Support request => Please do not submit support request here, instead see https://github.com/Alfresco/alfresco-content-app/blob/master/CONTRIBUTING.md#question
|
||||
</code></pre>
|
||||
**Type of issue:** (check with "[x]")
|
||||
|
||||
## Current behavior
|
||||
<!-- Describe how the issue manifests. -->
|
||||
> - [ ] New feature request
|
||||
> - [ ] Bug
|
||||
> - [ ] Support request
|
||||
> - [ ] Documentation
|
||||
|
||||
**Current behaviour:**
|
||||
<!-- Describe the current behaviour. -->
|
||||
|
||||
## Expected behavior
|
||||
<!-- Describe what the desired behavior would be. -->
|
||||
**Expected behavior:**
|
||||
<!-- Describe the expected behaviour. -->
|
||||
|
||||
**Steps to reproduce the issue:**
|
||||
<!-- Describe the steps to reproduce the issue. -->
|
||||
|
||||
## Minimal reproduction of the problem with instructions
|
||||
<!--
|
||||
For bug reports please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem.
|
||||
-->
|
||||
**Component name and version:**
|
||||
<!-- Example: ng2-alfresco-login. Check before if this issue is still present in the most recent version -->
|
||||
|
||||
## What is the motivation / use case for changing the behavior?
|
||||
<!-- Describe the motivation or the concrete use case. -->
|
||||
**Browser and version:**
|
||||
<!-- [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] -->
|
||||
|
||||
**Node version (for build issues):**
|
||||
<!-- To check the version: node --version -->
|
||||
|
||||
## Environment
|
||||
|
||||
<pre><code>
|
||||
ACA version: X.Y.Z
|
||||
<!-- Check whether this is still an issue in the most recent ACA version -->
|
||||
|
||||
Browser:
|
||||
- [ ] Chrome version XX
|
||||
- [ ] Firefox version XX
|
||||
- [ ] Safari version XX
|
||||
- [ ] Edge version XX
|
||||
- [ ] IE11
|
||||
|
||||
For Tooling issues:
|
||||
- Node version: XX <!-- run `node --version` -->
|
||||
- Platform: <!-- Mac, Linux, Windows -->
|
||||
|
||||
Others:
|
||||
<!-- Anything else relevant? Operating system version, IDE, package manager, HTTP server, ... -->
|
||||
</code></pre>
|
||||
**New feature request:**
|
||||
<!-- Describe the feature, motivation and the concrete use case (only in case of new feature request) -->
|
||||
|
36
.github/PULL_REQUEST_TEMPLATE.md
vendored
36
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,35 +1 @@
|
||||
**Please check if the PR fulfills these requirements**
|
||||
|
||||
> - [ ] 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)
|
||||
> - [ ] Docs have been added / updated (for bug fixes / features)
|
||||
|
||||
|
||||
**What kind of change does this PR introduce?** (check one with "x")
|
||||
|
||||
> - [ ] Bugfix
|
||||
> - [ ] Feature
|
||||
> - [ ] Code style update (formatting, local variables)
|
||||
> - [ ] Refactoring (no functional changes, no api changes)
|
||||
> - [ ] Build related changes
|
||||
> - [ ] Documentation
|
||||
> - [ ] Other... Please describe:
|
||||
|
||||
|
||||
**What is the current behaviour?** (You can also link to an open issue here)
|
||||
|
||||
|
||||
|
||||
**What is the new behaviour?**
|
||||
|
||||
|
||||
|
||||
**Does this PR introduce a breaking change?** (check one with "x")
|
||||
|
||||
> - [ ] Yes
|
||||
> - [ ] No
|
||||
|
||||
|
||||
If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...
|
||||
|
||||
**Other information**:
|
||||
**JIRA ticket link or changeset's description**
|
||||
|
Loading…
x
Reference in New Issue
Block a user