diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 8e4ed0811d5..00000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug, needs triage -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. Include the version(s) of DSpace where you've seen this problem & what *web browser* you were using. Link to examples if they are public. - -**To Reproduce** -Steps to reproduce the behavior: -1. Do this -2. Then this... - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Related work** -Link to any related tickets or PRs here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 34cc2c9e4f3..00000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature for this project -title: '' -labels: new feature, needs triage -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives or workarounds you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/workflows/issue_opened.yml b/.github/disabled-workflows/issue_opened.yml similarity index 100% rename from .github/workflows/issue_opened.yml rename to .github/disabled-workflows/issue_opened.yml diff --git a/.github/workflows/label_merge_conflicts.yml b/.github/disabled-workflows/label_merge_conflicts.yml similarity index 100% rename from .github/workflows/label_merge_conflicts.yml rename to .github/disabled-workflows/label_merge_conflicts.yml diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index be15b0a507c..15ddf9dbfb9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,20 +1,18 @@ -## References -_Add references/links to any related issues or PRs. These may include:_ -* Fixes #[issue-number] -* Requires DSpace/DSpace#[pr-number] (if a REST API PR is required to test this) - -## Description -Short summary of changes (1-2 sentences). - -## Instructions for Reviewers -Please add a more detailed description of the changes made by your PR. At a minimum, providing a bulleted list of changes in your PR is helpful to reviewers. - -List of changes in this PR: -* First, ... -* Second, ... - -**Include guidance for how to test or review your PR.** This may include: steps to reproduce a bug, screenshots or description of a new feature, or reasons behind specific changes. - +| Phases | MM | MB | Total | +|-----------------|----:|----:|-------:| +| ETA | 0 | 0 | 0 | +| Developing | 0 | 0 | 0 | +| Review | 0 | 0 | 0 | +| Total | - | - | 0 | +| ETA est. | | | 0 | +| ETA cust. | - | - | 0 | +## Problem description +### Reported issues +### Not-reported issues +## Analysis +(Write here, if there is needed describe some specific problem. Erase it, when it is not needed.) +## Problems +(Write here, if some unexpected problems occur during solving issues. Erase it, when it is not needed.) ## Checklist _This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!_ diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 00ec2fa8f79..dc26941fc29 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -6,16 +6,15 @@ name: Docker images on: push: branches: - - main - - 'dspace-**' + - dtq-dev tags: - 'dspace-**' pull_request: jobs: docker: - # Ensure this job never runs on forked repos. It's only executed for 'dspace/dspace-angular' - if: github.repository == 'dspace/dspace-angular' + # Ensure this job never runs on forked repos. It's only executed for our repo + if: github.repository == 'dataquest-dev/dspace-angular' runs-on: ubuntu-latest env: # Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action) @@ -59,7 +58,7 @@ jobs: id: meta_build uses: docker/metadata-action@v3 with: - images: dspace/dspace-angular + images: dataquest/dspace-angular tags: ${{ env.IMAGE_TAGS }} flavor: ${{ env.TAGS_FLAVOR }} diff --git a/README.md b/README.md index 74010f3c5c2..aa0310d5f76 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://github.com/DSpace/dspace-angular/workflows/Build/badge.svg?branch=main)](https://github.com/DSpace/dspace-angular/actions?query=workflow%3ABuild) [![Coverage Status](https://codecov.io/gh/DSpace/dspace-angular/branch/main/graph/badge.svg)](https://codecov.io/gh/DSpace/dspace-angular) [![Universal Angular](https://img.shields.io/badge/universal-angular2-brightgreen.svg?style=flat)](https://github.com/angular/universal) +[![Build](https://github.com/dataquest-dev/dspace-angular/actions/workflows/build.yml/badge.svg)](https://github.com/dataquest-dev/dspace-angular/actions/workflows/build.yml) [![Coverage Status](https://codecov.io/gh/DSpace/dspace-angular/branch/main/graph/badge.svg)](https://codecov.io/gh/DSpace/dspace-angular) [![Universal Angular](https://img.shields.io/badge/universal-angular2-brightgreen.svg?style=flat)](https://github.com/angular/universal) dspace-angular ==============