From 1a0575d36469e940f71cc49319f66c235fd49f82 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 26 Aug 2024 13:09:12 -0400 Subject: [PATCH] align GH templates with HxP (#4057) --- .github/ISSUE_TEMPLATE.md | 63 +++++++++++--------------------- .github/PULL_REQUEST_TEMPLATE.md | 36 +----------------- 2 files changed, 23 insertions(+), 76 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 544e5dbea..04db3a036 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,53 +1,34 @@ -## I'm submitting a... - -

-[ ] Regression (a behavior that used to work and stopped working in a new release)
-[ ] Bug report  
-[ ] 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
-
+**Type of issue:** (check with "[x]") -## Current behavior - +> - [ ] New feature request +> - [ ] Bug +> - [ ] Support request +> - [ ] Documentation +**Current behaviour:** + -## Expected behavior - +**Expected behavior:** + +**Steps to reproduce the issue:** + -## Minimal reproduction of the problem with instructions - +**Component name and version:** + -## What is the motivation / use case for changing the behavior? - +**Browser and version:** + +**Node version (for build issues):** + -## Environment - -

-ACA version: X.Y.Z
-
-
-Browser:
-- [ ] Chrome version XX
-- [ ] Firefox version XX
-- [ ] Safari version XX
-- [ ] Edge version XX
-- [ ] IE11
- 
-For Tooling issues:
-- Node version: XX  
-- Platform:  
-
-Others:
-
-
+**New feature request:** + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c0dbfe416..541455d04 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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**